Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
To model detour signs it would be helpful to replace only specific route sections:
<detourReroute edges="e1 e2" replace="e3 e4 e5"/>
any vehicle with edges sequence "e1 e2" in their remaining route has that sequence replaced by "e3 e4 e5".
Currently, rerouters can either
To model detour signs it would be helpful to replace only specific route sections:
<detourReroute edges="e1 e2" replace="e3 e4 e5"/>
any vehicle with edges sequence "e1 e2" in their remaining route has that sequence replaced by "e3 e4 e5".