cf.DomainAncillary.nc_clear_dataset_chunksizes

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

Clear the dataset chunking strategy for the data.

New 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.