Hello, you could obtain some of the information from tripinfo-output via the TraCI API. However, using this API may be a bigger slowdown. There is currently no way to avoid loading of input files for repeat simulation. However, you could speed this up by - saving your .net.xml as .net.sbx (~30% faster loading time). see http://sumo.dlr.de/wiki/Simulation/Output/Binary - using an SSD In our own experience IO is rarely the bottleneck for speed.
regards, Jakob 2016-11-07 11:43 GMT+01:00 Thanos Tasakos <[email protected]>: > Hello, > is there a simple way to access the information written to tripinfo file( > of both finished and unfinished routes) without having to read the specific > .xml file. Because i run a simulation scenario multiple times it would be > crucial to have as few I/O operations as possible. Is there also a way to > load information of .net files and .rou files as data structures and then > give them each time to sumo without having to specifically read them every > time? > > Thank you in advance, > Thanos > ------------------------------------------------------------ > ------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. http://sdm.link/xeonphi > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
