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

Option to Forcefully Join Junctions Despite Parallel Edges in Netconvert #16140

Closed
henrigrossmann opened this issue Feb 7, 2025 · 4 comments
Closed

Comments

@henrigrossmann
Copy link

henrigrossmann commented Feb 7, 2025

Description:
I am using SUMO's netconvert to generate and process a road network, but I am encountering the following warning:
Warning: Not joining junctions 1628096906,248152002,3256888393,7071685943 (parallel outgoing 149864364#0,741020259#3).

Question:
When joining these junctions manually in Netedit, it works perfectly. Therefore, I would like to know if there is a way to force netconvert to join them even though they have parallel incoming/outgoing edges or if there is a workaround that has the same effect.

I have attached the configuration file used for the network conversion, which should enable junction merging. The current focus is on the junction cluster around edge 572748503_1.

SUMO Version: V1_21_0+4204-48ef578de38
MacOS: 15.3

minimumEx.zip

@namdre namdre self-assigned this Feb 10, 2025
@namdre namdre closed this as completed in 89a203d Feb 10, 2025
namdre added a commit that referenced this issue Feb 10, 2025
namdre added a commit that referenced this issue Feb 10, 2025
@namdre
Copy link
Contributor

namdre commented Feb 10, 2025

the relevant angular threshold is now user-configurable.

@ambuehll
Copy link

Thank you very much! Quick question from my side: what was the idea behind excluding parallel edges from joining. Just so we know when to be careful 👍

@namdre
Copy link
Contributor

namdre commented Feb 10, 2025

anecdotally, this was causing huge clusters with parallel edges belonging to totally different roads (i.e. whenever you have a dense grid of roads).

@henrigrossmann
Copy link
Author

Thank you very much for the quick solution and explanation! Highly appreciate your responsive support!

namdre added a commit that referenced this issue Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants