Development documentation · 0.2.3 30c2f8ba · Intro examples tested with 0.2.3 · Version details · Known limitations

gwexpy.interop.zarr_#

Functions

from_zarr(cls, store, path)

Read from a Zarr array.

to_zarr(ts, store, path[, chunks, ...])

Write to a Zarr array.

gwexpy.interop.zarr_.to_zarr(ts: TimeSeries, store: Any, path: str, chunks: Any = None, compressor: Any = None, overwrite: bool = False) None#

Write to a Zarr array.

gwexpy.interop.zarr_.from_zarr(cls: type[T], store: Any, path: str) T#

Read from a Zarr array.