Re: [Gpsbabel-misc] Wintec WBT-201 ( G-Rays 2)
GPSBabel converts and transfers data like waypoints, tracks & routes.
Brought to you by:
robertl
|
From: Andy A. <an...@he...> - 2007-05-23 15:46:24
|
On 23 May 2007, at 15:45, Al Bogner wrote: > Hi Andy, > > Thanks, I've been there and tried to understand the gpsbabel- > documentation, > but there are so many possibilities, so I have to ask. > > gpsbabel -t -w -i wbt -f /dev/ttyUSB0 -o kml -F out.kml > > creates the _first_ track only. The result can be displayed with > GoogleEarth. > How do I get _all_ stored tracks. Could you try this: $ gpsbabel -t -w -i wbt -f /dev/ttyUSB0 -o gpx -F out.gpx and mail me out.gpx please? > Does the stream contain also GPS Version ID, GPS Measure Mode, GPS > Map Datum? > I think these are default values. I use at the moment: > > [EXIF] 0x0000 GPS Version ID : 2.2.0.0 > [EXIF] 0x000a GPS Measure Mode : 3-Dimensional > [XMP] - GPS Altitude Ref : Above Sea > Level The datum will always be WGS84. The GPS version and GPS Measure Mode won't be available in the data you get from gpsbabel. -- Andy Armstrong, hexten.net |