hydromodpy.spatial.raster_support#
Raster support metadata used to place 2D surfaces in space.
This module separates spatial referencing from raster values:
- Surface stores the 2D numerical values,
- RasterSupport stores where those values live in space.
Keeping both concerns separate makes surface operations simpler and avoids
passing larger objects such as CatchmentDelineation into low-level domain classes.
Classes
|
Minimal spatial support for one raster-like 2D array. |