cubed.from_zarr#

cubed.from_zarr(store, spec=None)#

Load an array from Zarr storage.

Parameters:
  • store (string) – Path to input Zarr store

  • spec (cubed.Spec, optional) – The spec to use for the computation.

Returns:

The array loaded from Zarr storage.

Return type:

cubed.Array