Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle optimistic routing engine travel times for cars #31

Open
Hussein-Mahfouz opened this issue May 24, 2024 · 0 comments
Open

Handle optimistic routing engine travel times for cars #31

Hussein-Mahfouz opened this issue May 24, 2024 · 0 comments
Labels
enhancement New feature or request Task 2 assigning activities to geographic locations

Comments

@Hussein-Mahfouz
Copy link
Collaborator

Travel time matrices from r5 use road speed limits for car routing (r5 does not account for congestion). Our travel time matrix overestimates how far you can go in a given time. Activities may therefore be assigned to locations that are further away than they should be. We should:

  • Validate: The NTS has reported time TripTotalTime and distance TripDisIncSW. Plot TripTotalTime vs TripDisIncSW for NTS data, and compare it to TripTotalTime vs ActualDistance in the matched data (ActualDistance is calculated after assigning an activity to a location). How do the results compare? Any differences by mode?
  • Suggestions for fixes:
    • Edit osm pbf input to routing engine by addign congestion. Example of editing pbf file here
    • Compare our results to google travel time matrix api - can we scale our travel times up by a factor?
    • Use distance instead of time? "Previous research [47] found that Minkowski distance with a coefficient of 1.54 best approximates road distance. To identify potential locations for A, we thus searched for locations of the desired type situated in a Minkowski distance (coefficient 1.54) between min trip distance and max trip distance from A-1"
@Hussein-Mahfouz Hussein-Mahfouz added the enhancement New feature or request label May 24, 2024
@Hussein-Mahfouz Hussein-Mahfouz added the Task 2 assigning activities to geographic locations label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Task 2 assigning activities to geographic locations
Projects
None yet
Development

No branches or pull requests

1 participant