mibe / CoronaIncidenceChange

A small script to display the SARS-CoV-2 incidence change in the EU.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A small script to display the SARS-CoV-2 incidence change in the EU.

Data source

The data source for the daily cases is provided by the European Centre for Disease Prevention and Control, specifically the "Data on the daily number of new reported COVID-19 cases and deaths by EU/EEA country" is used.

Requirements

Usage

Command line

  1. Install dependencies: pip install -r requirements.txt
  2. Run the script, it will download all stuff necessary: CoronaIncidenceChange.py
  3. Open the file results.html file in a webbrowser which supports SVG and has JavaScript enabled. So practically every reasonable modern one.

Docker

docker build -t cic .
docker run --name cic_runner cic
docker cp cic_runner:/code/map-edited.svg .
docker cp cic_runner:/code/results.html .
docker rm cic_runner

Open the file results.html file in a webbrowser which supports SVG and has JavaScript enabled. So practically every reasonable modern one.

License

This script is © 2021 Michael Bemmerl, available under the MIT License. See COPYING for details.

Third party copyright & licenses

About

A small script to display the SARS-CoV-2 incidence change in the EU.

License:MIT License


Languages

Language:JavaScript 75.7%Language:Python 22.9%Language:Dockerfile 1.3%