Hello, SUMO allows the kind of research you describe but this will require some scripting. To control speed profiles you need to control the simulation from the outside via TraCI (http://sumo.dlr.de/wiki/TraCI) . Extracting arrival-at intersection is straightforward via TraCI as well. You can create the csv file using whatever programming language you use for your TraCI client. Regarding performance: for simulations with only a few vehicles you can expect your simulations to run much faster than real-time (easily 100-1000 times faster). regards, Jakob
2016-01-16 17:27 GMT+01:00 Martin Li <[email protected]>: > Hi, > > As I am conducting a simulation on SUMO, I have a question on SUMO’s > capability on processing large set of datas. > > In my case, I want to test one vehicle arriving an intersection with > different speed and acceleration profiles with multiple run all at once, > and then I want to extract the data of when that vehicle arrives at the > intersection into a .csv file. If I want to make it happen, how should I > make it happen? > > Thanks > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
