gabelula / covid-data-model

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

Home Page:https://covidactnow.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Setup

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

About

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

https://covidactnow.org/

License:MIT License


Languages

Language:Python 55.4%Language:Jupyter Notebook 44.5%Language:Makefile 0.1%