zcollection.variable.delayed_array#

Delayed variable arrays.#

Modules Attributes

GETTER(a, b[, asarray, lock])

Classes

DelayedArray(name, data, dimensions, *[, ...])

Access to the chunked data using Dask arrays.

Exceptions

ModifiedVariableError

Raised when a variable has been modified since is was initialized.

Functions

from_zarr_array(array, shape, chunks, name, *)

Convert a Zarr array to a Dask array with the specified shape and chunks.