hydromodpy.results.zarr_store.zarr_reader#
Read-side concerns for SimulationZarr.
Owns every read_* entry point plus the root-attribute readers
(geographic_fingerprint, resolve_geographic_dir,
root_attrs_json) and the to_xarray() view builder.
All helpers take the live SimulationZarr so the module is
free of hidden state.
Functions
|
Return the persisted geographic fingerprint, if any. |
|
Return True when |
|
Read one timestep slice of |
|
Read a per-station forcing timeseries plus its attribute dict. |
|
Read a per-run geographic raster and its georeferencing metadata. |
|
Resolve the workspace-level cache dir tied to this store's fingerprint. |
|
Return the root attributes as a JSON string for debug / logs. |
|
Set or clear the geographic fingerprint root attribute. |
|
Return an |