Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gunn/covid-19-scripts

Scripts for processing COVID-19 data - e.g. converting from absolute to per capita numbers, adding fine-grained data from more countries
https://github.com/gunn/covid-19-scripts

covid-19 data geography typescript

Last synced: about 1 month ago
JSON representation

Scripts for processing COVID-19 data - e.g. converting from absolute to per capita numbers, adding fine-grained data from more countries

Awesome Lists containing this project

README

        

# COVID-19 scripts

## Status
A work in progress. Fetches data for all US counties and adds per 100,000 rates.

## Goals
* Get the most fine-grained data possible per region. Currently we have a county-level data for the US, but only a single figure for most other countries
* For each region we get figures for, get up-to-date population data so we can generate per capita figures
* Correct for very variable levels of testing between regions

## requirements
`node` and `yarn`

## Steps
`yarn install`

`yarn start`