Skip to content

Files

Latest commit

c6b4824 · Aug 23, 2024

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 1, 2024
Aug 15, 2024
Jul 29, 2024
Aug 23, 2024
Aug 22, 2024
Aug 21, 2024
Nov 23, 2022
Apr 6, 2022
May 17, 2022
Jan 31, 2024
Feb 9, 2022
Aug 4, 2022
Aug 19, 2021
Feb 12, 2022
Aug 10, 2021
Feb 7, 2023
Jun 16, 2021
Jul 19, 2023
Aug 9, 2021
Mar 16, 2022

Development

Data documentation

Here you will find all the different scripts and tools that we use to generate the complete dataset. Most of the pipelines have been integrated into our cowidev library. For more details, please visit the official documentation

Directory overview

Folder Description
docs/ Sphinx documentation source files. See it live.
grapher/ Internal OWID files to power our grapher visualizations.
input/ External files used to compute derived metrics, such as X-per capita, and aggregate groups, such as 'Asia', etc.
output/ Temporary files. Only for development purposes. Use it at your own risk.
src/cowidev/ cowidev library. It contains the code for almost all project's pipelines.
scripts Legacy folder. Contains some parts of the code, such as the COVID-19 testing collection scripts. The code is a mixture of R and Python scripts.
config.yaml Data pipeline configuration file. The default values should be working.

Our data pipeline exports its outputs to public/data.

Data pipeline

Our data pipeline is built from several pipelines (e.g. vaccinations, testing, etc.), which are executed independently. for an overview, refer to our documentation

Contribute

We welcome contributions for all of our processes. There are two types of contributions:

  • Maintenance/Enhancements: Improve processes currently available in the library (e.g. add a new country scrapper for the vaccinations data).
  • New features: Create a new process in the library.

For more details, read our contribution guideline.