A dynamic map of the Covid19 vaccination rate with ESP8266 #ESP #COVID19 @lucadentella_it
lucadentella has changed their interactive map of Italy to displays the progress of vaccinations in each region.
This is possible thanks to the Open Data project, a Github repository, which makes a lot of information available for free, including the number of vaccinations administered for each region.
The sketch I developed (for esp8266 boards and available on Github), downloads this file and analyzes its content line by line, extracting the area (= region) and the percentage of administration (number of doses administered compared to the number of doses available).
See more in the write-up here.
Post a Comment