gwexpy.interop.zarr_

Functions

from_zarr(cls, store, path)

Read from Zarr array.

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

Write to Zarr array.

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

Write to Zarr array.

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

Read from Zarr array.