You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OSRM use CRP to deal with live traffic, but historical speed is one of important features to support better route result. Live traffic make sense for the area near start point, but when expand road graph outside for 1 hour, historical speed play more and more important role.
Solutions
Option 1: Calculate sub-graph based on different time frame and then calculate final route based on sub graph
OSRM use CRP to deal with live traffic, but historical speed is one of important features to support better route result. Live traffic make sense for the area near start point, but when expand road graph outside for 1 hour, historical speed play more and more important role.
Solutions
Option 1: Calculate sub-graph based on different time frame and then calculate final route based on sub graph
More Info
Project-OSRM#5503
Time dependent routing
Option 2: Adjust segment cost during route calculation
Option 3: Only use historical speed to pick up better route for optimization(weight/duration calculation)
Refer to Project-OSRM#4449 (comment)
The text was updated successfully, but these errors were encountered: