xarray.Dataset.bounds.map#

Dataset.bounds.map#

Returns a map of axis and coordinates keys to their bounds.

The dictionary provides all valid CF compliant keys for axis and coordinates. For example, latitude will includes keys for “lat”, “latitude”, and “Y”.

Returns:

Dict[str, Optional[xr.DataArray]] – Dictionary mapping axis and coordinate keys to their bounds.