Thank you Jacob and Walker for the suggestions. I tried to get edge based traffic measures.
I added a line in the additional file as <additional> <edgeData id="edg1" file="edgeee.xml" /> </additional> But the edgeee.xml has the following content <!-- generated on 04/04/17 15:13:16 by SUMO Version 0.27.1 <?xml version="1.0" encoding="UTF-8"?> <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd "> <input> <net-file value="data/cross1.net.xml"/> <route-files value="data/cross1.rou.xml"/> <additional-files value="data/cross1.add.xml"/> </input> <output> <tripinfo-output value="tripinfo.xml"/> </output> <time> <begin value="0"/> </time> <report> <verbose value="true"/> <no-step-log value="true"/> </report> <traci_server> <remote-port value="8873"/> </traci_server> </configuration> I don't see any simulation data. Am i making some mistake in the usage. Thanks in advance! Regards, Sneha On 3 April 2017 at 22:42, Jakob Erdmann <[email protected]> wrote: > Hello, > an alternative method is to use this: http://sumo.dlr.de/wiki/ > Simulation/Output/Lane-_or_Edge-based_Traffic_Measures > > 2017-04-03 18:22 GMT+02:00 Dula, Walker L (398I) < > [email protected]>: > >> Hello, >> One way to get the average time spent by vehicles on an edge is to >> implement multi-entry multi-exit detectors. >> See: http://sumo.dlr.de/wiki/Simulation/Output/Multi-Entry_Multi- >> Exit_Detectors_(E3) >> This can be declared in an additional-file. >> Good luck, >> Walker >> >> > On Apr 3, 2017, at 9:09 AM, Sneha Konnur <[email protected]> wrote: >> > >> > Is there a way to get average time spent by vehicles on a particular >> edge? >> > >> > Thanks, >> > Sneha >> > ------------------------------------------------------------ >> ------------------ >> > Check out the vibrant tech community on one of the world's most >> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> > _______________________________________________ >> > sumo-user mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/sumo-user >> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> sumo-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/sumo-user >> > > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
