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_characteristicsmethod. Cell characteristics are automatically removed whenever the new data or bounds are set withset_dataorset_boundsrespectively.Added in version 3.15.4.
- Returns:
boolWhether or not there are any cell characteristics.