Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8074439
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:38:56+00:00 2026-06-05T14:38:56+00:00

Given two gps coordinates the length difference can be calculated by using the haversine

  • 0

Given two gps coordinates the length difference can be calculated by using the haversine formula. But what about the other way around:

  • Compute the length difference in meter for a given Lat/Long double

  • Compute the Lat/Long double for a given length in meters

I know this is not exactly possible since it differs from the point on the earth you are, but is it possible to approximate this or something similiar? This does not have to be very precise.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T14:38:57+00:00Added an answer on June 5, 2026 at 2:38 pm

    If your displacements aren’t too great (less than a few KM), use the quick and dirty estimate that 111,111 meters in the y direction is 1 degree (of latitude) and 111,111 * cos(latitude) meters in the x direction is 1 degree (of longitude).

    Alternatively:

    //Position, decimal degrees
     lat = 51.0
     lon = 0.0
    
     //Earth’s radius, sphere
     R=6378137
    
     //offsets in meters
     distanceNorth = 100
     distanceEast = 100
    
     //Coordinate offsets in radians
     dLat = distanceNorth/R
     dLon = distanceEast/(R*Cos(Pi*lat/180))
    
     //OffsetPosition, decimal degrees
     latO = lat + dLat * 180/Pi
     lonO = lon + dLon * 180/Pi 
    This should return:
    
     latO = 51,00089832
     lonO = 0,001427437
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given two stream-oriented I/O objects in Asio , what is the simplest way to
I'd like to scale GPS coordinate by given direction and length. E.g. I have
I have here a device which can give me GPS coordinates. The time interval
Given two unsigned integers, what is the fastest way to count the number of
Given two separate emacs buffers, how can I combine them by joining the first
Given two tables, Make and Model, where a make can contain many models and
Given two strings of length n,P = p1...pn and Q = q1...qn, we define
Given two date ranges, what is the simplest or most efficient way to determine
Given two integers a and b , how would I go about calculating the
Given two colors and n steps, how can one calculate n colors including the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.