ClimoAccessor.update_cell_attrs

ClimoAccessor.update_cell_attrs(other)[source]

Update cell_methods and cell_measures attributes from another object onto the xarray.DataArray or every array in the xarray.Dataset. Used internally throughout climopy.

Warning

Unlike most other public methods, this modifies the data in-place rather than returning a copy.