use traci.route.getEdges() to get list of edges. Then use sumolib http://sumo.dlr.de/wiki/Tools/Sumolib to get the junction: net.getEdge(EDGEID).getToNode()
regards, Jakob 2015-05-16 23:14 GMT+02:00 Nirupama Ravi <[email protected]>: > Hi, > > I am wondering if there is a command to detect junctions in a given route. > > For example, if a vehicle id is specified and it's route id is provided, > how can I get all junctions in the route? > > Thanks, > Nirupama. > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > sumo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-devel > ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ sumo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-devel
