hydromodpy.results.zarr_store.zarr_schema#
Schema concerns for SimulationZarr.
Owns the on-disk layout contract: ZARR_SCHEMA_VERSION enforcement,
_SUBGROUPS materialisation on init, and the strict root-open helper
that validates the schema version on every reopen.
Pure functions; no instance state is held here.
Functions
|
Concatenate the Zarr-internal path of |
|
Pre-create a directory node under a local Zarr store (no-op for zip). |
|
Create the on-disk store with the v2 layout and return its handles. |
|
Return True for paths that resolve to a packed |
|
Return the HydroModPy local Zarr store implementation for |
|
Format a local-store path argument for |
|
Open the root group of |
|
Apply one merged metadata write to a Zarr group/array. |
|
Return a Windows extended-length path when needed by local stores. |
Classes
|
Local Zarr store with short retries for transient Windows file locks. |