Skip to content

convert raw data file generated by GnssLogger into observation file(Version Rinex 3.x)

License

Notifications You must be signed in to change notification settings

Morcki/android_raw2rinex

Repository files navigation

Usage

function

convert raw/fix data generated by GnssLogger into standard observation format(Version Rinex 3.x)

android_raw2rinex

raw2rinex.py -c <confgure file>

configure file

  • dir_path : directory of raw file
  • raw_path : raw file name
  • type : FIX / RAW

mode

  • 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.

reference

Refence : Android GNSS raw measurements

About

convert raw data file generated by GnssLogger into observation file(Version Rinex 3.x)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages