Commit 107f043
authored
* 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.
* Add emerging hotspots user guide notebook (fills slot 8)
Walks through building a synthetic dataset, running the analysis,
understanding the 17 trend categories, visualising results with
matplotlib, inspecting per-pixel time series, boundary modes, and
Dask integration.
1 parent 20ec6be commit 107f043
File tree
3 files changed
+1077
-0
lines changed- xrspatial
- tests
3 files changed
+1077
-0
lines changed| 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