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
Adds three sections and six functions that were exported from
xrspatial but not listed in the README:
- Reproject / Merge: reproject, merge (new section)
- Flood: vegetation_roughness, vegetation_curve_number,
flood_depth_vegetation (3 functions added to existing section)
- Dasymetric: disaggregate, pycnophylactic (new section)
|[Reproject](xrspatial/reproject/__init__.py)| Reprojects a raster to a new CRS using an approximate transform and numba JIT resampling | Standard (inverse mapping) | ✅️ | ✅️ | ✅️ | ✅️ |
263
+
|[Merge](xrspatial/reproject/__init__.py)| Merges multiple rasters into a single mosaic with configurable overlap strategy | Standard (mosaic) | ✅️ | ✅️ | 🔄 | 🔄 |
@@ -324,6 +333,9 @@ In the GIS world, rasters are used for representing continuous phenomena (e.g. e
324
333
|[Inundation](xrspatial/flood.py)| Produces a binary flood/no-flood mask from a HAND raster and water level | Standard (HAND-based) | ✅️ | ✅️ | ✅️ | ✅️ |
325
334
|[Curve Number Runoff](xrspatial/flood.py)| Estimates runoff depth from rainfall using the SCS/NRCS curve number method | SCS/NRCS | ✅️ | ✅️ | ✅️ | ✅️ |
0 commit comments