We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here are some examples:
$GPGGA,163232.000,4203.0383,N,08740.4182$0,A$GPGGA,163233.000,4203.0383,N,08740.,33,.$GPGGA,163234.000,4203.0383,N,087 $GPGGA,164328.000,4203.0390,N,08740.40,0.1$GPGGA,164329.000,4203.0390,N,08740.4132$0,*$GPGGA,164330.000,4203.0390,N,08 $GPGGA,164846.000,4203.0380,N,08740.41W.48,$GPGGA,164847.000,4203.0380,N,08740.41W488,$GPGGA,164848.000,4203.0380,N,08
It appears as though NMEA data is being re-written at an offset. The immediate effect on parsed results is the wrong sign on longitude data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here are some examples:
$GPGGA,163232.000,4203.0383,N,08740.4182$0,A$GPGGA,163233.000,4203.0383,N,08740.,33,.$GPGGA,163234.000,4203.0383,N,087 $GPGGA,164328.000,4203.0390,N,08740.40,0.1$GPGGA,164329.000,4203.0390,N,08740.4132$0,*$GPGGA,164330.000,4203.0390,N,08 $GPGGA,164846.000,4203.0380,N,08740.41W.48,$GPGGA,164847.000,4203.0380,N,08740.41W488,$GPGGA,164848.000,4203.0380,N,08
It appears as though NMEA data is being re-written at an offset. The immediate effect on parsed results is the wrong sign on longitude data
The text was updated successfully, but these errors were encountered: