A Python reference implementation of the CF data model
Field.
has_geometry
Whether or not any coordinate constructs have cell geometries.
New in version (cfdm): 1.8.7.0
bool
Whether or not there is a geometry type on any coordinate construct.
Examples:
>>> f = cfdm.Field() >>> f.has_geometry() False