cf.DimensionCoordinate.has_cell_characteristics¶
- DimensionCoordinate.has_cell_characteristics()[source]¶
Whether or not there are any 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_characteristics
method. Cell characteristics are automatically removed whenever the new data or bounds are set withset_data
orset_bounds
respectively.Added in version 3.15.4.
- Returns:
bool
Whether or not there are any cell characteristics.