cubed.to_zarr#
- cubed.to_zarr(x, store, path=None, executor=None, **kwargs)#
Save an array to Zarr storage.
Note that this operation is eager, and will run the computation immediately.
- Parameters:
x (cubed.Array) – Array to save
store (string or Zarr Store) – Output Zarr store
path (string, optional) – Group path
executor (cubed.runtime.types.Executor, optional) – The executor to use to run the computation. Defaults to using the in-process Python executor.