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

ENH: Check for metadata compliance with SPDF metadata standards #73

Open
jklenzing opened this issue Jun 3, 2021 · 2 comments
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jklenzing
Copy link
Member

Related to #6.

A method that checks a pysat data file for SPDF / SPASE metadata compatibility would be useful for data providers, particularly for small missions such as rockets, cubesats, balloons.

@jklenzing jklenzing added this to the 0.1.0 Release milestone Jun 3, 2021
@jklenzing jklenzing added the enhancement New feature or request label Jun 3, 2021
@JonathonMSmith
Copy link
Collaborator

Here's the ISTP guide from SPDF: https://spdf.gsfc.nasa.gov/istp_guide/istp_guide.html

@jklenzing
Copy link
Member Author

Check meta keys and values for

  • non-standard ascii characters
  • characters that cannot be used as python variable names (eg, '-')
  • non-duplication of values (see ops_reach)

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

No branches or pull requests

2 participants