Skip to content

Creates various graphs and maps for COVID-19 data.

Notifications You must be signed in to change notification settings

jgodwinWX/covid_graphs

Repository files navigation

COVID Graphs

April 01, 2021 Update:

The code is back up and running! Data is now being pulled from the APIs from the CDC and HHS (see below).

March 30, 2021 Update:

As of early March, the COVID Tracking Project has ended. This script is now using APIs from the Centers for Disease Control and U.S. Department of Health and Human Services. The old code that used COVID Tracking Project is now in the v1 folder for posterity, but this code will no longer pull in the latest data. The following APIs are used:

covid_plotter.py: This script pulls data from the APIs listed above. After the data is imported, various charts are created.

countymaps.py: This script pulls data from the New York Times GitHub then uses a state population CSV (included here as fipscodes.csv) to compute and then map the cases per one million residents for each county, with a different map for each state. This uses a different data source that is still being updated and should be okay.

webgen.py: This script creates some basic HTML that can be pasted into a webpage such as the one on my website.

About

Creates various graphs and maps for COVID-19 data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages