Skip to main content

I have one shapefilter consisting of agricultural land and some gps points in csv. how can I filter these gps points which fall in the agricultural land? I have already tried Spatial Filter but it doesn´t work all the time it fails. Would be really nice if anyone could help me with this problem. :)

Hi @aunoemer 

 

I suggest you to use the transformer PointOnAreaOverlayer for work with points(gps) and polygons(agricultural land).

 

 


use a vertex creator to plot the data first before using spatial filters. or ngr to xy converter depending on the format of your spatial coordinates in your csv


Reply