cubed.to_zarr#

cubed.to_zarr(x, store, 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) – Path to output Zarr store

  • executor (cubed.runtime.types.Executor, optional) – The executor to use to run the computation. Defaults to using the in-process Python executor.