Measure two point distance with geocoordinates

Hello
I have the geographical coordinates of some points and I would like to calculate the distances between them, and preferably visualise them. With OSM nodes I didn’t see something that helps me completely. Is there an example I can check?
Thanks

Hello @lsandinop
R Script sounds like a very easy solution …

BR

1 Like

Hello @lsandinop ,

with geographical distance you mean point-to-point geometric distance?
In this case I’d use the nodes provided by the Geospatial Analytics extension. There is a node called Haversine distance: you just select lat1, lat2, lon1, lon2 and receive a distance in kilometers.

Have a nice day,
Raffaello Barri
Linkedin

5 Likes

Thanks!
It worked great.
One more thing. Is there anyway to trace a line between the two points on a map?

Here you are:

Have a look at this guide, this extension is so useful!

Raffaello

3 Likes

Amazing!
Many Thanks!

1 Like

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