Win 7: GPSBable 1.4.3 I am trying to convert a NMEA 0183 file created by a Ganon GP-E2 GPS to a GPX file for use with Lightrroom 4.1 The beginning of the NMEA file is:
@CanonGPS/ver1.0/wgs-84/Canon GP-E2/0410101944 $GPGGA,132700.000,3326.6030,N,07907.6694,W,,05,2.3,-27.0,M,,,,0000*32 $GPRMC,132700.000,A,3326.6030,N,07907.6694,W,,,160812,,,A*72 $GPGGA,132701.000,3326.6032,N,07907.6697,W,,05,2.3,-25.0,M,,,,0000*30 $GPRMC,132701.000,A,3326.6032,N,07907.6697,W,,,160812,,,A*72 $GPGGA,132702.000,3326.6032,N,07907.6697,W,,05,2.3,-25.0,M,,,,0000*33 $GPRMC,132702.000,A,3326.6032,N,07907.6697,W,,,160812,,,A*71 $GPGGA,132703.000,3326.6031,N,07907.6698,W,,07,1.3,-24.0,M,,,,0000*3E $GPRMC,132703.000,A,3326.6031,N,07907.6698,W,,,160812,,,A*7C After conversion in GPSBable all I get is the header like this: <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>2012-08-16T18:22:25Z</time> <trk> </trk> </gpx> Help! Please, Wil
------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Gpsbabel-misc mailing list http://www.gpsbabel.org [hidden email] To unsubscribe, change list options, or see archives, visit: https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc |
This device (stupidly) marks all your points invalid (that's the "A" in the GPRMC)
In the development version, we've added an 'ignore_fix' option to the NMEA reader so when a device tells us "hey, I didn't really have a fix, but here's the position I was last turned on at..." we'll ignore Until that version is released, you can build GPSBabel from source and use that, search and replace the ",A," with a ",V," or, better yet, bug Canon to fix their device. RJL On Thu, Aug 16, 2012 at 3:34 PM, [hidden email] . <[hidden email]> wrote:
------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Gpsbabel-misc mailing list http://www.gpsbabel.org [hidden email] To unsubscribe, change list options, or see archives, visit: https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc |
Free forum by Nabble | Edit this page |