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

Inverse: pedestrian shortcuts #18

Open
dabreegster opened this issue Apr 20, 2024 · 1 comment
Open

Inverse: pedestrian shortcuts #18

dabreegster opened this issue Apr 20, 2024 · 1 comment

Comments

@dabreegster
Copy link
Collaborator

https://www.openstreetmap.org/way/671146174 as a motivating example.

Look for a driving route between the endpoints of a footpath, and calculate the detour ratio. High values are better pedestrian shortcuts. (Complications include having to take into account all the complexities of driver routing, like turn restrictions and which direction to do the routing. And even in this example, both endpoints of the footpath aren't driveable -- have to search further on the graph.

An analogous route / score mode would be helpful. And showing both scores in one place could be interesting, to find areas favoring one mode.

@dabreegster
Copy link
Collaborator Author

Closer to this, but it's weird in a few ways.
image
This anecdote isn't showing up as dramatically, because I think https://www.openstreetmap.org/way/83592298 is missing restrictions.

Anyway,

  • Think through "mode comparison" approaches. For an individual route, compare directness. In score mode, have a way to look for places where detour factor is very different for two modes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant