BlueBrain / HighFive

HighFive - Header-only C++ HDF5 interface
https://bluebrain.github.io/HighFive/
Boost Software License 1.0
673 stars 159 forks source link

Enable copying groups/datasets. #1023

Open 1uc opened 2 months ago

1uc commented 2 months ago

It would be nice to copy entire groups or datasets (incl attributes) from one file to another, as proposed in https://github.com/BlueBrain/HighFive/discussions/1022

There's a function H5Ocopy one could use (and we think this is what H5Py uses).