A CF-compliant earth science data analysis library
AuxiliaryCoordinate.
chunk
Partition the data array.
Deprecated at version 3.14.0. Use the rechunk method instead.
rechunk
int
Set the new chunksize, in bytes.
None
Examples
>>> c.chunksize()
>>> c.chunksize(1e8)