Lara Codeca
Lara Codeca
Thank you very much! I'm working on a version that would work with SUMO 0.28 (and meso) at the moment. Thanks to you this bug is going to get fixed...
Try to incrementally increase the radius of [getNeighboringEdges](https://github.com/lcodeca/SUMOActivityGen/blob/master/generateTAZBuildingsFromOSM.py#L460) in order to find the right edges and minimize the number of lookups.
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.
I'm trying to implement it, but a generic version is taking a while. In theory, it can be done directly using findIntermodalRoute for the single leg of the trip between...
Still not working: plenty of people stuck for three days.. 
Try to use the --bulk-routing option in [duarouter](https://sumo.dlr.de/wiki/DUAROUTER) to compute all the possible routes between parking areas.
Hi, SAGA uses activity chains to generate mobility. See: https://github.com/lcodeca/SUMOActivityGen/blob/master/defaults/activitygen.json#L94 You can tune it as you wish, but it needs to be done manually. SAGA has no population model.
Without a way to reproduce it, I don't know how to help. I need more details and files.