Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

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.

  1. The frontend downloads the index file from the public url (found below)
  2. When a given date is selected this is used as a key to return a value from the index list
  3. The value returned is the public url of a csv format model output file
  4. 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.

Clone this wiki locally