You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flag 17 cells across classify, polygonize, and hydrology sections
where CuPy or Dask+CuPy backends accept GPU input but convert to
numpy internally rather than running native GPU kernels.
|[Flow Direction (D8)](xrspatial/flow_direction.py)| Computes D8 flow direction from each cell toward the steepest downhill neighbor | ✅️ | ✅️ | ✅️ | ✅️ |
247
247
|[Flow Direction (Dinf)](xrspatial/flow_direction_dinf.py)| Computes D-infinity flow direction as a continuous angle toward the steepest downslope facet | ✅️ | ✅️ | ✅️ | ✅️ |
248
-
|[Flow Accumulation (D8)](xrspatial/flow_accumulation.py)| Counts upstream cells draining through each cell in a D8 flow direction grid | ✅️ | ✅️ | ✅️ |✅️|
249
-
|[Watershed](xrspatial/watershed.py)| Labels each cell with the pour point it drains to via D8 flow direction | ✅️ | ✅️ | ✅️ |✅️|
250
-
|[Basins](xrspatial/watershed.py)| Delineates drainage basins by labeling each cell with its outlet ID | ✅️ | ✅️ | ✅️ |✅️|
251
-
|[Stream Order](xrspatial/stream_order.py)| Assigns Strahler or Shreve stream order to cells in a drainage network | ✅️ | ✅️ | ✅️ |✅️|
252
-
|[Stream Link](xrspatial/stream_link.py)| Assigns unique IDs to each stream segment between junctions | ✅️ | ✅️ | ✅️ |✅️|
253
-
|[Snap Pour Point](xrspatial/snap_pour_point.py)| Snaps pour points to the highest-accumulation cell within a search radius | ✅️ | ✅️ |✅️|✅️|
254
-
|[Flow Path](xrspatial/flow_path.py)| Traces downstream flow paths from start points through a D8 direction grid | ✅️ | ✅️ |✅️|✅️|
248
+
|[Flow Accumulation (D8)](xrspatial/flow_accumulation.py)| Counts upstream cells draining through each cell in a D8 flow direction grid | ✅️ | ✅️ | ✅️ |🔄|
249
+
|[Watershed](xrspatial/watershed.py)| Labels each cell with the pour point it drains to via D8 flow direction | ✅️ | ✅️ | ✅️ |🔄|
250
+
|[Basins](xrspatial/watershed.py)| Delineates drainage basins by labeling each cell with its outlet ID | ✅️ | ✅️ | ✅️ |🔄|
251
+
|[Stream Order](xrspatial/stream_order.py)| Assigns Strahler or Shreve stream order to cells in a drainage network | ✅️ | ✅️ | ✅️ |🔄|
252
+
|[Stream Link](xrspatial/stream_link.py)| Assigns unique IDs to each stream segment between junctions | ✅️ | ✅️ | ✅️ |🔄|
253
+
|[Snap Pour Point](xrspatial/snap_pour_point.py)| Snaps pour points to the highest-accumulation cell within a search radius | ✅️ | ✅️ |🔄|🔄|
254
+
|[Flow Path](xrspatial/flow_path.py)| Traces downstream flow paths from start points through a D8 direction grid | ✅️ | ✅️ |🔄|🔄|
0 commit comments