Wykres commitów

24 Commity (c02f4bd1084289e7fc6ac78b8f0c96151a7ad6fb)

Autor SHA1 Wiadomość Data
Chris Kuethe 01268cddc4 fix #7 2017-09-23 12:21:29 -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 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
inmcm e1fc0eecfa Add experimental sentence logging functionality
Fixed some typos in readme
2015-06-09 20:01:08 -04:00
inmcm 940bfba6fc Add GLL sentence parsing and minor other cleanups 2015-02-26 19:54:15 -05:00
inmcm 2ace32f5b5 Minor math cleanup 2015-02-26 19:16:24 -05:00
inmcm e82a5d5c8f Fix pretty kph string printer from using mph value 2015-01-28 19:39:20 -05:00
inmcm 8bd4818871 Add date string printer function with a few different format options
Fixed RMC parser to store date tuple with ints
2015-01-26 18:33:35 -05:00
inmcm e015b7980e Add latitude, longitude, and speed pretty printing functions 2015-01-22 21:01:34 -05:00
inmcm b26346bca8 Add helper function to return compass direction string based on current course
Added test for no fix  when calculating time since last fix;, will now return -1 if no fix has been achieved
2015-01-13 20:45:43 -05:00
inmcm bb747bafe3 --Improved handling of pyb/time imports
--Fixed RMC parsing so it will properly update even when fix is invalid and will trigger new fix time update
2015-01-12 20:04:04 -05:00
inmcm 25f76224da Add initial functionality for checking the age of the fix data 2014-12-17 22:53:57 -05:00
inmcm 145c0856d8 Improve handling of GSV sentences with truncated satellite listings and missing elevation and azimuth data 2014-12-15 17:50:19 -05:00
inmcm ab615bd7ae Adds basic object statistic tracking
Update TODOs
Refactor HEMISPHERES constant
2014-12-13 13:28:39 -05:00
inmcm 63fead0b40 Remove non-ASCII characters and some PEP8 formatting 2014-12-13 12:57:45 -05:00
Calvin 3ef80dac72 Reworked update() logic and added sentence length limit checking 2014-12-12 19:50:41 -05:00
Calvin a21c1d69d8 Ensure GGA sentence parses cleanly before updating any object data
Add active sentence checks to update()
2014-12-12 19:08:03 -05:00
Calvin 4c8bc4218b Fix type consistency on update()
Cosmestic changes
2014-12-12 17:40:36 -05:00
Calvin 0258e5c9a8 Add GSV sentence parser and helper functions
Moved example sentences to main
2014-12-10 20:53:34 -05:00
Calvin 0d16f0f26f Added basic header with license
Renamed main class to micropyGPS
Remove unused struct import
Added to class doc string
2014-12-10 18:13:50 -05:00
Calvin cb464a8b08 Added GGSA sentence parsing and renamed satellite number variables 2014-12-10 17:56:33 -05:00
Calvin a5ea08c5a3 Intial commit: basic stream parsing with support for RMC, VTG, and GGA sentences. 2014-12-09 18:47:15 -05:00