xarray.Dataset.pint.chunk

Dataset.pint.chunk(chunks, name_prefix='xarray-', token=None, lock=False)

unit-aware version of chunk

Like xarray.Dataset.chunk(), but chunking a quantity will change the wrapped type to dask.

Note

It is recommended to only use this when chunking in-memory arrays. To rechunk please use xarray.Dataset.chunk().