Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on March 4, 2025 2:17PM
Likes: 0
Replies: 1
Is there any tool available to calculate pairwise distance.
I have 2 different geo points available in dataframe .
Hi,
I hope that you are doing well.
From my understanding you have two columns (col_1 and col_2) with both geopoint data and would like to calculate the distance between these two points as output in a third column (col_3).
If that is the case, we do have a processor called geo distance that is meant to computes the geodesic distance between a geospatial column and another geospatial object. The computation outputs a number of distance units (kilometers, miles) in another column.
In the case of a distance between two geometries, the distance is the shortest distance between these two.
(see: https://doc.dataiku.com/dss/latest/preparation/processors/geo-distance.html).
We have a step by step tutorial available here:
If this does not cover your use case/your request is different, please let me know!
Best,
Yasmine