Specifying accuracy in GPX or KML
Asked Answered
C

2

9

I am developing an Android application and would like to play a recorded track in DDMS tool. Besides latitude and longitude, my recorded data has horizontal accuracy which I'd like to pass to Android phone simulator.

Is there a way to specify accuracy in GPX or KML formats?

Cathe answered 3/3, 2011 at 19:56 Comment(1)
were u able to find a solution to this one?Disquisition
R
3

In neither of those specs is a named element for accuracy. Both however allow for extended data which where you can put whatever you want.

In GPX it's called 'extensions' See http://www.topografix.com/GPX/1/1/#type_extensionsType
In Kml it's called 'ExtendedData' See http://code.google.com/intl/nl-NL/apis/kml/documentation/kmlreference.html#placemark

Roodepoortmaraisburg answered 4/6, 2011 at 11:33 Comment(0)
N
2

As Eddy noted, there are no tags for accuracy.

But, GPX have something similar -- tags for dilution of precision (hdop, vdop, pdop) for every track point, waypoint or route point. Those are not exactly the same as "accuracy", but it can be used as such. See wikipedia for more.

Nagano answered 8/3, 2012 at 20:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.