cf.DimensionCoordinate.del_cell_characteristics¶
-
DimensionCoordinate.del_cell_characteristics(default=ValueError())[source]¶ Remove the cell characteristics.
A cell characteristic is assumed to be valid for each cell. Cell characteristics are not inferred from the coordinate or bounds data, but may be defined with the
set_cell_characteristicsmethod. Cell characteristics are automatically removed whenever the new data or bounds are set withset_dataorset_boundsrespectively.New in version 3.15.4.
- Parameters
- default: optional
Return the value of the default parameter if cell characteristics have not been set.
If set to an
Exceptioninstance then it will be raised instead.
- Returns
dictThe removed cell size characteristics, as would have been returned by
get_cell_characteristics.