eclipse-sumo / sumo

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.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.51k stars 1.42k forks source link

add starttime to cutRoutes.py #8554

Open rummel123 opened 3 years ago

rummel123 commented 3 years ago

Give the cut routes a custom start time (for use in simualtions starting later than the original routes and reduce the warm up phase). Idea: find first edge after custom time and use it as departEdge attribute and use that time as depart time. With using departEdge, no additional cuting of the routes is needed.

behrisch commented 2 years ago

@rummel123 Are you still working on it? Can you assign a new milestone maybe?