This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
forked from ianknowles/dgg-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Analysis Index
ianknowles edited this page Jul 31, 2022
·
3 revisions
Analysis indices are simple a json list of date and file pairs. The frontend uses this to create the list of available analyses and then download the corresponding csv file for the selected date.
- The frontend downloads the index file from the public url (found below)
- When a given date is selected this is used as a key to return a value from the index list
- The value returned is the public url of a csv format model output file
- The frontend downloads this csv and uses the data for plotting
For further info on the application see the application documentation and the hosting details.
The standard pipeline will update the index with the latest analysis when complete without errors, subsequent views on the website will then show that analysis.
The current index used is the monthly index found at https://s3.eu-west-3.amazonaws.com/www.digitalgendergaps.org/data/monthly_models.json
Alternative indexes can be used by altering the index file the front end points to.