You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct, both access and turn restrictions are not considered by the osm network converter (except oneway streets). There are currently no plans to implement them, feel free to open a pull request.
Ways with access restrictions could be ignored or filtered out while links are created. NetworkExpandNode does seem like the best way to implement turn restrictions. However, I'm not familiar with the class and I don't really have time to develop and test such a feature addition. I'd guess it's possible to add expanded nodes after the network has been created by going through all relevant relations.
Is it correct that pt2matsim currently ignores access restrictions and turn restrictions and are there plans to implement them?
I figure the implementation of access restrictions is straight-forward in OsmMultimodalNetworkConverter.java. For turn restrictions we could use NetworkExpandNode - similar to NetworkTeleatlasAddManeuverRestrictions
The text was updated successfully, but these errors were encountered: