Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How can I copy a group from one file to another? #278

Open
OWissett opened this issue Apr 9, 2024 · 1 comment
Open

Question: How can I copy a group from one file to another? #278

OWissett opened this issue Apr 9, 2024 · 1 comment

Comments

@OWissett
Copy link

OWissett commented Apr 9, 2024

This is possible and easy to do using h5py, however, for me python is too slow so I am trying to use rust.

I seem to just be getting stuck with the issue that the types are not known at compile time. Is there are clean way of doing this or do I need to implement a copy function for each data type? which is very annoying it that is the case. Might be missing something, but it very hard to follow as the documentation is essentially non-existant. :(

I want to essentially just have a list of keys which get copied from one file to another. It really feels like it should not be hard to do.

@mulimoen
Copy link
Collaborator

mulimoen commented Apr 9, 2024

We do not yet wrap H5Ocopy which would allow this functionality. PRs are welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants