Spatial Support and Hydrography#

How HydroModPy defines spatial zones and supports, how they are consumed by ``Field`` and ``FieldParam`` during heterogeneous parameter mapping, and how hydrography drives stream supports and simulated active-network diagnostics.

Use it when you want the support-definition contract owned by hydromodpy.spatial.domain, the runtime path from support config to registered support objects, the choice between geology-backed, synthetic, and catchment-backed zonings, or the inventory of hydrography-derived diagnostics exposed by a persisted run.

Pages#

Support selection guide

Decision matrix for picking between geology-backed, synthetic, and catchment-backed supports, with TOML examples and field-mapping consequences.

Choosing A Spatial Support
Spatial support UML diagrams

Class and sequence diagrams for the spatial domain, support registry, and runtime binding to Field.

Spatial Support UML Diagrams
Hydrographic network UML diagrams

Class diagrams and runtime flows for the hydrographic network builders, reference vs generated networks, and stream support resolution.

Hydrographic Network UML Diagrams
Simulated active-network inventory

Inventory of what one persisted run exposes for the simulated active network: fields, metrics, figures, and the Python access path.

Hydrographic Network Simulated-Active Inventory