hydromodpy.spatial.site_selection.pipelines.build#

Composable build pipeline for site selection.

Functions

build_site_selection_from_dem_area_light(*, ...)

Run the lightweight DEM-only basin-area selection workflow.

build_site_selection_from_generated_network(*, ...)

Run DEM/network-generated site selection without station or CSV candidates.

build_site_selection_from_point_records(*, ...)

Run station-led site selection from loaded PointRecord objects.

Classes

SiteSelectionBuildResult(candidates, ...[, ...])

Result of an end-to-end site-selection build from already-loaded observations.