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

add option for approximate point snapping to network #650

Closed
sjsrey opened this issue Jul 9, 2015 · 2 comments
Closed

add option for approximate point snapping to network #650

sjsrey opened this issue Jul 9, 2015 · 2 comments
Assignees
Milestone

Comments

@sjsrey
Copy link
Member

sjsrey commented Jul 9, 2015

Current implementation is exact, but crawls when the network gets large. Adding an option to approximation which only uses the kd-tree for the segment nodes might be a compromise.

@sjsrey sjsrey self-assigned this Jul 9, 2015
@sjsrey sjsrey added this to the Release + 1 milestone Jul 9, 2015
@jlaura
Copy link
Member

jlaura commented Jul 9, 2015

In addition, we might look at swapping the current rtree implementation for a cython implementation. Could test, against the current implementation, for speed and accuracy of these different methods.

@jGaboardi
Copy link
Member

pysal/spaghetti#198

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants