開発版ドキュメント · 0.2.3 30c2f8ba · 入門例の検証対象 0.2.3 · 版情報 · 既知の制限

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.