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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2a0aa2b1c348fd6a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!border1.nntp.dca.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Sat, 30 Jul 2005 15:28:00 -0500 From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Ada utility for Google Earth, NASA World Wind References: X-Newsreader: Tom's custom newsreader Message-ID: Date: Sat, 30 Jul 2005 15:28:00 -0500 NNTP-Posting-Host: 24.6.143.98 X-Trace: sv3-8xp4PMFLqqJoM0kHdLKmuDzMyabvVBUecvH8ALB5rtZeV9nils1CBem+2bfoIozaBl/amCZLNAtKLst!zRATTND1jFxhdk5rdSOTaO9f3OIyIMkbXnf1loObyQhb3kLp6ppsPB9Jqr787Bg83qmPZSHPDd0= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:3860 Date: 2005-07-30T15:28:00-05:00 List-Id: I've posted at home.comcast.net/~tommoran4/scout091.zip a zip file with readme.txt, Zoo.spc, and Scout.exe I'll add the Ada source code after a bit of cleanup. Scout aids finding locations and paths with Google Earth or NASA World Wind by interconverting latitude & longitude decimal or degrees, minutes, seconds, State Plane Coordinates, Metes and Bounds (only straight lines for now). Given a list of points in any of those forms, it will create the Google Earth or World Wind path files to draw a path from point to point. It also can read Google Earth lat/lon format and convert to World Wind format, or vice versa. The current version is 0.91 and I'm adding to it (and will post that code). Suggestions welcomed. tommoran4@comcast.net