Skip to content

Deleting variables #5

@dvalters

Description

@dvalters

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions