Combining hdf5 files

后端 未结 6 813
离开以前
离开以前 2020-12-08 04:26

I have a number of hdf5 files, each of which have a single dataset. The datasets are too large to hold in RAM. I would like to combine these files into a single file contain

6条回答
  •  感动是毒
    2020-12-08 05:25

    I found a non-python solution by using h5copy from the official hdf5 tools. h5copy can copy individual specified datasets from an hdf5 file into another existing hdf5 file.

    If someone finds a python/h5py-based solution I would be glad to hear about it.

提交回复
热议问题