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