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

Implement better openpmd metadata #24

Merged
merged 4 commits into from
Aug 18, 2021

Conversation

AngelFP
Copy link
Owner

@AngelFP AngelFP commented Aug 18, 2021

This PR implements a new OpenPMDDataReader class which is derived from the original DataReader of the openpmd-viewer.

The derived class has been extended with a method for reading only the field metadata.

This class replaces the functionality of _read_field_metadata in the OpenPMDFieldReader, which had some problems in determining some metadata attributes (particularly the axis arrays) because it didn't have access to the FieldMetaInformation. The new class has access to it and is able to provide the more complete metadata generated by the openpmd-viewer.

@AngelFP AngelFP merged commit ddfcd92 into general_redesign Aug 18, 2021
@AngelFP AngelFP deleted the feature-better_openpmd_metadata branch September 9, 2021 14:09
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

Successfully merging this pull request may close these issues.

1 participant