anashmamouch / open-gpstracker

Automatically exported from code.google.com/p/open-gpstracker
0 stars 0 forks source link

Store HDOP in logs #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would help if HDOP (VDOP,PDOP) or some accuracy infomation is stored into 
GPX logs.
http://en.wikipedia.org/wiki/HDOP

This could be used to filter inaccurate data from logs.

Original issue reported on code.google.com by Milan.No...@gmail.com on 16 Sep 2010 at 12:55

GoogleCodeExporter commented 9 years ago
VDOP or PDOP information is not exposed through the API. Accuracy information 
is available as single deviation in meters number. 

Would adding that number in the GPX logs as extension help?

Original comment by rcgr...@gmail.com on 22 Sep 2010 at 9:54

GoogleCodeExporter commented 9 years ago
It would be helpful to filter out all inaccurate data. For example with minimal 
accuracy setting, don't store data with accuracy worse than 20 (5,10,50,100) 
meters.

Original comment by Milan.No...@gmail.com on 22 Sep 2010 at 12:23

GoogleCodeExporter commented 9 years ago
It already does just that.

http://code.google.com/p/open-gpstracker/source/browse/trunk/OpenGPSTracker/trun
k/application/src/nl/sogeti/android/gpstracker/logger/GPSLoggerService.java#643

Original comment by rcgr...@gmail.com on 22 Sep 2010 at 3:20