-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Spotted by Blazej in the meeting on 15/06:
netCDF API does not actually allow deleting variables from a netCDF file
http://unidata.github.io/netcdf4-python/#netCDF4.Variable
nco/pynco gets around this by creating a new file without the old variable. But this is not likely to work very easily with fusepy as you would have to unmount the old netcdf file and remount the new one every time you deleted a variable.
So we agreed to remove this as a feature in the acceptance criteria
Metadata
Metadata
Assignees
Labels
No labels