A custom GraphHopper configuration with bike routing profiles for OpenStreetMap and the SRTM height provider.
This service is used by the PrioBike app as a fallback for our DRN GraphHopper.
The easiest way to run a web service with the processed data is to use the contained Dockerfile
:
docker build -t priobike-graphhopper . && docker run -p 8989:8989 --rm priobike-graphhopper
See https://docs.graphhopper.com/
We use a preheating script to skip the initial preprocessing step on first container bootup. See https://github.com/priobike/priobike-graphhopper/blob/main/preheat.sh
We highly encourage you to open an issue or a pull request. You can also use our repository freely with the MIT
license.
Every service runs through testing before it is deployed in our release setup. Read more in our PrioBike deployment readme to understand how specific branches/tags are deployed.
Help us improve this documentation. If you have any problems or unclarities, feel free to open an issue.