Discussion:
Geodetic calculations
(too old to reply)
Alex
2006-09-25 18:10:40 UTC
Permalink
Hi everybody

I need to do geodetic calculations in Turbo Pascal 6. From two geodetic
coorinates (WGS84) I want to calc heading (direction) and distance.

Can anybody help me ?

Alex
Victor Fraenckel
2006-09-26 01:40:26 UTC
Permalink
Post by Alex
Hi everybody
I need to do geodetic calculations in Turbo Pascal 6. From two geodetic
coorinates (WGS84) I want to calc heading (direction) and distance.
Can anybody help me ?
Alex
Google is your friend here. Try searching "vincenty" He wrote the
definitive paper on this. You need his "direct solution". A quick look
found this:

http://www.movable-type.co.uk/scripts/LatLongVincenty.html

math at bottom. The headings are not available in the online applet but
are in the math. If you need help contact me at victorf ATSIGN
windreader DOT com. I have done this in Pascal (Delphi). There is no
reason why it can't be done in TP. I have transcribed Vincenty's
original paper also.

Vic
Dr John Stockton
2006-09-26 12:15:44 UTC
Permalink
JRS: In article <45181b9c$***@newsgroups.borland.com>, dated Mon, 25 Sep
2006 20:10:40 remote, seen in news:borland.public.turbopascal, Alex
Post by Alex
I need to do geodetic calculations in Turbo Pascal 6. From two geodetic
coorinates (WGS84) I want to calc heading (direction) and distance.
You need to indicate whether by Great Circle or by Rhumb Line or both,
unless the distances are trivial or the directions N / S.
--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 MIME. ©
Web <URL:http://www.merlyn.demon.co.uk/> - FAQqish topics, acronyms & links;
Astro stuff via astron-1.htm, gravity0.htm ; quotings.htm, pascal.htm, etc.
No Encoding. Quotes before replies. Snip well. Write clearly. Don't Mail News.
Loading...