cfdm.Field.nc_clear_hdf5_chunksizes¶
-
Field.nc_clear_hdf5_chunksizes(constructs=False)[source]¶ Clear the HDF5 chunking strategy.
New in version (cfdm): 1.11.2.0
See also
nc_hdf5_chunksizes,nc_set_hdf5_chunksizes,cfdm.read,cfdm.write- Parameters
- constructs:
dictorbool, optional Also clear the HDF5 chunking strategy from selected metadata constructs. The chunking strategies of unselected metadata constructs are unchanged.
If constructs is a
dictthen the selected metadata constructs are those that would be returned byf.constructs.filter(**constructs, filter_by_data=True). Note that an empty dictionary will therefore select all metadata constructs that have data. Seefilterfor details.For constructs being anything other than a dictionary, if it evaluates to True then all metadata constructs that have data are selected, and if it evaluates to False (the default) then no metadata are constructs selected.
- constructs:
- Returns