Skip to content

Latest commit

 

History

History
77 lines (44 loc) · 1.93 KB

README.md

File metadata and controls

77 lines (44 loc) · 1.93 KB

Hamburg.jl

A little package that makes various information about Hamburg, Germany available in an easily accessible fashion.

Usage

]add https://github.com/oem/Hamburg.jl
using Hamburg
dataset(topic, dataset)

Topics

covid-19

sources

Since July 27, 2020:

hamburg.de

Before July 27, 2020:

Robert Koch Institut

The number of deaths are not quite matching up between those two datasources, it seems that the RKI is reporting around 30 more people who died through COVID-19.

The numbers reported to the RKI are also delayed by one day, the time of recording has been moved back one day to align with the dates from hamburg.de.

The datasets are also available as csv files, in case you want to use them separately:

infected.csv

boroughs.csv

datasets

infected

Number of people infected by covid-19, recorded since July 27, 2020

dataset("covid-19", "infected")

Columns:

  • deaths: Total number of deaths due to COVID-19
  • new: New confirmed cases
  • recordedat: Date of measurement
  • recovered: Number of people recovered (not a precise number since people are not required to report recoveries)
  • total: Total number of confirmed cases
boroughs

The number infected, by borough.

These are aggregated numbers, representing the cases for the last 14 days. This is so that the privacy of individuals can be guaranteed.

dataset("covid-19", "boroughs")

holidays

sources

publicholidays.de

datasets

school

dataset("holidays", "school")

Columns:

  • name: Name of the holiday
  • start: Start date
  • end: End date