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

Finding Connected Intersections from Current Road Segment #7061

Open
buraksenkus opened this issue Oct 31, 2024 · 0 comments
Open

Finding Connected Intersections from Current Road Segment #7061

buraksenkus opened this issue Oct 31, 2024 · 0 comments

Comments

@buraksenkus
Copy link

I want to find possible intersections can be reached from a given location (with bearing) but I couldn't figure out how can I do it. Here is the my goal in detail:

  1. User provides a location (in lat-lon) and bearing (in degrees).
  2. The nearest road segment is found by given values.
  3. The possible intersections can be reached from the road segment are listed. Intersections can be reached in opposite direction are ignored.

The illustration can be seen from below figure.

image

Using nearest function is suitable for the second step but I don't know how to proceed for step 3. As far as I inspected, route function provides intersections on the suggested route but I don't have a destination location to use in route request.

Finding intersections in depth 2 or 3 is enough for me. I'm sorry if this is already asked previously but I couldn't find a relevant issue.

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