xarray.Dataset.chunks#
- property Dataset.chunks#
Mapping from dimension names to block lengths for this dataset’s data, or None if the underlying data is not a dask array. Cannot be modified directly, but can be modified by calling .chunk().
Same as Dataset.chunksizes, but maintained for backwards compatibility.
See also