acep-uaf / aetr-web-book-2024

Alaska Electricity Trends Report as a web book
https://acep-uaf.github.io/aetr-web-book-2024/
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

Metadata parser for data downloads #39

Closed jikaczmarski closed 2 months ago

jikaczmarski commented 2 months ago

We would like to create a small script that parses the metadata.json file and produces a data dictionary as a CSV or something similar. This would allow us to put a download link for the data and another for the dictionary next to each other on the data portal page.

ianalexmac commented 2 months ago

Very basic metadata csv download option is up on the data page. I'm still not sure how to parse multiple levels of nested JSON or even what that would look like. At the moment I have the schema fields in table form, but I can't add keys "path" and "description without breaking things. Thoughts?

ianalexmac commented 2 months ago

I added the filepaths and descriptions to the quarto pages themselves. Maybe they don't ride along with the metadata download?

ianalexmac commented 2 months ago

Deployed to the data page