hydromodpy.spatial.geographic.core.surface_from_dem#

Convert a DEM raster into HydroModPy domain surface objects.

Purpose#

Bridge geospatial raster metadata (transform, CRS, nodata) with HydroModPy domain abstractions (RasterSupport and Surface).

Pipeline position#

Used once a DEM support is ready and must be injected into domain execution.

Functions

build_surface_topo_from_dem(dem_path)

Build a topographic Surface from one DEM file.