Hi guys, I'm been reading and looking for a solution for this but I'm struggling, so I decided to ask for help.
Imagine I have a list of coordinates and I would like to have the distance in meters from each other.
Example:
coordinate1 - distance to coordinate2, coordinate3, coordinate_n
coordinate2 - distance to coordinate1, coordinate 3, coordinate_n
and so on.
Some form of iteration between them?
I found some threads about this, the closest one: Need to compare Latitude & Longitude coordinates to find closest office
Although it gives the distance in km, I need in meters, so I adapted and considered the radius in meters.
Is this possible? The goal is then to filter by a max distance in meters the user should choose and check which coordinates fall inside the radius.
Something like a heatmap.
I have attached a sample with 4 pairs of coordinates, but my main project has 10k pairs to check against each other.
Can you help me? Thank you very much
Column A = ID
Column B = Longitude
Column C = Latitude
Imagine I have a list of coordinates and I would like to have the distance in meters from each other.
Example:
coordinate1 - distance to coordinate2, coordinate3, coordinate_n
coordinate2 - distance to coordinate1, coordinate 3, coordinate_n
and so on.
Some form of iteration between them?
I found some threads about this, the closest one: Need to compare Latitude & Longitude coordinates to find closest office
Although it gives the distance in km, I need in meters, so I adapted and considered the radius in meters.
Is this possible? The goal is then to filter by a max distance in meters the user should choose and check which coordinates fall inside the radius.
Something like a heatmap.
I have attached a sample with 4 pairs of coordinates, but my main project has 10k pairs to check against each other.
Can you help me? Thank you very much
Column A = ID
Column B = Longitude
Column C = Latitude