HDF5 Example code

前端 未结 4 1405
星月不相逢
星月不相逢 2020-12-05 04:51

Using HDF5DotNet, can anyone point me at example code, which will open an hdf5 file, extract the contents of a dataset, and print the contents to standard output?

So

4条回答
  •  半阙折子戏
    2020-12-05 05:38

    I know this is old but for anyone who still need to work with HDF5 files I have a C# wrapper that encapsulated most of the operations at github (based on original work by other person).

    There are many examples in the unit tes project.

提交回复
热议问题