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

Improve performances of set_lines_ids with cKDTree #806

Open
davide-f opened this issue Jul 22, 2023 · 0 comments · May be fixed by #845
Open

Improve performances of set_lines_ids with cKDTree #806

davide-f opened this issue Jul 22, 2023 · 0 comments · May be fixed by #845
Milestone

Comments

@davide-f
Copy link
Member

Describe the feature you'd like to see

The algorithm set_lines_ids in build_osm_network has the goal of identifying the appropriate starting and ending bus for every line.
That could be efficiently done using scipy cKDTree, see https://gis.stackexchange.com/questions/222315/finding-nearest-point-in-other-geodataframe-using-geopandas

@davide-f davide-f added this to the Version 1.0 milestone Jul 23, 2023
@davide-f davide-f linked a pull request Aug 25, 2023 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant