A CF-compliant earth science data analysis library
Domain.
has_bounds
Whether or not there are cell bounds.
This is always False.
New in version (cfdm): 1.9.0.0
See also
has_data
False
Examples:
>>> f = cf.Domain() >>> f.has_bounds() False