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

Does traffic jams affects route summary #5477

Closed LokiTheCreator closed 2 months ago

LokiTheCreator commented 5 years ago

In different time of day you can get to one point in different time, considering traffic situation. Does it work in osrm? For example if I request route in rush hour and the same route in night, will their summary be different? Will duration of route I requested in rush hour be more than duration of route requested in night hour when there is little traffic on road?

systemed commented 5 years ago

You need to supply OSRM with appropriately formatted traffic data. OSRM does not provide this for you. Very few places supply this data openly, but here's a starting point: https://github.com/graphhopper/open-traffic-collection . Getting the supplied data into a format OSRM can use will not be a trivial task.

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.