Commit d08addb
committed
Fixes #746: add emerging_hotspots() for time-series hot/cold spot trend analysis
Combines per-time-step Getis-Ord Gi* z-scores with the Mann-Kendall
trend test to classify each pixel into one of 17 trend categories
(new, consecutive, intensifying, persistent, diminishing, sporadic,
oscillating, historical — for both hot and cold spots).
Supports numpy, cupy, and dask+numpy backends.1 parent c8b2d20 commit d08addb
3 files changed
Lines changed: 1077 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments