-
Notifications
You must be signed in to change notification settings - Fork 279
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
can't read openPMD files that use the ADIOS2 format #4757
Comments
Hi Ben. For what it's worth, I haven't heard of anyone take else working on this already and I'm sure this would a welcome addition. Thanks ! |
@BenWibking I'd also be happy to provide guidance on this if you would like help! |
@BenWibking Sounds great, thanks. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug summary
The openPMD frontend only reads openPMD files that use the HDF5 format. openPMD files that use the ADIOS2 format cannot be read by yt.
The openPMD-api (https://github.com/openPMD/openPMD-api) provides a Python package that can be used to read any openPMD file, regardless of the backend format chosen.
Code for reproduction
N/A
Actual outcome
N/A
Expected outcome
yt should be able to open all openPMD files, regardless of the backend used.
Version Information
I am happy to help add support for using openPMD-api, but I don't want to duplicate effort if someone is already working on this.
The text was updated successfully, but these errors were encountered: