WorldSEnder / vis_covid_vacc

Visualize covid vaccination status

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A visualization of covid vaccination status

Does not use a nice visualization library, since the used sunburst chart was not available. Instead, just dumps everything into a svg.

Sample result

Requirements

To run draw_vis.py, you need to have git installed, which is required to automatically fetch the date of the data sources.

You also have to install the svgexport npm package. Other svg to png converters I tried all failed to convert the textPath properly.

Updating the data

Run make update. Updating the data is best done by shallowing updating the covid-19-data, since otherwise you'd fetch a few gigabytes of history (the repo is pretty large).

Generating the visualization

Run make all.

About

Visualize covid vaccination status


Languages

Language:Python 94.9%Language:Makefile 5.1%