Skip to content

Fail bad sentences that pass the CRC check #57

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

Merged
merged 18 commits into from
Mar 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
15015b5
Enable the GSV parsing with _parse_gpgsv
lesamouraipourpre Feb 11, 2021
002f850
Spelling.
lesamouraipourpre Feb 11, 2021
c4c999a
Enable the GSA parsing with _parse_gpgsa
lesamouraipourpre Feb 11, 2021
e5dcc01
Merge branch 'parse-gsa-and-gsv' into bad-sentences
lesamouraipourpre Feb 22, 2021
6dcfca0
Rename the _parse_[sentence] methods so that they don't have gp as pa…
lesamouraipourpre Feb 22, 2021
7a59234
Refactor the sentence parsing (Fixes #55)
lesamouraipourpre Feb 23, 2021
632dc4a
Use longitude for longitude, not latitude. D'Oh!
lesamouraipourpre Feb 23, 2021
91f5846
Correct some of the RMC parameter types.
lesamouraipourpre Feb 23, 2021
2cc4473
Pass the debug value into _parse_data
lesamouraipourpre Feb 24, 2021
2f79c44
Typo. Thank you, PyLint
lesamouraipourpre Feb 24, 2021
92efe69
Missing return statement. Thank you, PyLint.
lesamouraipourpre Feb 24, 2021
037be6e
Black/PyLint pass
lesamouraipourpre Feb 24, 2021
23b2df8
Modify the time_source example so that it doesn't trigger a PyLint du…
lesamouraipourpre Feb 25, 2021
07d4838
Add PyLint disable=duplicate-code to time_source.
lesamouraipourpre Feb 25, 2021
ad6930a
Add PyLint disable=duplicate-code to all examples.
lesamouraipourpre Feb 25, 2021
e0d9f3d
Replace _SENTENCE_PARAMS dictionary with a tuple of compacted strings…
lesamouraipourpre Mar 1, 2021
6da1add
Move the args.split() call up a level to reduce memory usage.
lesamouraipourpre Mar 1, 2021
15415ca
Revert changes to get examples to pass pylint. This should be fixed w…
lesamouraipourpre Mar 2, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading