Skip to content

davfiocchi/covid-data-plots-ita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID DATA PLOTS

This repository contains a simple Python script to plot Italian COVID-19 data.

The data is provided by Civil Protection Department (Dipartimento Protezione Civile) and can be found here

I made this script for me to have a better understanding of what the COVID situation is like in Italy.
I hope that others will find it useful as well!

The following day-by-day difference of measures are plotted:

  • # hospitalized with sympthoms
  • # intensive care unit
  • # staying at home
  • # positives
  • # healed
  • # deaths

When available, the area underneath the trend will be coloured:

  • if national data, all three colours are shown. The height of each colour is proportional to the number of regions assigned to that colour
  • if regional data, the area will be coloured based on the region's colour for the period

How do I get set up?

python ./make_graphs.py [<region1>] ... [<region N>]

TODO

  • automatic update of region colour data
  • if more than one region is provided, display each measure them in a single plot (so you can compare region data easily)
  • vaccine information display (not yet available on Civil Protection Department repo)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages