Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1003 Bytes

README.md

File metadata and controls

42 lines (22 loc) · 1003 Bytes

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