hydromodpy.results.reading#
Variable read dispatch shared by hmp.read and Catalog.read.
One rule, three storage kinds (no lazy flag):
Zarr field ->
xr.DataArray(lazy). Whentimeis anint, the eagernp.ndarrayfor that single timestep instead.timeseries ->
pd.Series.geographic feature ->
gpd.GeoDataFrame.
The dispatch lives in the results layer so both the functional facade
(hydromodpy._api) and the catalog facade
(hydromodpy.catalog.Catalog) reach it without crossing layers.
Functions
|
Read |