Calvin McCoy
f6c2b76a3b
Fix timestamp tests
2022-01-06 20:38:49 -08:00
Calvin McCoy
85595da0ae
Merge pull request #36 from kebwi/master
...
Consistent default timestamps and properly parsed empty GPVTG sentences.
2022-01-06 20:27:07 -08:00
Calvin McCoy
4c3edfa253
Merge pull request #37 from inmcm/inmcm-github-actions-test
...
Create Github Action to Test Package
2022-01-06 20:13:41 -08:00
Calvin McCoy
62a2dfa4a2
Remove Linting Checks (for now)
2022-01-06 20:11:58 -08:00
Calvin McCoy
993c42fb0a
Create Github Action to Test Package
2022-01-06 20:09:15 -08:00
Keith Wiley
f06bb05058
Quick addition to previous commit with the same goal.
2021-04-09 16:50:52 -07:00
Keith Wiley
200b269505
Made GPVTG parse cleanly even if sentence is empty.
2021-04-09 00:27:25 -07:00
Keith Wiley
7024c27cea
Made default empty timestamps conform to parsed timestamps to better enable timestamp diff detection.
2021-04-09 00:26:54 -07:00
Calvin McCoy
95b739381c
Merge pull request #29 from donnyw/feature/gsv_util_function
...
Add utility function for easier GPGSV sentence parsing
2020-01-08 19:57:33 -08:00
Calvin McCoy
91872623df
Merge pull request #28 from donnyw/fix/readme
...
Update README to reflect actual github URL
2019-06-26 09:37:43 -07:00
Donny Warbritton
5faa1a241c
Add utility function for easier GPGSV sentence parsing
2019-06-26 09:22:22 -06:00
Donny Warbritton
6ceb43e75e
Update README to reflect actual github URL
2019-06-26 09:16:15 -06:00
Calvin McCoy
70bd71b32f
Improvements to GGA Sentence Parsing
...
- Allow for empty HDOP values
- Allow for empty/malformed altitude/geoid height
- Handle IndexErrors on based on feedback
Also include some new tests and cleanups.
2018-12-09 14:37:27 -08:00
Calvin McCoy
f67aeb93bb
Allow RMC Sentences with no course data
2018-12-04 19:47:09 -08:00
Calvin McCoy
77c6705513
Merge pull request #24 from gregcope/master
...
Add GNGSA and GNGLL to supported sentences
2018-11-10 20:03:22 -08:00
Greg Cope
06a6fcd9c8
Added GNGSA and GNGLL to README
2018-11-05 10:00:07 +00:00
Greg Cope
5256c24318
Added GNGLL and GNGSA to supported sentences
2018-11-05 09:56:02 +00:00
Calvin McCoy
95b6b60ae8
Merge pull request #23 from mmedvedmtd/master
...
Don't clear date in RMC strings w/o a fix
2018-11-01 19:38:40 -07:00
mmedvedmtd
f74baf21ee
Don't clear date in RMC strings w/o a fix
...
So that RTC enabled GPS units can send the date and time both back.
2018-10-31 07:09:16 -04:00
Calvin McCoy
f437c6dab4
Add Coordinate Representation Tests
2018-10-30 22:14:01 -07:00
Calvin McCoy
f2026e9e5a
Update Readme
2018-10-30 22:14:01 -07:00
Calvin McCoy
1399546245
Add example print to tests
2018-10-30 22:14:01 -07:00
Calvin McCoy
80f89f2155
Switch to pytest style tests
2018-10-30 22:14:01 -07:00
Calvin McCoy
45c2b54087
Optimizations to Internal Data Attributes
2018-10-30 22:14:01 -07:00
Calvin McCoy
88bbf834be
Merge pull request #20 from hagre/master
...
raise SENTENCE_LIMIT to 90
2018-10-17 20:34:47 -07:00
hagre
dbac9a2696
raise SENTENCE_LIMIT to 90
...
to be save for emlid reach M+ module
2018-10-16 06:23:15 +02:00
Calvin McCoy
e3f849b12c
Fix Date Suffix Printing for 23rd
2018-05-28 10:51:21 -07:00
Calvin McCoy
c30df5828d
Fix GSV Parsing of Full Final Sentences
2018-05-19 17:56:47 -07:00
Calvin McCoy
0d7bdaeb60
Add Extra GSV Sentences and Print Interium Results
2018-05-19 17:55:26 -07:00
Calvin McCoy
883bf31a8b
Fix Sentence Type Test
2018-05-19 17:54:38 -07:00
Calvin McCoy
4c226e96bf
Ensure UTC Hours are always within range when using local offset
2018-05-19 17:01:40 -07:00
Calvin McCoy
e1b69fded7
Merge pull request #13 from peterhinch/portable
...
Replace dependency on pyb with more portable machine.
2018-04-23 18:54:41 -07:00
adminpete
7d3efbe170
Replace dependency on pyb with more portable machine.
2018-04-23 11:57:55 +01:00
Calvin McCoy
a6eda80ef4
Merge pull request #12 from tcinbis/master
...
Added support for Beitian BN-880 module
2018-03-18 20:29:47 -07:00
Tom
8ace241f1d
Fixed git history for Readme file
...
* Added missing whitspaces
2018-02-04 10:45:01 +01:00
cintom00
564031ffd3
Changed exception handling and removed whitespaces
...
The whitespaces which were removed and messed up the git history were
added again.
Instead of catching all exceptions, we just now just catch the
IndexError.
2018-02-04 10:33:54 +01:00
Calvin McCoy
c02f4bd108
Merge pull request #10 from bsdz/master
...
Restructure to allow pip install from git
2018-02-03 10:54:23 -08:00
cintom00
cdd37a0ff7
Updated README and added ESP32 instructions part
...
All supported sentences are now in the README file and also a small part
on how to use it with an ESP32.
2018-01-31 17:41:26 +01:00
cintom00
3f593e6649
Added supported sentences for Beitian GPS-module
...
The Beitian BN-880 appears to use slightly different NEMA sentences. By
adding these sentences and calling the methods which already exist
everything seems to work as expected. This was tested on an ESP32.
The extra exception catching was needed to prevent the program from
crashing in case a "list index out of range" exception was thrown.
2018-01-31 17:19:26 +01:00
Blair Azzopardi
6cb713196e
Restructure to allow pip install from git
...
update readme with install instructions
2017-12-30 20:57:53 +00:00
Calvin McCoy
1a111f6359
Merge pull request #8 from ckuethe/glonass
...
Add GLONASS sentence mappings
2017-09-23 12:27:55 -07:00
Chris Kuethe
01268cddc4
fix #7
2017-09-23 12:21:29 -07:00
Calvin McCoy
b28c6d1759
Update Readme
2017-08-20 11:03:08 -07:00
Calvin McCoy
c7f17451b6
Trim down main module and move tests to external script
2017-08-20 10:41:30 -07:00
Calvin McCoy
8793b9157d
Add license file
2017-08-20 10:33:36 -07:00
Calvin McCoy
950df2db44
Merge pull request #4 from pyrog/patch
...
Update link to pyboard doc
2017-06-23 10:04:55 -07:00
pyrog
50978272fe
Update link to pyboard doc
2017-06-21 08:23:14 +02:00
Calvin McCoy
df76a40a54
Small Improvements
2017-06-11 22:24:08 -07:00
Calvin McCoy
be16d495ba
Update Header
2017-06-11 22:23:34 -07:00
Calvin McCoy
af8a645a07
Add Additional Format Options to Longitude/Latitude
...
Add Degree Minute Seconds and Decimal Degrees display/output formats
Lat/Lon Data will continue to be stored internally in Degree Decimal Minute
2017-06-11 22:21:12 -07:00