hydromodpy.spatial.geographic.core.direct_dem_domain#

Build domain artifacts directly from a DEM extent.

Purpose#

Support catch_def='dem' mode, where the DEM itself defines the model domain and no watershed delineation is required.

Produced artifacts#

Canonical watershed/domain polygons plus copied DEM support, all aligned with the same path contracts as delineated workflows.

Functions

build_direct_dem_domain(*, dem_init_path, paths)

Build canonical domain artifacts directly from one DEM input.

Classes

DirectDemDomainProducts(watershed_shp, ...)

Artifacts produced when the model domain comes directly from a DEM.