Replies: 1 comment 2 replies
-
Sorry, I overlooked your message in my mail inbox. With
You cannot add a dataset to the file once it has been created because that would means that internal HDF5 structures would have to be modified which is quite a complex task (because the modified structure is likely bigger than before and so it will have to be moved to the end of the file leaving a hole in the file and references need to be updated). The only thing supported is to create a chunked dataset and write the chunk contents later to the file. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The documentation mentioned 'reshape' for a dataset. How do you do this? Otherwise, can you add a dataset to a file once it is created? (i.e. not with an initialization list)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions