开发者

How to create a group on an existing HDF5 file? (HDF5)

开发者 https://www.devze.com 2023-01-11 21:26 出处:网络
I have a 3rd party utility written in C++ that creates an HDF5 fi开发者_StackOverflow社区le with a single data group.

I have a 3rd party utility written in C++ that creates an HDF5 fi开发者_StackOverflow社区le with a single data group.

I would like to import two H5 files each with a unique data group, and output a single H5 file with the two data groups.

Does anyone have experience with working with HDF5 in C#?


I ended up just writing a command line utility that drives the precompiled HDF5 utilities. Using H5Copy you can selectively copy groups from one h5 file to another.

0

精彩评论

暂无评论...
验证码 换一张
取 消