Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bundesAPI/deutschland
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithWittmann committed Jul 28, 2021
2 parents e1416af + b85d765 commit d121e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Deutschland
A python package that combines access to the most valuable dataset of Germany.
A python package that gives you easy access to the most valuable datasets of Germany.

## Installation
```bash
Expand All @@ -20,4 +20,4 @@ print(data.keys())

print(data["Adresse"][0])
# {'geometry': {'type': 'Point', 'coordinates': (13.422642946243286, 52.51500157651358)}, 'properties': {'postleitzahl': '10179', 'ort': 'Berlin', 'ortsteil': 'Mitte', 'strasse': 'Holzmarktstraße', 'hausnummer': '55'}, 'id': 0, 'type': 'Feature'}
```
```

0 comments on commit d121e3c

Please sign in to comment.