Skip to content

Commit

Permalink
doc: flesh out the README
Browse files Browse the repository at this point in the history
  • Loading branch information
larsyencken committed Dec 23, 2021
1 parent 8c2b7de commit 27dc4a5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# content
# 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`.

0 comments on commit 27dc4a5

Please sign in to comment.