hydromodpy.core.io.raster_io#
Raster I/O: loading, clipping, reprojecting, and exporting GeoTIFF/NetCDF.
Functions
|
Clip a raster by a shapefile polygon using the supplied Whitebox backend. |
|
Export a 2-D array as GeoTIFF using base_dem_path as spatial reference. |
|
Load a raster or vector file into a NumPy array aligned to base_path. |
|
Load a raster/NetCDF into an xarray Dataset, optionally reprojected. |
|
Return a masked array based on cond_symb applied to mask_data. |
|
Reproject a raster from its source CRS to WGS-84 then to local UTM. |