LRydin / Power-Grid-Frequency

Power-Grid Frequency
https://power-grid-frequency.org
21 stars 4 forks source link

Generate download-table from external json #5

Closed galibhassan closed 4 years ago

galibhassan commented 4 years ago

The changes in the database.md requests the download urls from a completely externalized json and generates a multi-tab table with download links. Of course, only the tab Germany currently works.

The json may reside anywhere (ideally we should put it in the power-grid-frequency-data repo).

Currently for demo, I placed the json here. It is the same json that I was using to create the tree-structure like download UI.

LRydin commented 4 years ago

@galibhassan One question, this means we entirely replace the .md files and instead write directly in json, or can we still add the files as .md (or another format), but we somehow get them transformed to json for the website?