Is an OpenTripPlanner server that provides a platform for routing and scheduling cycling trips considering a safety factor.
Run the following command to start the service:
docker compose up -d
- Docker installed
- OpenStreetMap file with the safety factor tag set to the required components (routes, stops...) inside the data folder
Run the following command to build the docker image:
docker compose build