Stanford-NavLab / gnss_lib_py

Modular Python tool for parsing, analyzing, and visualizing Global Navigation Satellite Systems (GNSS) data and state estimates
MIT License
116 stars 28 forks source link

V0.1.11 #116

Closed kanhereashwin closed 1 year ago

kanhereashwin commented 1 year ago

Add compatibility with pathlib type paths Add support for reading NMEA files with GGA and RMC messages

codecov[bot] commented 1 year ago

Codecov Report

Merging #116 (aaa1611) into main (04b9aff) will increase coverage by 0.13%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #116      +/-   ##
==========================================
+ Coverage   98.30%   98.43%   +0.13%     
==========================================
  Files          15       16       +1     
  Lines        2471     2557      +86     
==========================================
+ Hits         2429     2517      +88     
+ Misses         42       40       -2     
Impacted Files Coverage Δ
gnss_lib_py/parsers/smartloc.py 100.00% <ø> (ø)
gnss_lib_py/parsers/android.py 100.00% <100.00%> (ø)
gnss_lib_py/parsers/navdata.py 100.00% <100.00%> (ø)
gnss_lib_py/parsers/nmea.py 100.00% <100.00%> (ø)
gnss_lib_py/parsers/precise_ephemerides.py 97.14% <100.00%> (+0.71%) :arrow_up: