graphhopper / directions-api

Issues for the GraphHopper Directions API
https://graphhopper.com/api/1/docs/
60 stars 25 forks source link

Truck Routing #23

Closed karussell closed 8 years ago

karussell commented 8 years ago

We've implemented a first version for truck routing, ie. a vehicle considering weight, height and width access restrictions as long as these properties are available in the OpenStreetMap data (can be added fast). The specific truck properties are published here, the bus profile is not a 'public transportation' bus, instead it is a truck with the properties of a bus and can be used as an overland bus. A customized version is currently only possible via a customized package or self-hosted version.

We'll improve especially the ETAs in the coming months at the same time where we improve it for the other vehicles.