cfdm.Domain.has_bounds

Domain.has_bounds()[source]

Whether or not there are cell bounds.

This is always False.

New in version (cfdm): 1.9.0.0

See also

has_data

Returns

False

Examples

>>> f = cfdm.Domain()
>>> f.has_bounds()
False