hydromodpy.spatial.domain.domain#

Domain assembly logic built on top of Surface and DomainConfig.

This module keeps the high-level orchestration of the model domain: - accept one already-prepared topographic surface, - derive the vertical lower surface from the configured depth model, - expose a compact georeferencing view, - build thematic zones (currently geology) from explicit external artefacts.

Low-level array manipulations intentionally remain delegated to Surface.

Classes

Domain([config])

Domain object holding geometry and thematic zones.