Hello, there is no ready-made solution for this due to the project-specific nature of live traffic data. If you need real-time stuff than you will probably want to use TraCI to feed vehicles into the simulation based on detector data. In our own projects, we often write custom scripts to generated sumo input files from traffic data. A hybrid approach between real-time and offline traffic adaptation is to save the state of the simulation and then load it again with some updated input files. regards, Jakob
2018-08-29 7:16 GMT+02:00 himanshu soni <[email protected]>: > Can you suggest me any software which will help me model live traffic > situation in SUMO? > > On Tue, Aug 28, 2018 at 3:02 PM Jakob Erdmann <[email protected]> > wrote: > >> Hello, >> you can use trac.load() to reload the simulation with arbitrary options. >> regards, >> Jakob >> >> 2018-08-28 11:29 GMT+02:00 himanshu soni <[email protected]>: >> >>> Hello Jakob, >>> I want to train my model using multiple iterations of a complete traffic >>> cycle defined. So, is there a way that I can reload the GUI from starting >>> point without deleting the data generated from previous iterations? >>> Or maybe is there a python code for a shortcut (Ctrl+R) in sumo-gui. >>> Your suggestions are also welcomed. >>> Thank You >>> >>> >>> _______________________________________________ >>> sumo-user mailing list >>> [email protected] >>> To change your delivery options, retrieve your password, or unsubscribe >>> from this list, visit >>> https://dev.eclipse.org/mailman/listinfo/sumo-user >>> >>> >> _______________________________________________ >> sumo-user mailing list >> [email protected] >> To change your delivery options, retrieve your password, or unsubscribe >> from this list, visit >> https://dev.eclipse.org/mailman/listinfo/sumo-user >> > > _______________________________________________ > sumo-user mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/sumo-user > >
_______________________________________________ sumo-user mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/sumo-user
