Tagged Questions
0
votes
1answer
838 views
Delete or update a dataset in HDF5?
I would like to programatically change the data associated with a dataset in an HDF5 file. I can't seem to find a way to either delete a dataset by name (allowing me to add it again with the modified ...