GIScience / openrouteservice

🌍 The open source route planner api with plenty of features.
https://openrouteservice.org
GNU General Public License v3.0
1.46k stars 399 forks source link

Overhaul heuristic of calculating edge travel speed #630

Open rabidllama opened 4 years ago

rabidllama commented 4 years ago

The code that attempts to take into account acceleration has issues (such as short segments) which sometimes sends routes off of a more logical path.

The code needs to either be reworked, or a different method implemented that would reduce travel speeds to a more realistic value than the default of assuming that the vehicle is immediately travelling at maximum possible speed as soon as it enters an edge.

Possible alternatives include:

aoles commented 4 years ago

Cross referencing related issues: