home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sources.wanted:3696 alt.sources.wanted:1262 comp.unix.questions:9294
- Path: sparky!uunet!wupost!darwin.sura.net!ukma!psuvax1!rutgers!micro-heart-of-gold.mit.edu!xn.ll.mit.edu!rkc
- From: rkc@xn.ll.mit.edu
- Newsgroups: comp.sources.wanted,alt.sources.wanted,comp.unix.questions
- Subject: earth lat, long -> km
- Message-ID: <1992Jul22.155513.24009@xn.ll.mit.edu>
- Date: 22 Jul 92 15:55:13 GMT
- Organization: MIT Lincoln Laboratory
- Lines: 14
-
- Does anyone have a "C" routine that converts earth longitude and latitude
- coordinates to distance traveled?
-
- Ideally the routine would look like this:
-
- DistanceTraveled(StartingLat,StartingLong,EndingLat,EndingLong)
-
-
- Note that I am looking for something that takes the earth's ellipsoid shape
- into account; I've written the spherical approximation version of this.
-
- Any pointers are appreciated.
-
- -Rob
-