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

Missing: GDF to openPMD format #53

Open
sanjeev-one opened this issue Dec 8, 2023 · 0 comments
Open

Missing: GDF to openPMD format #53

sanjeev-one opened this issue Dec 8, 2023 · 0 comments

Comments

@sanjeev-one
Copy link

Add Functionality for .GDF to .h5 openPMD Format Conversion

Description

The current codebase lacks functionality to convert .GDF files to a .h5 openPMD format.

Example Script for Conversion

An existing script that performs this conversion is available in this repository:
openPMD-converter-GDF

Suggested Environment for Running the Example Script

To run this script, it is recommended to set up a conda environment with Python 3.6.5. The requirements.txt file should be modified as follows to ensure compatibility:

# openPMD_to_gdf.py, gdf_to_openPMD.py
openpmd-api>=0.13.0,<0.15.0
# gdf_to_openPMD.py
matplotlib>=3.0.0
# OpenPMD_add_patches.py
h5py>=2.8.0
numpy>=1.16.0```
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

1 participant