You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
Here, I think it may be a good compromise for "approximate" point snapping to be realized as snapping to network nodes, not the along the lines themselves.
pysal/pysal#650
The text was updated successfully, but these errors were encountered: