[Openstreetmap] RE: Logging with Windows Mobile

Andy Robinson Andy_J_Robinson at blueyonder.co.uk
Mon Jan 16 23:27:02 GMT 2006


Taking your three lines into notepad and saving as a txt file I was able to
convert to gpx with this string:

-w -i nmea -f "C:\Documents and Settings\Andy Robinson\My Documents\Data
Files\Homefile\Andy\GPS\GPS Logger\Data\TrackFile160106.txt" -o gpx -F
"C:\Documents and Settings\Andy Robinson\My Documents\Data
Files\Homefile\Andy\GPS\TRACKS\AJR_A_160106.gpx"

Note the quotes around the filepath\filename

and the output was as follows:

<?xml version="1.0"?>
<gpx
 version="1.0"
creator="GPSBabel - http://www.gpsbabel.org"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.topografix.com/GPX/1/0"
xsi:schemaLocation="http://www.topografix.com/GPX/1/0
http://www.topografix.com/GPX/1/0/gpx.xsd">
<time>2006-01-16T23:21:57Z</time>
<trk>
<trkseg>
<trkpt lat="51.510881667" lon="7.166818333">
  <ele>109.600000</ele>
<time>lšB</time>
  <fix>3d</fix>
  <sat>6</sat>
  <hdop>1.300000</hdop>
</trkpt>
<trkpt lat="51.510881667" lon="7.166816667">
  <ele>109.200000</ele>
<time>lšB</time>
  <fix>3d</fix>
  <sat>6</sat>
  <hdop>1.300000</hdop>
</trkpt>
<trkpt lat="51.510883333" lon="7.166810000">
  <ele>109.000000</ele>
<time>lšB</time>
  <fix>3d</fix>
  <sat>6</sat>
  <hdop>1.300000</hdop>
</trkpt>
</trkseg>
</trk>
</gpx>



Andy Robinson
Andy_J_Robinson at blueyonder.co.uk 

>-----Original Message-----
>From: openstreetmap-bounces at vr.ucl.ac.uk [mailto:openstreetmap-
>bounces at vr.ucl.ac.uk] On Behalf Of glueckskind (sent by Nabble.com)
>Sent: 16 January 2006 16:23
>To: openstreetmap at vr.ucl.ac.uk
>Subject: [Openstreetmap] RE: Logging with Windows Mobile
>
>Unfortunately I had no success. I made a little file with only 3 lines an
>named it test.txt:
>
>$GPGGA,171346.502,5130.6529,N,00710.0091,E,1,06,1.3,109.6,M,47.5,M,16.1,000
>0*48
>$GPGGA,171347.502,5130.6529,N,00710.0090,E,1,06,1.3,109.2,M,47.5,M,17.1,000
>0*4D
>$GPGGA,171348.502,5130.6530,N,00710.0086,E,1,06,1.3,109.0,M,47.5,M,18.1,000
>0*40
>
>gpsbabel -t -i nmea -f test.txt -o gpx -F test-t.gpx or
>gpsbabel -w -i nmea -f test.txt -o gpx -F test-w.gpx
>
>
>produces the empty file below:
>
><?xml version="1.0" encoding="UTF-8"?>
><gpx
> version="1.0"
>creator="GPSBabel - http://www.gpsbabel.org"
>xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>xmlns="http://www.topografix.com/GPX/1/0"
>xsi:schemaLocation="http://www.topografix.com/GPX/1/0
>http://www.topografix.com/GPX/1/0/gpx.xsd">
><time>2006-01-16T16:17:17Z</time>
></gpx>
>
>Where is going wrong?
>
>________________________________
>
>View this message in context: RE: Logging with Windows Mobile
><http://www.nabble.com/Logging-with-Windows-Mobile-t928442.html#a2407172>
>Sent from the OpenStreetMap - General <http://www.nabble.com/OpenStreetMap-
>--General-f1219.html>  forum at Nabble.com.





More information about the talk mailing list