Hi Max,

you could use sumolib:
# first get network coordinates from lane and position of the bus stop
x,y = sumolib.geomhelper.positionAtShapeOffset(net.getLane(laneID).getShape(), 
lanePos)
# then get lon lat from network coordinates
lon, lat = net.convertXY2LonLat(x, y, True)

See: https://sumo.dlr.de/docs/Tools/Sumolib.html#coordinate_transformations

Regards,
Giuliana
-----Ursprüngliche Nachricht-----
Von: [email protected] <[email protected]> Im Auftrag 
von Maximilian Socher
Gesendet: Dienstag, 20. Oktober 2020 13:39
An: [email protected]
Betreff: [sumo-user] geo-position of stops

Hi everyone,

just a quick question: Is there an easy/quick way to export the geo-position of 
all of my bustops?

Max



--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
sumo-user mailing list
[email protected]
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
[email protected]
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user

Reply via email to