Jump to content

How do I determine distance between coordinates?


bkaysimon

Recommended Posts

1. Enter the two coords as waypoints

2. Create a route with the two waypoints.

3. In the routes screen, highlight the second point and the distance and bearing will be shown.

Set your nav units to yards if you want to read yards under a mile, or to feet if you want to read feet under a tenth of a mile.

Link to comment

If you use EasyGPS it will also calculate the distance between two point in a file. In fact, you can select a point and it will calculate the distance to all other points in that file, and allow you to sort by that distance.

 

Dave_W6DPS

 

My two cents worth, refunds available on request. (US funds only)

Link to comment

If you're interested, here's the formula for calculating your own distances.

This formula is formated for use in Excel as I do a lot of distance calulations for my job. (E911 Location stuff....)

 

=R*(ACOS((SIN(RADIANS(Lat1))*SIN(RADIANS(Lat2)))+(COS(RADIANS(Lat1))*COS(RADIANS(Lat2))*COS(RADIANS(Lon1)-RADIANS(Lon2)))))

 

R is the radius of the earth, so depending on which units you want the result in, you can set it for whatever you want. I normally set R to 6378 which is approximatly the radius of the earth in Kilometers give or take a few.

 

You can simply copy the formular right into Excel, load your units, reference the cells with the Lat's and Lon's which have to be in D.d (Decimal degrees) and you're on your way!

 

Here's a really good link explaining the distance calulation..

http://www.uottawa.ca/academic/arts/geographie/lpcweb/web2320/exercises/extras/greatcircle.htm

 

and some other links as well...

http://www.agso.gov.au/nmd/geodesy/datums/distance.jsp

http://www-2.cs.cmu.edu/~mws/lld.html

http://mathforum.org/library/drmath/view/51722.html

 

and another online calculator that accounts for the earth's "oblate spheroid" shape:

http://www.geocities.com/TheTropics/Shores/3098/distance.html

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...