Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用 C++ 编写的第 3 方实用程序,它创建一个带有单个数据组的 HDF5 文件。
我想导入两个 H5 文件,每个文件都有一个唯一的数据组,并输出一个包含两个数据组的 H5 文件。
有没有人有在 C# 中使用 HDF5 的经验?
我最终只是编写了一个命令行实用程序来驱动预编译的 HDF5 实用程序。使用 H5Copy,您可以选择性地将组从一个 h5 文件复制到另一个。