Hello, you can get this with the <edgeData> output if you set freq="1". To get this with TraCI you need to determine the arrival edge for each running vehicle (vehicle.getRoute()[-1]) and record the vehicles that drive towards the edge of interest. Then in each step call simulation.getArrivedIDList() and count how many of these vehicles arrived.
regards, Jakob 2017-05-25 13:56 GMT+02:00 Sneha Konnur <[email protected]>: > Can we get the number of vehicles arriving on an edge at every time step in > sumo ? > ------------------------------------------------------------ > ------------------ > 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
