openghg / decc_dashboard

A data dashboard for the DECC network - https://www.bristol.ac.uk/chemistry/research/acrg/current/decc.html
https://openghg.github.io/decc_dashboard/
Apache License 2.0
0 stars 1 forks source link

Implement multi-file data retrieval #45

Open gareth-j opened 1 year ago

gareth-j commented 1 year ago

As we'll have larger amounts of data with the newer dashboards we could do with being able to retrieve data depending on what the user wants to look at. Having run some tests it looks like writing the data out to a separate file for each ObsData object returned by OpenGHG works quite well. These are standard JSON files that are accompanied by a separate JSON file that provides a lookup table for them and all the metadata required to build the interface for the site.

NOTE: I'll use the term source here to mean an inlet at a site for a specific species

My idea is to: