pp-mo / ncdata

Free and efficient exchange of data between netcdf files, Xarray and Iris
https://ncdata.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Dimension rename utility #87

Open pp-mo opened 4 months ago

pp-mo commented 4 months ago

There is a complexity here to be sorted out, since data.dimensions.rename(a, b) will inherently break the references within variables' dimension lists.

The code solution should be similar to #69 and #81