Jump to content

Projecting between two waypoints


imajeep

Recommended Posts

I'm working a series where the third cache is halfway between the first two. So, to get the coordinates of the third cache, I need to project a waypoint at the midpoint between caches 1 and 2.

 

Any suggestions on software that can do this for me? I haven't seen any web pages with this type of calculation. I am told that GSAK can do it, but I can't find a menu command or macro that fits the bill.

 

If all else fails, I'll sit down with MapSource and use the measurement tool. But I'd rather not do that, because it is rather inexact, and I suspect the cache owner placed #3 at the exact midpoint.

 

Thanks!

Link to comment

I'm working a series where the third cache is halfway between the first two. So, to get the coordinates of the third cache, I need to project a waypoint at the midpoint between caches 1 and 2.

 

Any suggestions on software that can do this for me? I haven't seen any web pages with this type of calculation. I am told that GSAK can do it, but I can't find a menu command or macro that fits the bill.

 

If all else fails, I'll sit down with MapSource and use the measurement tool. But I'd rather not do that, because it is rather inexact, and I suspect the cache owner placed #3 at the exact midpoint.

 

Thanks!

That's actually a pretty simple math problem. Just convert the coordinates to decimal degrees and take the average of the two components from the two waypoints. In other words, lat3 = (lat1 + lat2)/2, lon3 = (lon1 + lon2)/2. Then you can convert the result back to degrees decimal minutes if needed.

Link to comment

I'm working a series where the third cache is halfway between the first two. So, to get the coordinates of the third cache, I need to project a waypoint at the midpoint between caches 1 and 2.

 

Any suggestions on software that can do this for me? I haven't seen any web pages with this type of calculation. I am told that GSAK can do it, but I can't find a menu command or macro that fits the bill.

 

If all else fails, I'll sit down with MapSource and use the measurement tool. But I'd rather not do that, because it is rather inexact, and I suspect the cache owner placed #3 at the exact midpoint.

 

Thanks!

That's actually a pretty simple math problem. Just convert the coordinates to decimal degrees and take the average of the two components from the two waypoints. In other words, lat3 = (lat1 + lat2)/2, lon3 = (lon1 + lon2)/2. Then you can convert the result back to degrees decimal minutes if needed.

 

I thought about that, but I missed the step of converting to decimal degrees. Thanks!

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...