A CF-compliant earth science data analysis library
DimensionCoordinate.
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)