convert raw/fix data generated by GnssLogger into standard observation format(Version Rinex 3.x)
raw2rinex.py -c <confgure file>
- dir_path : directory of raw file
- raw_path : raw file name
- type : FIX / RAW
- FIX:
Get positioning results by android inner algorithm.
Output *.out
file with format YYYY/mm/dd HH:MM:SS X Y Z
- RAW:
Convert raw data to rinex 3.x format.
Output *.o
file.
Refence : Android GNSS raw measurements