Dash dashboard to visualize the case rate of COVID-19 over time in California communities. Data is provided by the Los Angeles Times and Los Angeles County Department of Public Health.
View the live dashboard at https://ca-local-covid-19.xanderhirsch.us/
Clone the repository and install the pipenv environment with $python3 -m pipenv install
.
- Navigate to the LACDPH COVID-19 Data Dashboard and download the "14-Day Community Cases" and "7-Day Community Cases" tables into the
/sources
directory. - Run
./fetch-latimes-place-totals.sh
Bash script to get the latest COVID-19 case totals compiled by the Los Angeles Times. - Convert the CSV files to Pandas DataFrame pickle files by running
./parse-sources.sh
Run the app with $python3 -m pipenv run python app.py
.
The local dashboard is hosted at localhost:8050
.
Run ./deploy.sh