SUMOActivityGen icon indicating copy to clipboard operation
SUMOActivityGen copied to clipboard

Buildings to TAZ association improvements

Open lcodeca opened this issue 4 years ago • 2 comments

One of the bottlenecks of the scenario generation is the association of the buildings with the appropriate TAZ and the definition of the building's accesses.

lcodeca avatar Aug 27 '19 17:08 lcodeca

Try to incrementally increase the radius of getNeighboringEdges in order to find the right edges and minimize the number of lookups.

lcodeca avatar Aug 27 '19 17:08 lcodeca

Try to build a subnetwork with rtree (like it's done in the sumo tools) for each TAZ and use it to associate the buildings and the entrances.

lcodeca avatar Aug 27 '19 17:08 lcodeca