Check OpenStreetMap data for strange data about railway tracks and publish to osmose.
You need npm and osmium tool (there might be a packet existing in your distribution).
sudo apt install osmium-tool # on debian/ubuntu
npm install
Find the country you want to analyse on https://download.geofabrik.de/
sh process-pbf.sh some_country.osm.pbf > result.xml
The result.xml file can be uploaded to an osmose instance
The osrd projects can use OpenStreetMap data to simulate train routes.
This project was a response to a challenge suggested by SNCF Réseau during the Dreiländerhack.
- Julius Tens
- Daniel Rohr
- Max Mehl
- Jennifer Prasiswa
- Tristram Gräbener
The content of this repository is licensed under the Apache 2.0 license.