Skip to content
New issue

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

Parser has a wrong output for GPGGA in Western Hemisphere #1

Open
WuLyon opened this issue Jul 31, 2024 · 0 comments
Open

Parser has a wrong output for GPGGA in Western Hemisphere #1

WuLyon opened this issue Jul 31, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@WuLyon
Copy link

WuLyon commented Jul 31, 2024

For a GPGGA message in Western Hemisphere, the parser.py made a mistake.

For example:
$GPGGA, 100517. 60,4038.07917733, N, -839.59987224, E, 5, 20,1.40,2.592,M, 55.158,M, 2.4, 0051*56

parser.py would give a wrong longitude
{'GGA': {'fix_type': 5, 'latitude': 40.6346529555, 'latitude_direction': ' N', 'longitude': -7.3400021293333335, 'longitude_direction': ' E', 'altitude': 2.592, 'mean_sea_level': 55.158, 'hdop': 1.4, 'num_satellites': 20, 'utc_time': 1722387651}}

@WuLyon WuLyon added the bug Something isn't working label Jul 31, 2024
@WuLyon WuLyon self-assigned this Jul 31, 2024
WuLyon added a commit that referenced this issue Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant