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

Consider switching metadata encodings to JSON instead of XML #44

Open
kyleredilla opened this issue Jul 7, 2022 · 1 comment
Open

Comments

@kyleredilla
Copy link
Contributor

This seems like a better option for encoding metadata. This would require corresponding API changes.

e.g., instead of

  "metadata": {
          "type": "xml",
          "global": {
            "Title": "'CMIP5 GIPL Model Output 4 km magt alt'",...

Use

  "metadata": {
          "type": "json",
          "global": {
            "Title": "'CMIP5 GIPL Model Output 4 km magt alt'",
@charparr
Copy link
Contributor

charparr commented Jul 7, 2022

I think this change would make it easier to parse this information (and more, XREF #24) in the API and reduce the number of instances where we have to manually prescribe metadata.

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