Hi Tran, Am 31.08.2015 um 08:58 schrieb Nguyen Nguyen: > Hello All, > I have many rows of lon,lat information that I want to obtain its > nearest edge ID from SUMO. I currently use sumo lib but iterating > through over many rows is slow. I have too many rows to iterate > through. Is there anyway that I can speed up the process?
which function(s) do you use exactly? If it is sumolib.net.getNeighboringEdges, be sure to have the python rtree package installed. It speeds up things a lot. Best regards, Michael ------------------------------------------------------------------------------ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
