I think it'd be great if prx can directly parse Android Raw measurements for pr/doppler/cp/cn0 logs, and Android navigation messages for ephemeris on supported phones.
Many new mobile phones now support nav messages too, which can be logged using GnssLogger App. Parsing this data directly from GnssLogger App .txt log is important, as GnssLogger miss some info when it logs rinex obs file - for example logging only dual band on triple band phones. Also, I found no lib until now that parses android navigation message from logs.
By experiment, converting to rinex causes loss of accuracy usually, the raw numbers can be more accurate.
Multiplying integer nanos by speedoflight/nanosecond is more accurate than converting it to float seconds and then to psuedorange as most of the converting tools do.
I think it'd be great if prx can directly parse Android Raw measurements for pr/doppler/cp/cn0 logs, and Android navigation messages for ephemeris on supported phones. Many new mobile phones now support nav messages too, which can be logged using GnssLogger App. Parsing this data directly from GnssLogger App .txt log is important, as GnssLogger miss some info when it logs rinex obs file - for example logging only dual band on triple band phones. Also, I found no lib until now that parses android navigation message from logs.
I would be opening similar issue in https://github.com/geospace-code/georinex too, but I think it's more related to prx than georinex