Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanw/verkehrsunfallstatistik
Converts the Berlin Verkehrsunfallstatistik PDFs to GeoJSON
https://github.com/stefanw/verkehrsunfallstatistik
Last synced: about 2 months ago
JSON representation
Converts the Berlin Verkehrsunfallstatistik PDFs to GeoJSON
- Host: GitHub
- URL: https://github.com/stefanw/verkehrsunfallstatistik
- Owner: stefanw
- Created: 2016-06-24T20:52:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T07:40:19.000Z (over 1 year ago)
- Last Synced: 2024-08-03T17:13:24.198Z (5 months ago)
- Language: Python
- Homepage:
- Size: 4.51 MB
- Stars: 20
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bikeprojects - GitHub
- awesome-bikeprojects - GitHub
README
# Parser for Berlin's yearly accident reports
[Some accident reports of Berlin](https://www.berlin.de/polizei/aufgaben/verkehrssicherheit/verkehrsunfallstatistik/) contain tables with rough locations of all accidents of certain types (e.g. involving bikes or pedestrians). This repository contains code to extract this data and geocode it.
The following `make` targets are available for bike accidents (pattern match with year):
- `make data/accidents_points_%.geojson`
- `make data/accidents_streets_%.geojson`## Prerequisites
- Python3
- Java to run Tabula on the command line
- GDAL with ogr2ogr
- Some shell utilities make, wget, perl
- PostgreSQL server with PostGIS enabled database, configure in Makefile## Resulting Data
- `csvs/` - tables from PDFs
- `data/` - geocoded and augmented data## Map / Visualization
- [Map of data for 2018](https://stefanwehrmeyer.carto.com/viz/e11e4a59-8d7c-465c-a001-00970c793184/public_map)
- [Map of data for 2017](https://stefanwehrmeyer.carto.com/viz/4fc39e13-8dbb-4d3f-a181-b2918861b6de/public_map)
- [Map of data for 2016](https://stefanwehrmeyer.carto.com/viz/5eae5a82-366a-11e7-a26a-0e233c30368f/public_map)
- [Map of data for 2015](https://stefanwehrmeyer.carto.com/viz/06889e1a-21b4-11e6-a734-0ea31932ec1d/public_map)