Skip to main content
Question

Keep all points within the same distance from each other in chaine

  • September 12, 2022
  • 3 replies
  • 11 views

boubcher
Contributor
Forum|alt.badge.img+11

Hello There

we have a set of point features we want to filter the point that has the same distance +- 5m to each other

as You can see in the picture

we should keep 1 ,3.5, and 7 since there are at +- 5m distance and should delete 2 ,4 and 6

If we go with a neighborhood finder with a max length 5m will work but point 2 and 4 are also located at a 5m distance,

the goal is to keep only one set of points the green or the blue

 

image 

3 replies

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2076 replies
  • September 14, 2022

Hi @boubcher​ 

 

Pelase, could you share your data, for me do some test?

 

Thanks in Advance,

Danilo

 

 


boubcher
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • 212 replies
  • September 14, 2022

Hi @boubcher​ 

 

Pelase, could you share your data, for me do some test?

 

Thanks in Advance,

Danilo

 

 

@danilo_fme​ 

Sure

Please not the point are aligned 100% but to goal is to keep points that are at the same distance to each other forming a chain

 

 


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2076 replies
  • September 20, 2022

@danilo_fme​ 

Sure

Please not the point are aligned 100% but to goal is to keep points that are at the same distance to each other forming a chain

 

 

Awesome. I'll make some tests, thanks!