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

Add capability for intersection LTS #10

Open
mbonsma opened this issue Feb 16, 2023 · 0 comments
Open

Add capability for intersection LTS #10

mbonsma opened this issue Feb 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mbonsma
Copy link

mbonsma commented Feb 16, 2023

The current model assigns LTS to road and path segments only, not intersections. This can have an impact on routing; for instance, when a low-stress side street crosses a major road without a traffic signal, the routing algorithm may consider this a valid route even though crossing the major road is high stress.

Nodes should be assigned a stress level according to the following logic:

  • in the absence of a stop sign or traffic signal, node stress is the highest stress of neighbouring edges
  • a stop sign or traffic signal reduces an LTS 3 or 4 node to LTS 2
  • a stop sign or traffic signal reduces an LTS 2 intersection to LTS 1
@mbonsma mbonsma added the enhancement New feature or request label Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant