Difference between revisions of "Overland"

From Personal Science Wiki
Jump to navigation Jump to search
(create page with basic info)
 
m (add infobox & category)
Line 1: Line 1:
 +
{{Tool Infobox
 +
|Category=Observe
 +
|Datatype=Location tracking
 +
}}
 
Overland is a passive GPS tracker for both iOS and Android and which can record geo-location data in user-specified intervals/accuracy and sends it to a server of the user's choice that has been developed by [[Aaron Parecki]]. The source code for [https://github.com/aaronpk/Overland-iOS iOS] and [https://github.com/OpenHumans/overland_android Android] versions is open source.  
 
Overland is a passive GPS tracker for both iOS and Android and which can record geo-location data in user-specified intervals/accuracy and sends it to a server of the user's choice that has been developed by [[Aaron Parecki]]. The source code for [https://github.com/aaronpk/Overland-iOS iOS] and [https://github.com/OpenHumans/overland_android Android] versions is open source.  
  
Line 21: Line 25:
 
* Bastian used Overland in combination with environmental noise data from his [[Apple Watch]] to [https://exploratory.openhumans.org/notebook/77/ find out where he encounters most noise].
 
* Bastian used Overland in combination with environmental noise data from his [[Apple Watch]] to [https://exploratory.openhumans.org/notebook/77/ find out where he encounters most noise].
 
** He also used Overland to [https://exploratory.openhumans.org/notebook/163/ explore how the COVID-19 lockdown affected his movements].
 
** He also used Overland to [https://exploratory.openhumans.org/notebook/163/ explore how the COVID-19 lockdown affected his movements].
 +
 +
[[Category:Tool]]

Revision as of 16:13, 12 November 2021

Tool Infobox Question-icon.png
Related topics

Linked pages on this wiki
Projects (0),

People (1)

Overland is a passive GPS tracker for both iOS and Android and which can record geo-location data in user-specified intervals/accuracy and sends it to a server of the user's choice that has been developed by Aaron Parecki. The source code for iOS and Android versions is open source.

Data recorded by Overland

Besides the GPS coordinates, Overland also records some additional information with each location recording:

  • Motion state (walking, running, driving, cycling, stationary)
  • Phone's battery level
  • If connected to a Wifi, the name of the network

User's can setup the desired accuracy of the location data that is recorded and also the frequency with which data should be recorded, to find a personal trade-off between accuracy, granularity and phone battery life.

Server setup

Overland is designed to push the location data in regular intervals to a server on which the data should be stored. As the Overland data structure is well documented, users can in principle write their own server to store the data in. Additionally, Aaron Parecki also provides Compass, an open-source server that works with Overland which you could host yourself.

If you don't want to host anything yourself, Open Humans also provides an integration for Overland. This integration creates a private endpoint for users, to which they can send their location data which in turn is privately store it in their Open Humans account.

Projects that used Overland