Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] How to knowing all the nodes in intersection

Hello,
sumolib currently supports retrieving edges that are located close to a given x,y coordinate using net.getNeighboringEdges and net.getNeighboringLanes. Using the function net.convertLonLat2XY and net.convertXY2LonLat you can do geo-coordinate transformation.
regards,
Jakob

2017-10-17 8:43 GMT+02:00 boopathi via sumo-user <sumo-user@xxxxxxxxxxxxxxxxxxxxx>:
Hi

May i know how to identify all nodes starting and ending points connected
to particular intersection automatically in python and m using sumo app??

i know intersection lat and lon.


Thank you.
------------------------------------------------------------------------------
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
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Back to the top