From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.4 required=5.0 tests=BAYES_50,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,22ccf2f3959cdea1 X-Google-Attributes: gid103376,public From: mfb@mbunix.mitre.org (Michael F Brenner) Subject: Re: Ada95 representation of geographic coordinate system(s) Date: 1999/03/12 Message-ID: <7cbaq0$4dv@top.mitre.org>#1/1 X-Deja-AN: 454220638 References: <36E6F86E.7A9F0067@nospam.lmco.com> <36E9118D.12D67F51@cis.com> Organization: The MITRE Corporation, Bedford Mass. Newsgroups: comp.lang.ada Date: 1999-03-12T00:00:00+00:00 List-Id: Actually, you might be surprized at how much geography is no longer done exclusively by DOD, but has been privatized, and made available for commerce by those private companies that are doing it. I have some Free code that does a simple spherical earth model, including intersections of great circles on the earth, dead reckoning, travelling along great circles, and converting plane to spherical trigonometry. I do not know of a Free source of source code for the various geodetic, oblate, etc. systems of geographical coordinates. However, the original question is not complete. Could you give more details on what you are looking for? Previous Response > why don't you ask the American DoD, > I'm sure they'll give you free > access to all their source code. Steve Quinlan > If anyone has or knows of any Ada95 design or > implementation of one or multiple geographic > coordinate systems, the information would be > appreciated.