cf.DimensionCoordinate.nc_clear_dataset_chunksizes

DimensionCoordinate.nc_clear_dataset_chunksizes(bounds=True, interior_ring=True)[source]

Clear the dataset chunking strategy for the data.

Added in version (cfdm): 1.12.2.0

Parameters:
bounds: bool, optional

If True, the default, then clear the dataset chunking strategy from any bounds. If False then leave the bounds chunking strategy unchanged.

interior_ring: bool

If True, the default, then clear the dataset chunking strategy from a geometry interior ring variable. If False then leave the geometry interior ring variable chunking strategy unchanged.

Returns:
None or str or int or tuple of int

The chunking strategy prior to being cleared, as would be returned by nc_dataset_chunksizes.