cf.DomainAncillary.get_bounds_data¶
-
DomainAncillary.get_bounds_data(default=ValueError())[source]¶ Return the bounds data.
New in version (cfdm): 1.7.0
See also
- Parameters
- default: optional
Return the value of the default parameter if there are no bounds data.
If set to an
Exceptioninstance then it will be raised instead.
- Returns
DataThe bounds data.
Examples:
>>> c.get_bounds_data() <CF Data(96, 2): [[0, ..., 360.0]] degrees_east>