OR TOOL CVRP - Get traffic data in OSRM #3729
Replies: 2 comments
-
|
That’s an OSRM question, not an ORTools question. JamesOn Apr 3, 2023, at 10:13, Shivara2022 ***@***.***> wrote:
Hi All,
I'm using OSRM map dataset to build a distance matrix. But the travel time between nodes was almost 5/10 mins delay for a single node when compared google maps.
Is there a way to closer travel time in OSRM?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
But aside from the fact that you should ask the OSRM project that question, I’d recommend just scaling up the OSRM (or Valhalla) travel times by a factor, say 1.1. Or round *UP* to the nearest 5 or even 15 minutes. Given the inherent variability of travel times in congested areas, trying for more accuracy is a fool’s errand. JamesOn Apr 3, 2023, at 10:13, Shivara2022 ***@***.***> wrote:
Hi All,
I'm using OSRM map dataset to build a distance matrix. But the travel time between nodes was almost 5/10 mins delay for a single node when compared google maps.
Is there a way to closer travel time in OSRM?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I'm using OSRM map dataset to build a distance matrix. But the travel time between nodes was almost 5/10 mins delay for a single node when compared google maps.
Is there a way to closer travel time in OSRM?
Beta Was this translation helpful? Give feedback.
All reactions