Longitude and Latitude to Distances

  • Context: Undergrad 
  • Thread starter Thread starter Hemib
  • Start date Start date
  • Tags Tags
    Latitude Longitude
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
Hemib
Messages
14
Reaction score
0
Hi,

How can I calculate the longitudinal and lateral displacement from the longitude and latitude in degrees from a GPS.

Thx!
 
Physics news on Phys.org
Not easily.

When it comes to a globe, the values at the equator are at their maximum whilst they tend to zero towards the poles.

You would need to allow for this in order to gain meaningful data. From the outset, it looks rather complex for the purpose you require.
 
Thanks for reactions!

I now have a formula to calculate the traveled distance between two points. But I want to split this in a lateral and longitudinal distance. So what I have is an right triangle with the calculated distance equals the hypotenuse. What I want are the distances over the other 2 legs of the triangle.

My GPS signal gives me the course I'm heading. Is this the angle in triangle between the hypotenuse and the lateral distance? If it is, I can easy calculate the other 2 legs with sinus and cosinus.

Thx