hydromodpy.spatial.mesh.gmsh_grid.zone_meshing.domain#
Public facade for support-domain parsing and loading.
The concrete implementation is split across internal helpers:
_domain_contracts.pyfor the public typed payloads_domain_schema.pyfor Pydantic validation_domain_geometry.pyfor geometry cleanup helpers_domain_loaders.pyfor the actualbbox/polygon/vector/geographic_*loading paths
This file intentionally keeps the stable import surface used by the rest of the meshing stack.
Functions
|
Load one domain geometry and return one typed payload. |
|
Return one typed support-domain contract from a raw mapping. |