Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buildings to TAZ association improvements #3

Open
lcodeca opened this issue Aug 27, 2019 · 2 comments
Open

Buildings to TAZ association improvements #3

lcodeca opened this issue Aug 27, 2019 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@lcodeca
Copy link
Owner

lcodeca commented Aug 27, 2019

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 lcodeca added enhancement New feature or request help wanted Extra attention is needed labels Aug 27, 2019
@lcodeca
Copy link
Owner Author

lcodeca commented Aug 27, 2019

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

@lcodeca
Copy link
Owner Author

lcodeca commented Aug 27, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant