Germany: SK Halle (Sachsen-Anhalt)¶

  • Homepage of project: https://oscovida.github.io
  • Plots are explained at http://oscovida.github.io/plots.html
  • Execute this Jupyter Notebook using myBinder
In [1]:
import datetime
import time

start = datetime.datetime.now()
print(f"Notebook executed on: {start.strftime('%d/%m/%Y %H:%M:%S%Z')} {time.tzname[time.daylight]}")
Notebook executed on: 07/03/2023 16:02:08 CEST
In [2]:
%config InlineBackend.figure_formats = ['svg']
from oscovida import *
In [3]:
overview(country="Germany", subregion="SK Halle", weeks=5);
2023-03-07T16:02:19.661019 image/svg+xml Matplotlib v3.7.1, https://matplotlib.org/ 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 60 60 70 70 80 80 90 90 7-day incidence rate (per 100K people) 61.3 SK Halle, Germany, last 5 weeks, last data point from 2023-03-06 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0 10 20 daily change normalised per 100K 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0.0 0.1 0.2 0.3 0.4 daily change normalised per 100K 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0.8 0.8 1.0 1.0 1.2 1.2 R & growth factor (based on cases) Germany-SK Halle cases daily growth factor Germany-SK Halle cases daily growth factor (rolling mean) Germany-SK Halle estimated R (using cases) 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0.0 0.0 0.5 0.5 1.0 1.0 R & growth factor (based on deaths) Germany-SK Halle deaths daily growth factor Germany-SK Halle deaths daily growth factor (rolling mean) Germany-SK Halle estimated R (using deaths) 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0 2000 4000 6000 cases doubling time [days] Germany-SK Halle doubling time cases (rolling mean) 0.00 23.81 47.61 daily change Germany-SK Halle new cases (rolling 7d mean) Germany-SK Halle new cases 0.000 0.238 0.476 0.714 0.952 daily change Germany-SK Halle new deaths (rolling 7d mean) Germany-SK Halle new deaths 0.000 0.323 0.645 0.968
In [4]:
overview(country="Germany", subregion="SK Halle");
2023-03-07T16:02:33.723183 image/svg+xml Matplotlib v3.7.1, https://matplotlib.org/ May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0 0 1000 1000 2000 2000 7-day incidence rate (per 100K people) 61.3 SK Halle, Germany, last data point from 2023-03-06 May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0 100 200 300 400 daily change normalised per 100K May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0 2 4 daily change normalised per 100K May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0.8 0.8 1.0 1.0 1.2 1.2 R & growth factor (based on cases) Germany-SK Halle cases daily growth factor Germany-SK Halle cases daily growth factor (rolling mean) Germany-SK Halle estimated R (using cases) May 20 Sep 20 Jan 21 May 21 </