Skip to content

haehn/covid19-map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID19 Map

About

Hi, I'm Daniel Karl 👋

I wanted to see whether I can reproduce the Johns Hopkins map visualization of COVID19. Therefore I set out to build my own version using the very same live data source that they kindly provide in their GitHub repo.

Thanks to the already available data set the process of ramping up a visualization tool in React went fairly smooth. So, after the timespan of a weekend it already has the following features:

  • offers alternative glyphs (circles can be hard to compare in the human eye)
  • can show the momentum of the spread in glyphs directly, i.e. change over the last 1, 3 or 7 days
  • can additionally normalize by population (kindly contributed by Michael Baentsch)
  • is open source, therefore allows other researchers to contribute on GitHub

Please check it out, and hopefully it helps to drive more research and to provide a better understanding of the situation we are currently facing.  If you want to contribute a feature I will roll out your pull request timely and add your name here.

Users

Open https://daniel-karl.github.io/covid19-map/

Developers

Install and run

npm install         # first time only
npm start

Deploy to GitHub pages

npm run deploy      # Please do not forget to include link to license and mention the original author(s) as given below

Contributors

  • Daniel Karl
  • Michael Baentsch

Attributions

Software dependencies

Data sources

About

Open COVID19 Map Visualization based on Johns Hopkins live data set

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.8%
  • CSS 3.8%
  • HTML 1.4%