Visualization of COVID-19
World wide data from
- "JHU CSSE COVID-19 Data"
- "COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University"
- https://github.com/CSSEGISandData/COVID-19
New York City data from
- https://github.com/nychealth/coronavirus-data/blob/master/totals/data-by-modzcta.csv
- "NYC Coronavirus Disease 2019 (COVID-19) Data - NYC Department of Health and Mental Hygiene"
-
project documentation: https://jht1493.net/COVID-19-Impact/Project/
-
demo video: https://www.youtube.com/watch?v=pRV5CIoGmLE
- setup.md : Setup instructions to run locally client and express server
-
./dashboard : Browser app to view graphs of daily data
-
./docus : Docusaurus based documentation
-
./parse : nodejs code to convert CSV to JSON
-
manages parsed data store in ./parsed-data/c_data folder
-
./COVID-19-JHU : world data source git repo https://github.com/CSSEGISandData/COVID-19
-
./nyc-data/repo : NYC data source git repo https://github.com/nychealth/coronavirus-data
-
./parsed-data/c_data/ : csv data from COVID-19-JHU converted to json
-
manage in repo https://github.com/EP-Visual-Design/COVID-19-parsed-data
-
... /c_data/world/c_meta.json -- per country info and populations
-
... /c_data/world/c_days/2020-01-22.json -- daily summary stats by country
-
...
-
... /c_data/world/c_days/2020-11-11.json
-
... /c_data/word/c_series -- series data per region
-
... /c_data/word/c_subs -- sub regions
-
- Shindy Melanie Johnson - concept inspiration
- Phil Sinatra - react UI and build framework setup
- EP Visual Design