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=0.6 required=5.0 tests=BAYES_20,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: <7cbdnc$5h8@top.mitre.org>#1/1 X-Deja-AN: 454236497 References: <36E6F86E.7A9F0067@nospam.lmco.com> <36E9118D.12D67F51@cis.com> <7cbaq0$4dv@top.mitre.org> Organization: The MITRE Corporation, Bedford Mass. Newsgroups: comp.lang.ada Date: 1999-03-12T00:00:00+00:00 List-Id: Tarjei.Jensen@kvaerner.com asked me to post this reponse: --------------------------------------------------------------- I have trouble posting from my account. So here goes by mail. > 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. Would that be useful in one of the repositories or is is already there? > I do not know of a Free source of source code for the various > geodetic, oblate, etc. systems of geographical coordinates. There is acutally quite a lot of more or less free software available for GIS. The ones I am aware of is grass and moss. The problem with these are that they are written in C. However I believe that it is pos sible to get useful information from these programs regarding how to represent coordinates. GIS people seems to think that something called quadtrees are really neat. I am basically clueless about these. I think grass is the most modern. I believe it is being maintained by a commercial company. Greetings,