/covid-data-model

Data backend providing computed data for the graphs displayed at https://covidactnow.org

Primary LanguagePythonMIT LicenseMIT

COVID-19 Data Model

Objective: Provide a library/API that ingests COVID-19 data to provide simulated outcomes based on local isolation/quarantine policy levers as represented in published models.

Check It Out in Jupyter Binder

Resources

Models

Data Sources

See covid-data-public for data sources being used or considered.

Running

Create JSON for UI

python run.py

Create JSON for API

Creating the files for local inspection.

python deploy_dod_dataset.py

Creating and uploading the files, where the BUCKET_NAME is name of the s3 bucket hosting these files.

BUCKET_NAME=<bucket name> python deploy_sir_dataset.py