Skip to content

Where can I find exemplary files produced by SnapperGPS? #19

Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

JonasBchrt
Nov 9, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by JonasBchrt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant