-
Notifications
You must be signed in to change notification settings - Fork 9
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
More input to edge costs and LTS #34
Comments
Elaborating a bit... we heard feedback about some of the LTS ratings. https://www.openstreetmap.org/way/153773332#map=18/53.46591/-2.83879 is a great example -- this is a separated path next to a highway. Although the separation from fast-moving traffic may be adequate, the noise / general experience from being next to traffic is unpleasant. Somebody using od2net might want to adjust the LTS or cost function accordingly to still penalize this. So some steps would be:
The greenspace and industrial area ones are similar. There's already some code to try and extract |
Sweet thanks for that, I will start having a read through this now! |
Hey @dabreegster, just looking at how to visualise the data but noticed the steepness is not included in the |
Apologies, got very behind on emails... Since there's a "Color edges by" selector, slope would be a fine choice to include for networks that have it. Not sure why I didn't wire that in originally.
You can ignore what I said about layers in the edge cost app. There's already that "color by" dropdown -- we can use that to debug the new per-road info gathered. |
No worries at all it happens! And that makes sense I will get started on running my changes in that case. |
For all of these, I think we could first just detect this situation about the edge (and surface that info in the UI clearly). Then we can write edge cost and LTS functions that take these things into account, using TBD weightings.
And a further idea: local knowledge (or routing preference) is always going to be helpful. If we have a way in the UI to just annotate a road and edit the LTS / edge cost manually, then that could be super helpful.
The text was updated successfully, but these errors were encountered: