Skip to content

A python-generated website for visualizing the novel coronavirus (COVID-19) data for Greece.

License

Notifications You must be signed in to change notification settings

Trinityyi/COVID-19-Greece

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f617d11 · Feb 27, 2025
Sep 2, 2020
Mar 11, 2023
Mar 10, 2023
Oct 29, 2020
Aug 22, 2021
Jan 14, 2021
Apr 2, 2020
Mar 30, 2020
Mar 30, 2020
Mar 30, 2020
Apr 2, 2020
Apr 2, 2020
Mar 10, 2023

Repository files navigation

COVID-19-Greece

Preview

A python-generated website for visualizing the novel coronavirus (COVID-19) data for Greece.

Data sources

Data provided by Johns Hopkins CSSE and the National Public Health Organization.

Website generation

  • The website is updated daily at 03:00 UTC, using GitHub actions.
  • Data is pulled daily from the relevant data sources and/or updated manually.
  • The src/main.py script combines the data in the CSV files and generates the daily CSV report.
  • Flask then outputs the data and to the template and produces the website.
  • Google Charts is used for graph generation.