Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Get neighboring Intersection IDs

You can use sumolib to follow the network graph with junction.getIncoming, junction.getOutgoing, edge.getFromNode, edge.getToNode. See https://sumo.dlr.de/docs/Tools/Sumolib.html

Am Di., 9. März 2021 um 20:43 Uhr schrieb . Abdullah <ab11@xxxxxxxxxxx>:
Hi,

is it possible to get neighboring intersection's IDs. Like for a four way intersection, is it possible to get the ids of all four intersections' (north, south, east, west) that connect to it? 

--
Thank you.
Abdullah
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top