Re: [sumo-user] Extracting bus stops from a set of edges or path

2020-06-10 Thread Jakob Erdmann
- get the list of busStops in the scenario (by parsing the xml or calling traci.busstop.getIDList) - retrieve the lane for each busStop (by parsing the xml / traci.busstop.getLaneLaneID) - infer the edge of the busStop (string manipulation / traci.lane.getEdgeID) - built a lookup table from edge

[sumo-user] Extracting bus stops from a set of edges or path

2020-06-09 Thread Tripplanner Mumbai
Hello, I have a path (route) which is defined as a sequence of edges. For example, a set of edges is - edges="133 31 115 110 185 92 90 m91 88 187 190 77[0] 53[1][0] 53[1][1][0] 77[1][0] 77[1][1]". Now, how can I derive the set of bus stops corresponding to this path. I mean all the bus stops which