zcollection.dataset.Dataset.to_zarr#

Dataset.to_zarr(path, fs=None, parallel=True)[source]#

Write the dataset to a Zarr store.

Parameters:
  • path (str) – Path to the Zarr store.

  • fs (AbstractFileSystem | None) – Filesystem to use.

  • parallel (bool) – If true, write the data in parallel.

Return type:

None