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

Ashwin/measures sats #94

Closed kanhereashwin closed 1 year ago

kanhereashwin commented 1 year ago

Adds wrappers and functionality for estimating SV states, expected pseudorange and doppler measurements and increase functionality of SmartLoc dataset

codecov-commenter commented 1 year ago

Codecov Report

Merging #94 (962a796) into v0.1.9 (2d55cd0) will increase coverage by 3.99%. The diff coverage is 99.42%.

@@            Coverage Diff             @@
##           v0.1.9      #94      +/-   ##
==========================================
+ Coverage   95.05%   99.05%   +3.99%     
==========================================
  Files          14       16       +2     
  Lines        2325     2640     +315     
==========================================
+ Hits         2210     2615     +405     
+ Misses        115       25      -90     
Impacted Files Coverage Δ
gnss_lib_py/parsers/precise_ephemerides.py 96.41% <83.33%> (+12.20%) :arrow_up:
gnss_lib_py/utils/coordinates.py 98.87% <92.30%> (-1.13%) :arrow_down:
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 4 more