Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 801 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 801 Bytes

Hamburg.jl

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

Usage

using Hamburg
dataset(topic, dataset)

Topics

covid-19

Sources

Since July 27, 2020:

hamburg.de

Before July 27, 2020:

Robert Koch Institut

datasets

infected

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

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

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")