Stanford-NavLab / gnss_lib_py

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

V0.1.9 #99

Closed betaBison closed 1 year ago

betaBison commented 1 year ago

This version includes many exciting upgrades:

codecov[bot] commented 1 year ago

Codecov Report

Merging #99 (7ca4e9d) into main (374e484) will increase coverage by 3.24%. The diff coverage is 98.86%.

@@            Coverage Diff             @@
##             main      #99      +/-   ##
==========================================
+ Coverage   95.05%   98.29%   +3.24%     
==========================================
  Files          14       15       +1     
  Lines        2325     2470     +145     
==========================================
+ Hits         2210     2428     +218     
+ Misses        115       42      -73     
Impacted Files Coverage Δ
gnss_lib_py/parsers/precise_ephemerides.py 96.42% <80.00%> (+12.21%) :arrow_up:
gnss_lib_py/utils/sim_gnss.py 91.70% <96.22%> (+0.37%) :arrow_up:
gnss_lib_py/algorithms/gnss_filters.py 100.00% <100.00%> (ø)
gnss_lib_py/algorithms/residuals.py 100.00% <100.00%> (ø)
gnss_lib_py/algorithms/snapshot.py 100.00% <100.00%> (ø)
gnss_lib_py/parsers/android.py 100.00% <100.00%> (ø)
gnss_lib_py/parsers/ephemeris.py 100.00% <100.00%> (+21.02%) :arrow_up:
gnss_lib_py/parsers/navdata.py 100.00% <100.00%> (ø)
gnss_lib_py/parsers/smart_loc.py 100.00% <100.00%> (ø)
gnss_lib_py/utils/constants.py 100.00% <100.00%> (ø)
... and 3 more