Commit 8b57f6f
committed
Add contour line extraction via marching squares (#964)
New xrspatial.contour module with contours() function that extracts
isolines from 2D rasters. Supports numpy, cupy, dask+numpy, and
dask+cupy backends. Includes segment stitching into polylines and
optional GeoDataFrame output.1 parent b66c00e commit 8b57f6f
3 files changed
+638
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
316 | 320 | | |
317 | 321 | | |
318 | 322 | | |
| |||
0 commit comments