geospace-code / georinex

Python RINEX 2 / 3 NAV / OBS / sp3 reader & batch convert to HDF5 with C-like speed
MIT License
220 stars 91 forks source link

Fix irregular NAV3 file reading for receivers that save only 2 spare … #31

Closed oldbridge closed 5 years ago

oldbridge commented 5 years ago

RINEX files generated by rtklib 2.4.3beta contain only 2 Spare words. This case is not considered by the irregular file handling from utils.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 271


Changes Missing Coverage Covered Lines Changed/Added Lines %
georinex/nav3.py 1 2 50.0%
<!-- Total: 1 2 50.0% -->
Totals Coverage Status
Change from base Build 269: -0.05%
Covered Lines: 1648
Relevant Lines: 1763

💛 - Coveralls
scivision commented 5 years ago

Thanks, this had been implemented in eb367ccd