Skip to content

caiolang/covid-globe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid-globe

Visualization of Covid-19 data using Globe.GL

Check it out here!

Screenshot of the 3D Covid-19 globe visualization.

About

This is the final project of the Data Visualization class, taught by Emmanuel Pietriga at École Polytechnique

Dataset

We have used the World Health Organization - WHO - Covid-19 dataset for this project.

How to read it

  • The length of each column encodes the selected metric (New cases, New deaths, Cumulated cases or Cumulated deaths) following a linear scale.

  • The columns' color indicates the recent variability of the metric:

    • RED means the metric has worsened (more cases/deaths) in relation to the last month
    • GREEN means it has improved
    • CYAN means it has remained stable (considering a threshold of 10% for stability)
    • GRAY indicates outdated information, or lack of data.

Authors