Skip to content

jones139/covid-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 TRACKER

This repository contains tools to download and analyse the COVID-19 cases data available from public health england.

It currently focuses on doing analysis for a limited number of local authority areas that I am most interested in (Teesside area), but it could analyse others very easily.

Current functionality is:

  • Generate graphs of cumulative cases v time for local authority areas.
  • Generate above graphs normalised for population to give cases per 100k population.
  • (working on) adding lines exrapolating based on different doubling times to help interpret if the trend is slowing or not.
  • cleverer analysis to follow......

The output is generated daily and is available here: https://openseizuredetector.org.uk/static/covid-19/index.html

Any comments please email [email protected]

Dependencies

The following python libraries are used:

  • pandas for data analysis
  • jinja2 to generate html from templates
  • requests to download data

About

Tools to Analyse UK Covid-19 cases data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages