Skip to main content
Question

Filtering GPS points using polygon shapefiles!

  • May 30, 2024
  • 2 replies
  • 48 views

aunoemer
Participant
Forum|alt.badge.img

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. :)

2 replies

danilo_fme
Celebrity
Forum|alt.badge.img+52
  • Celebrity
  • May 30, 2024

Hi @aunoemer 

 

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

 

 


andrewj74
Supporter
Forum|alt.badge.img+7
  • Supporter
  • May 30, 2024

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