Copy API for DataSets, Attributes and Groups #1022
Unanswered
apdofficial
asked this question in
Questions
Replies: 1 comment 1 reply
-
Thank you, that seems like useful functionality. @alkino found that HDF5 has a function |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
First of all, thanks for the fantastic job with HighFive!
I did not find any HighFive copy API. I have a file A with a path /group-1/group-2/.../group-n, and in group-n, there is a dataset. I want to copy the entire path from file A into some other file B in some group, including the groups, group attributes, dataset, and dataset attributes. Is there anything that HighFive provides to support this?
I wrote a small code that can partially do that (see below). In my case, I also use offset and count as I select a region of interest from the data. If you find it useful, I can create a PR and adjust it/ improve as needed.
Thank you for your support in advance.
Regards,
Andrej
Beta Was this translation helpful? Give feedback.
All reactions