Distantce to point - nearest point

Hi everyone,
I have a set of point with coordinate (latitude,longitude), and I want to identify which “B” points are the nearest to the “A” point whintin a buffer distance (e.g. 5 m)
Here an exemple of point.
Point
A 44.4475170 11.8266020
B 44.4473711 11.8263714
B 44.4475044 11.8267056
B 44.4474558 11.8267533
B 44.4475420 11.8266208
B 44.4473360 11.8264787
B 44.4473223 11.8264439
B 44.4474276 11.8265213
B 44.4473913 11.8264772

I tried to use the Palladian geonode using the haversine distance, but after obtaining partial difference between nodes, i don’t know how to continue the workflow.

Thank you everyone in advance.

Cheers
Andrea

If I understand correctly, you only want to keep these entries which are below a given distance, which you obtain from the Palladian Geo Distances node?

You could simply go for a Row Filter node where you define a lower/upper bound:

Does this help?

Best regards,
Philipp

1 Like

Look here

1 Like

Thanks all the answer!
I arrived to this result (see image) with all the distances grouped in a set of number.

How can I continue to associate the point “B” point (identified with "MAN…) to the “A” point (identified with “8.03…”)
Thanks

Cheers
Andrea

Hi,
are you looking for something like the Distance Matrix Pair Extractor?
Kind regards
Alexander

2 Likes

@AlexanderFillbrunn yes is the node i was looking for!

Thank you very much!

Andrea

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.