Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 934 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 934 Bytes

Coronavirus Map

Read this in: Français

This is a map which shows the number of cases, deaths, and mortality rate for each country. Visually, it shows this through circle sizes and the redness of them.

An up-to-date view can be found here.

How It Works

The python script accesses another repository by pomber to get the current number of cases and a csv file to get the latitude and longitude of each country. After that, it uses the folium library to map it.

A screenshot of the Maps page

The second page is the graphs page, made with Chart.js. This allows you to see the number of cases worldwide, or in a specific country, since January 22, 2020.

A screenshot of the Graphs page