xarray.Dataset.chunks#
- property Dataset.chunks#
Mapping from dimension names to block lengths for this dataset’s data.
If this dataset does not contain chunked arrays, the mapping will be empty.
Cannot be modified directly, but can be modified by calling .chunk().
Same as Dataset.chunksizes, but maintained for backwards compatibility.
See also