spaghetti
spaghetti copied to clipboard
(from pysal/network) add option for approximate point snapping to network #650
pysal/pysal#650
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.
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.
The is exactly related to #76