Unidata / netcdf-java

The Unidata netcdf-java library
https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
BSD 3-Clause "New" or "Revised" License
146 stars 71 forks source link

Rename dim #1209

Closed tdrwenski closed 1 year ago

tdrwenski commented 1 year ago

Description of Changes

Fix bug that renaming a dimension through ncml does not remove the old name. Renaming an attribute or variable does remove the old name so this seems to be a bug.

PR Checklist