Project-OSRM / osrm-backend

Open Source Routing Machine - C++ backend
http://map.project-osrm.org
BSD 2-Clause "Simplified" License
6.34k stars 3.36k forks source link

use realistic speeds for trains and ferries, with appropriate rates #4543

Closed emiltin closed 2 months ago

emiltin commented 7 years ago

speeds on trains and ferries are typically set to 5 or 10 km/h, which is unrealistic, especially for trains. it's probably a remnant from the time where there was no way to specify speed and rate separately.

we should assign realistic speeds for routes, coupled with low rates, so they are only used when there are no other suitable way.

daniel-j-h commented 7 years ago

👍 I think the profiles in general do not make use of the speed / weight split a lot other than in the car profile for a few things. For example the bike profile probably wants high weights on bad surfaces, no?

Related to this ticket:

github-actions[bot] commented 3 months ago

This issue seems to be stale. It will be closed in 30 days if no further activity occurs.