Skip to content
Prev 2932 / 29559 Next

overlay(SpatialPolygonsDataFrame, SpatialPointsDataFrame)

On Fri, 14 Dec 2007, Ingo Holz wrote:

            
This is very similar to the thread beginning here:

https://stat.ethz.ch/pipermail/r-sig-geo/2007-December/002929.html

started yesterday. The issue is the number of polygons, because each 
polygon is passed the full set of points. The short cut suggested in that 
thread was to find out which polygon bounding boxes the points fell 
inside, and then check that much smaller set. This is not in the current 
code in sp, but contributions are welcome.

Roger