v0.2.3
This release mainly expands robustness of the automatic ephemeris downloader, extends compatibility of the rinex_obs
parser to all observation codes, and adds parsers for raw android data.
Ephemeris Downloader
Expands file download options to enable downloads for:
rinex_nav
: present - Jan 1, 2013sp3
: present - May 24, 2012clk
: present - Oct 14, 2012
Also adds secondary sources forWUM0MGXFIN
clk,wum
clk, andBRDM00DLR_R
rinex nav for outlier days when those files weren't uploaded to CDDIS
Rinex Observation Files
- allows rinex_obs to load all possible observation codes
- z-tracking observations may have empty
carrier_phase
andraw_doppler_hz
rows - fixes #139
Android Raw Files
- differentiates the Google Smartphone Decimeter Challenge into
google_decimeter.py
and GNSSLogger parsers intoandroid.py
- updates unit_test directories according to the above change
- adds parsers for data obtained from the GNSSLogger Android app including
Raw
,Fix
and all sensors - adds recommended filters for raw GNSS data from android phones
- adds new NavData classes for the 2023 version of the Google Smartphone Decimeter Challenge
Miscellaneous
- updates python package dependencies
- minor bug fixes
- minor doc updates