Skip to content

COVID19 Map Visualization based on Johns Hopkins live data set

License

Notifications You must be signed in to change notification settings

stmeem/covid19-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Interactive Map of Covid-19 Cases

Description

Created a webmap using python libraries to visualize covid-19 data. The data is collected from Johns Hopkins data repository. Zoom in the map and click on the markers to get the data of any country.

Visual Dashboard

https://covid19-webmap.herokuapp.com/

Screenshot

Installation

For a local installation, make sure you have pip installed and run:

$ pip install jupyter

Install Pandas:

$ pip install pandas

Install Folium:

$ pip install folium

Clone this repository: git clone https://github.com/stmeem/covid19-map.git

Navigate the repository: cd covid19-map

Run Jupyter in a local installation:

$ jupyter notebook

Navigate to http://localhost:8888.

Resources

Johns Hopkins data repository

Releases

No releases published

Packages

No packages published