Jump to content
The simFlight Network Forums

Calculating Terminal Co-ordiantes


Recommended Posts

I have a program which needs to determine the co-ordinates of a point at a given distance and bearing from the user aircraft. I have a routine which does it up to a point and works tolderably well at low latitudes.

I am sure there is a better algorithm out there like the one to calculate the distance and bearing between two points but I have not found it yet.

Would be most appreciative it anyone can point me in the right direction. There are a couple of websites which do it but do not say how :?

Link to comment
Share on other sites

I have a program which needs to determine the co-ordinates of a point at a given distance and bearing from the user aircraft. I have a routine which does it up to a point and works tolderably well at low latitudes.

I am sure there is a better algorithm out there like the one to calculate the distance and bearing between two points but I have not found it yet.

Not sure how the altitude comes into it -- you should be measuring from the latitude and longitude, the point on the Earth directly below the aircraft.

For accurate measurements over long distances you need to use spherical trig and assume great circle routing. Try Googling on "great circle calculation" or similar. For example, I came up immediately with the following reference:

http://www.meridianworlddata.com/Distance-Calculation.asp

This, like most others you'll find, is based on finding the distance given two known points, so you would have to invert some of the computations to derive one point from the other given distance and bearing.

And don't forget to use true north for the bearing! ;-)

Regards,

Pete

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.