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

ENH: refactor get_network_id based on sindex.nearest_all #310

Closed
martinfleis opened this issue Oct 4, 2021 · 1 comment
Closed

ENH: refactor get_network_id based on sindex.nearest_all #310

martinfleis opened this issue Oct 4, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@martinfleis
Copy link
Member

We can now use sindex.nearest_all to use pygeos STRtree to detect the nearest neighbors. Should be way faster than the current loop.

xref #124 that should also be fixed by that

@martinfleis martinfleis added this to the 0.6.0 milestone Oct 4, 2021
@martinfleis martinfleis added the enhancement New feature or request label Jan 10, 2022
@martinfleis martinfleis removed this from the 0.6.0 milestone Jan 12, 2023
@martinfleis
Copy link
Member Author

Implemented in get_nearest_street which will replace get_network_id

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

No branches or pull requests

1 participant