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
I see MATSim ignores any restrictions of the roads,no matter if it is a private/restricted road. It also ignores designated road restrictions. For example: the route (red route in image1) takes an exit which is designated at times. I checked several routing engines and each of those avoids that exit. Is there a way I can solve this?
The text was updated successfully, but these errors were encountered:
Hi @subrina0013, it will depend on how you used the MATSim infrastructure to convert OpenStreetMap data into a MATSim routable network. If you use the OSM parser (out of the box), it will not necessarily honour all the road restrictions. Especially time-dependent restrictions. For those, you could implement NetworkChangeEvents but arguable requires a bit more detailed know-how.
Thank you for your reply. I found another issue with the network. A same segment of the network is divided into 4 separate links (2 ways). There are 2 links for the same direction (from/to node are same) but with 2 different lengths.
Why is that? If 2 routes with the same origin-destination takes 2 different links (highlighted in the image), they will have different travel time and length. How I can deal with this?
I see MATSim ignores any restrictions of the roads,no matter if it is a private/restricted road. It also ignores designated road restrictions. For example: the route (red route in image1) takes an exit which is designated at times. I checked several routing engines and each of those avoids that exit. Is there a way I can solve this?
The text was updated successfully, but these errors were encountered: