<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi list,</div>
<div> </div>
<div>I am currently tackling with the sp function over.</div>
<div> </div>
<div>I intersect a SpatialPoints object with a SpatialPolygonsDataFrame.</div>
<div>I'd like to know how I can receive the ID of the polygons within the Polygons slot of the SpatialPolygonsDataFrame which are intersecting the SpatialPoints?</div>
<div> </div>
<div>Overlap<-sp::over(spPoints, spPolyDataFrame, returnList=TRUE)</div>
<div> </div>
<div>Whenever I use over I just receive "1" as result.</div>
<div> </div>
<div>Or is there a way to intersect SpatialPoints with objects of class polygons that I miss?</div>
<div> </div>
<div>Best,</div>
<div>Ena</div></div></body></html>