Skip to content

Commit

Permalink
adds more up to date documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oem committed Jul 28, 2020
1 parent 5b6e6db commit 8d85a38
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# Hamburg.jl

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

## Usage

```julia
using Hamburg
datasets(topic, dataset)
```

## Topics

### covid-19

Source: [hamburg.de](https://www.hamburg.de/corona-zahlen)

#### datasets

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

`datasets("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.

`datasets("covid-19", "boroughs")`

0 comments on commit 8d85a38

Please sign in to comment.