Apollo3zehn / PureHDF

A pure .NET library that makes reading and writing of HDF5 files (groups, datasets, attributes, ...) very easy.
MIT License
47 stars 16 forks source link

How do I write data to an existing native HDF5 file? #87

Closed xingLong-xl closed 1 month ago

xingLong-xl commented 1 month ago

I want to write data to the local HDF5 file, your library does not seem to provide this method, or I did not find it. So far I've seen write methods that overwrite my native files. Does your library support such writing methods? Thank you!

Apollo3zehn commented 1 month ago

Hi, thanks for trying out PureHDF. Modifying existing files is out of scope of this library unfortunately, because that would complicate things very much due to the complexity of the HDF5 specification.