MaciekO / nmea2qgis

0 stars 0 forks source link

Wrong Coordinate reading #1

Open antoniolocandro opened 10 years ago

antoniolocandro commented 10 years ago

When I am importing into QGIS 2 a nmea file it apparently is parsing wrong the coordinates, it's not reading correctly

$GPRMC,201345.00,A,1403.48022,N,08713.22066,W,1.939,184.05,220413,,,A*76

$GPGGA,201345.00,1403.48022,N,08713.22066,W,1,07,1.55,1010.1,M,-4.8,M,,_6E $GPEMT,750,250,67500,22500,90000_5A $GPRMC,201346.00,A,1403.48014,N,08713.22139,W,1.391,184.79,220413,,,A*78

QGIS gives me 14.0580036666667,-86.7796556666667

As you see the NMEA coordinates 1403.48022N,08713.22066W and when I import to QGIS the table coordinates are 14.0580036666667,-86.7796556666667

MaciekO commented 10 years ago

Thank You for the information, I change the code, should work fine now.