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 Path: g2news1.google.com!news4.google.com!news.glorb.com!atl-c08.usenetserver.com!news.usenetserver.com!pc01.usenetserver.com!ALLTEL.NET-a2kHrUvQQWlmc!not-for-mail Date: Mon, 08 Aug 2005 08:27:32 -0500 From: "Marc A. Criley" User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada utility for Google Earth, NASA World Wind References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Message-ID: <9786c$42f75db0$499561f$7002@ALLTEL.NET> X-Complaints-To: abuse@usenetserver.com Organization: UseNetServer.com X-Trace: 9786c42f75db0a13cf3ba07002 Xref: g2news1.google.com comp.lang.ada:4030 Date: 2005-08-08T08:27:32-05:00 List-Id: tmoran@acm.org wrote: > 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 Enhancement request!! :-) First off, thanks for a fine program, for mapping and flyover geeks like me this is a big help. Now, since of course there's no widespread standardization amongst consumer-oriented lat/long coordinate representations, Garmin's MapSource uses yet a different format. Here's an example of a trackpoint line from an exported log (this is a single line, certain to have line wrapped in this posting): Trackpoint N34 52.676 W86 23.335 10/20/2004 9:07:00 AM 363 ft 00:00:08 30.9 mph 46� true It's trivial to cut this down to just the lat/long with an editor and end up with: N34 52.676 W86 23.335 and I'd be happy if Scout would simply accept that as input. If you'd like a full Log Export report from one of my geocaching trips (www.geocaching.com) for testing, which includes multiple tracks and vaious other device configuration information, let me know and I'll send it via email. Thanks again! -- Marc A. Criley -- www.mckae.com -- DTraq - XPath In Ada - XML EZ Out