https://github.com/owid/owid-content
https://github.com/owid/owid-content
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/owid/owid-content
- Owner: owid
- Created: 2020-08-06T22:37:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T16:01:13.000Z (11 months ago)
- Last Synced: 2024-05-22T16:08:30.295Z (11 months ago)
- Language: Python
- Size: 13.4 MB
- Stars: 10
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# owid-content
_Data explorers used on the Our World In Data site._
## Overview
Data explorers are configurable collections of Grapher charts, rendered as a single embeddable iframe. Explorers are configured using a spreadsheet-like format, expressed in TSV files. The TSV files can be updated manually, or more commonly using the grapher admin interface. Large explorers with many combinations may have their configs generated by scripts instead.
Like all aspects of the Our World In Data site, data explorers are statically generated at deploy time by code in the [owid-grapher](https://github.com/owid/owid-grapher) codebase.
For example the [Covid-19 Data Explorer](https://ourworldindata.org/explorers/coronavirus-data-explorer) is generated by the file `explorers/coronavirus-data-explorer.explorer.tsv`.