Where can I find exemplary files produced by SnapperGPS? #19
Answered
by
JonasBchrt
JonasBchrt
asked this question in
Technical Q&A
-
Where can I find exemplary files produced by SnapperGPS? |
Beta Was this translation helpful? Give feedback.
Answered by
JonasBchrt
Nov 9, 2022
Replies: 1 comment
-
There are links to eight example datasets here: SnapperGPS - Download. Each will send you to a page where you can download the data as CSV, GeoJSON, KML, or JSON. The files contain timestamps (UTC), latitudes (decimal degrees), longitudes (decimal degrees), confidence radii (metres), temperatures (degrees Celsius), and battery voltages (volts); example below: {
"datetime": "2021-06-19T12:35:09.863Z",
"latitude": 51.735466,
"longitude": -1.2162623,
"confidence": 18.571976,
"temperature": 20.3,
"battery": 4.21,
"id": 1
} Some of the example datasets come without temperatures and battery voltages. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JonasBchrt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are links to eight example datasets here: SnapperGPS - Download. Each will send you to a page where you can download the data as CSV, GeoJSON, KML, or JSON. The files contain timestamps (UTC), latitudes (decimal degrees), longitudes (decimal degrees), confidence radii (metres), temperatures (degrees Celsius), and battery voltages (volts); example below:
Some of the example datasets come without temperatures and battery voltages.