gwexpy.interop.zarr_
Functions
|
Read from Zarr array. |
|
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.