cubed.from_zarr

Contents

cubed.from_zarr#

cubed.from_zarr(store, path=None, spec=None)#

Load an array from Zarr storage.

Parameters:
  • store (string or Zarr Store) – Input Zarr store

  • path (string, optional) – Group path

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

Returns:

The array loaded from Zarr storage.

Return type:

cubed.Array