Welcome to cf_xarray¶
cf_xarray mainly provides an accessor (DataArray.cf or Dataset.cf) that allows
you to interpret Climate and Forecast metadata convention attributes present on xarray objects.
Installing¶
cf_xarray can be installed using pip
>>> pip install cf_xarray
or using conda
>>> conda install -c conda-forge cf_xarray