privong / magellan

Analysis of GPS location data.
GNU General Public License v3.0
0 stars 5 forks source link
gps gps-location gps-tracking

magellan

Tools for analyzing logged GPS location data. Includes determining if a GPS location is consistent with being "home", "away" (greater than specified distance from "home"), and "traveling" (average speed betweeen it and the previous point being above some threshold).

As of v0.5.0, data are stored in a sqlite3 database.

Possible outputs include histograms of time spent each week/month in the above states and a map of unique "away" locations visited.

Requirements

Documentation

Scripts

Other