View Single Post
Posts: 88 | Thanked: 411 times | Joined on Mar 2010 @ southern Italy
#2
Text (TAB-separated) and CSV (comma-separated) files are saved in $HOME/Documents/

Provided an entry "jolla" in the /etc/hosts file, I extract them using:
Code:
rsync -ave ssh --remove-source-files nemo@jolla:Documents/gps* ./mylogs/
File format is:
- Unix timestamp in milliseconds
- latitude (positive values means northern emisphere)
- longitude
- speed (converted to km/hour)
- altitude (meters, integer)
- satellites in view (integer)
- horizontal accuracy (meters)
- vertical accuracy (meters)
- heading (currently Jolla does not support it)
- flags (0: "normal"; 1: "bookmarked")
 

The Following User Says Thank You to alfmar For This Useful Post: