xarray.Dataset.cf.bounds#

Dataset.cf.bounds#

Mapping keys to the variable names of their bounds.

Returns:
dict

Dictionary mapping keys to the variable names of their bounds.

Examples

>>> from cf_xarray.datasets import mollwds
>>> mollwds.cf.bounds
{'lat': ['lat_bounds'], 'latitude': ['lat_bounds'], 'lon': ['lon_bounds'], 'longitude': ['lon_bounds']}