-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Create connections from OSM relation exceptions (netconvert) #12645
Labels
Comments
namdre
added a commit
that referenced
this issue
Feb 18, 2023
namdre
added a commit
that referenced
this issue
Feb 18, 2023
namdre
added a commit
that referenced
this issue
Feb 18, 2023
namdre
added a commit
that referenced
this issue
Feb 19, 2023
Awesome, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to fix disconnected routes in public transport vehicles, and some disconnects are arising from missing connections between adjacent edges. I am guessing the reason is that netconvert does not read exceptions in OSM restriction relations.
Example of OSM restriction relation in the Zurich network. Here, except=psv (in other instances, except=bus)
If it doesn't already exist, a useful option would be to write bus-specific connections to the network during netconvert. My fix now is to add the additional bus-specific connection (as below) to the connection file, to then patch the network file.
The option to teleport vehicles on disconnected routes (--time-to-teleport.disconnected) works, but the vehicles would not interact with car traffic realistically, e.g. if the edge to teleport the bus is full, the bus skips to the next edge and it might miss stops.
Eclipse SUMO netconvert Version 1.15.0
The text was updated successfully, but these errors were encountered: