hydromodpy.spatial.mesh.cartesian_grid.utils.raster_grid_reader#
Raster reading utilities for cartesian structured grids.
Why this component is extracted#
Isolate the
rasteriodependency in one place.Keep
StructuredGridBuilderfocused on deterministic numeric construction.Simplify unit testing by making raster I/O replaceable with a dedicated adapter.
Reduce future migration cost if raster backend changes.
Classes
|
Read 2D raster data and derive cartesian-grid metadata. |
|
Container for top-raster values and derived horizontal grid metadata. |