xarray.DataArray.astropy.chunk¶
- DataArray.astropy.chunk(chunks, name_prefix='xarray-', token=None, lock=False)¶
unit-aware version of chunk
Like
xarray.DataArray.chunk(), but chunking a quantity will change the wrapped type todask.Note
It is recommended to only use this when chunking in-memory arrays. To rechunk please use
xarray.DataArray.chunk().