How to combine multiple .h5 files(but same shape) using python?
I have 10,000 .h5 files for 3D point cloud.
They have same shape.
And I would like to combine(or merge) 2000 files, so I can have total 5 big .h5 files. (such as append() function in python)
I found copy() functions from h5py(http://docs.h5py.org/en/latest/high/group.html).
However, I have not been able to apply that method to my problem.
Please refer to me example codes or help me for solving my problem.
Sorry for my poor English skills.