-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Region and population informed point placement
- Loading branch information
Showing
5 changed files
with
32,190 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
# COVID-19 spread from January 23 through March 14th | ||
### Data is from https://github.com/CSSEGISandData/COVID-19 | ||
|
||
Every purple dot is a single case, green is a recovery, and red is a death. | ||
### Original map: https://upload.wikimedia.org/wikipedia/commons/4/4b/Equal_Earth_with_Tissot%27s_Indicatrices_of_Distortion.svg | ||
|
||
### Original world map: https://commons.wikimedia.org/wiki/File:World98.svg | ||
|
||
### Population data map: https://upload.wikimedia.org/wikipedia/commons/4/49/World_population_density_1994_-_with_equator.png | ||
|
||
A pre-rendered video is included in this REPO. | ||
|
||
Since there are over 150,000 the FPS is hard-coded to 5 FPS, but you can view this in your browser here: http://efhiii.github.io/COVID-19 | ||
|
||
The Animation spreads out data for a single day evenly (randomly) throughout that day's time period, and in a cluster around the coordinates of the region it occurred in. I don't have the actual location of every single case, just the country, and state/province for the US, China, and a few others. | ||
The Animation spreads out data for a single day evenly (randomly) throughout that day's time period within the region it occurred in. I don't have the actual location of every single case, just the countries' confirmed case numbers as compiled by Johns Hopkins University. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.