A Python reference implementation of the CF data model
Field.
has_geometry
Return whether or not any coordinates have cell geometries.
New in version (cfdm): 1.8.0
bool
True if there are geometries, otherwise False.
Examples
>>> f = cfdm.Field() >>> f.has_geometry() False