A CF-compliant earth science data analysis library
Domain.
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 = cf.Domain() >>> f.has_geometry() False