opengisch / QField

A simplified touch optimized interface for QGIS
http://www.qfield.org
GNU General Public License v2.0
798 stars 221 forks source link

[Enhancement] Expose GNSS correction status (DGPS Age and StationID) #5477

Open BR-dev0 opened 1 month ago

BR-dev0 commented 1 month ago

NMEA GGA messages carry information on correction data age (dgps_age in external/nmea/sentence.h) and correction data station id (dgps_sid), if correction is present. Both information items are substantial for assessing position quality. Not only right before initiating a measurement, but also logged inside attribute data of GNSS-created GIS objects (for later evaluation).

Therefore, it would be good, if both values could be displayed inside the position information block and if new @position* / @gnss* variables would be exposed.

m-kuhn commented 1 month ago

Any enhancement in this direction is very welcome 👍