hydromodpy.spatial.delineation#
Catchment delineation backends.
Runtime entry points:
DelineationBackend- high-level Protocol (seebase).WhiteboxWorkflowsBackend- facade aggregating raster IO, flow analysis, and delineation sub-backends.WhiteboxRasterBackend/WhiteboxFlowBackend/WhiteboxDelineationBackend- thematic sub-backends accessible via the facade attributesraster/flow/delineation.get_backend(name)- resolve a registered backend by name with graceful fallback when an optional dependency is missing.get_whitebox_backend()- shortcut returning the default workflows-backed facade.
Functions
|
Clear the shared workflows backend singleton. |
|
Return the shared workflows backend used by runtime code. |
Modules
Protocol for catchment delineation backends. |
|
Registry of delineation backends. |
|
Synthetic delineation backend. |
|
Whitebox Workflows backend split by concern. |