hydromodpy.spatial.delineation.whitebox_workflows_backend#
Whitebox Workflows backend split by concern.
The public entry point is WhiteboxWorkflowsBackend, a thin facade
that composes thematic sub-backends:
WhiteboxRasterBackendfor raster/vector IO and shared environment.WhiteboxFlowBackendfor flow accumulation and stream products.WhiteboxDelineationBackendfor pour points and watersheds.
Functions
|
Clear the shared workflows backend singleton. |
|
Return the shared workflows backend used by runtime code. |
Classes
|
Facade aggregating raster IO, flow analysis and delineation backends. |
Modules
Watershed delineation: pour points, watersheds, stream networks. |
|
DEM flow analysis: pit-filling, pointer, accumulation, mass flux, downslope. |
|
Raster/vector IO, cache and format conversions on a shared environment. |