hydromodpy.spatial.mesh.gmsh_grid.catchment_mesh_bundle_reader#
Read self-contained catchment mesh exchange bundles.
This module is intentionally lightweight so it can be copied next to one exported bundle and used outside the full HydroModPy codebase. It depends only on the Python standard library.
Functions
|
Load one previously exported catchment mesh bundle. |
Classes
|
In-memory view of one self-contained bundle directory. |
|
One exported 2D cell with geometry, geology and hydraulic summaries. |
|
One exported mesh edge with adjacency and river/interface flags. |
|
Typed view of the exported filenames declared in |
|
One non-zero geology fraction attached to one exported cell. |
|
Typed view of the geology metadata carried by one bundle. |
|
Typed view of the hydraulic-properties metadata carried by one bundle. |
|
Typed view of one hydraulic-property metadata block. |
|
Typed convenience view over the otherwise raw |
|
One exported mesh node with optional top and bottom elevations. |
|
Typed view of the topography metadata carried by one bundle. |
|
Typed view of the vertical/discretization metadata carried by one bundle. |