xarray.NamedArray.chunksizes

xarray.NamedArray.chunksizes#

property NamedArray.chunksizes#

Mapping from dimension names to block lengths for this NamedArray’s data.

If this NamedArray does not contain chunked arrays, the mapping will be empty.

Cannot be modified directly, but can be modified by calling .chunk().

Differs from NamedArray.chunks because it returns a mapping of dimensions to chunk shapes instead of a tuple of chunk shapes.

See also

NamedArray.chunk, NamedArray.chunks, xarray.unify_chunks