README.md

COVID dashboard data for Cambridge area

Data repository for COVID-19 data in Cambridge, MA area. Raw files from original sources (listed below) are in the data-raw/ directory. Scripts and processed data in the roadmap.

Updating data

The process is automated-ish using R drake.

To install dependencies, run renv::restore().

To update data, run r_make(). Actually need to double-check that this will download the latest files...

Processed data

Processed data is in the data/ directory. Preliminary plan is to follow the structure of the covidtracking API.

Calculated variables:

Data sources

Update: After looking into this a little more, https://covidtracking.com is probably the best source for US and state data. They have an API, and for MA the numbers from the daily dashboard match. NB - positivity rate does not appear to be calculable using the Covid Tracking data; - also, the MA daily dashboard reports new confirmed cases, which would need to be constructed by diffing the cumulatives.

Cambridge:

Boston (no data in repo):

Doesn't look like there's easy automated access, especially for historical data.

Massachusetts:

US (CDC API):

Other data sources:

Github repos:



hoir/covid-data documentation built on Sept. 27, 2021, 10:31 p.m.