Skip to content

Instantly share code, notes, and snippets.

@yuqianma
Created November 14, 2018 14:19
Show Gist options
  • Save yuqianma/cae11ebd63cedcf3f2200d1f4a43c1a2 to your computer and use it in GitHub Desktop.
Save yuqianma/cae11ebd63cedcf3f2200d1f4a43c1a2 to your computer and use it in GitHub Desktop.
gpslogger
{
"time": {
"__type": "Date",
"iso": "%TIME"
},
"latlng": {
"__type": "GeoPoint",
"latitude": %LAT,
"longitude": %LON
},
"sat": "%SAT",
"desc": "%DESC",
"alt": "%ALT",
"spd": "%SPD",
"acc": "%ACC",
"dir": "%DIR",
"prov": "%PROV",
"batt": "%BATT",
"aid": "%AID",
"act": "%ACT",
"profile": "%PROFILE",
"hdop": "%HDOP",
"vdop": "%VDOP",
"pdop": "%PDOP",
"dist": "%DIST"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment