cfdm.DimensionCoordinate.nc_clear_hdf5_chunksizes¶
-
DimensionCoordinate.
nc_clear_hdf5_chunksizes
(bounds=True, interior_ring=True)[source]¶ Clear the HDF5 chunking strategy for the data.
New in version (cfdm): 1.11.2.0
See also
nc_hdf5_chunksizes
,nc_set_hdf5_chunksizes
,cfdm.read
,cfdm.write
- Parameters
- bounds:
bool
, optional If True, the default, then clear the HDF5 chunking strategy from any bounds. If False then leave the bounds chunking strategy unchanged.
- interior_ring:
bool
If True, the default, then clear the HDF5 chunking strategy from a geometry interior ring variable. If False then leave the geometry interior ring variable chunking strategy unchanged.
- bounds:
- Returns