m
m (GPX)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= GPX =
 
= GPX =
  
'''''GPX''''' stands for GPS eXchange Format. It contains data generated by GPS devices.
+
'''''GPX''''' stands for [[GPS]] eXchange Format. It contains data generated by GPS devices.
  
We made such files available on our website. You can download them on your machine then read them with [[google earth]]. We also often provide a simplified route (in kml), but the gpx is much more exhaustive (in details and with time recording).
+
We make such files available on our website. You can download them on your machine then read them with [[Google Earth]] or other geolocation software. We also sometime provide a simplified route (in kml), but the gpx is more exhaustive (in details and with time recording).
 +
 
 +
== On our web ==
 +
 
 +
<tt><nowiki>{{gpx|Media:AbedularCanencia-27Oct2013.gpx}}</nowiki></tt> offers to "{{gpx|Media:AbedularCanencia-27Oct2013.gpx}}"
 +
 
 +
== All our walks ==
 +
 
 +
We keep a repository of our [[walks]] in the form of a big GPX file where we agglomerate all our recorded itineraries:
 +
 
 +
<center>'''[[:File:all-our-walks.gpx|all-our-walks.gpx]]'''</center>
 +
 
 +
To add an entry, first edit it (with QLandkarte GT) and then from ''all-our-walks.gpx'', Alt-A to Add-Geo-data (in the "File" menu). We put Spanish tracks in Yellow and UK ones in dark-brown.
 +
 
 +
== Editing ==
 +
 
 +
While gpx files are better viewed with Google Earth, they are (sadly) better edited with other softwares. We like [http://www.qlandkarte.org/ QLandkarte GT], which is now superseded by QMapShack.
 +
 
 +
<center><wz tip="QLandkarte GT. Free software to manage GPS data.">[[Image:QLandkarte.png|400px]]</wz></center>
 +
 
 +
To retain as much as possible of the gpx information, it is best to Edit (right-click+'Edit') the track without converting it to an overlay (that is more easily edited if points are to be moved around), and then export to gpx.
 +
 
 +
== Merging GPX files ==
 +
 
 +
This is achieved with gpsbabel, for any number of inputs:
 +
 
 +
<pre>gpsbabel -i gpx -f firstFile.gpx -f secondFile.gpx -f thirdFile.gpx -o gpx -F merged.gpx</pre>
 +
 
 +
Then, from within QLandKarte GT, which keeps them apart, these can be merged completely by Track->Join Tracks (F5).
  
 
== Links ==
 
== Links ==

Latest revision as of 18:09, 7 June 2020

Contents

GPX

GPX stands for GPS eXchange Format. It contains data generated by GPS devices.

We make such files available on our website. You can download them on your machine then read them with Google Earth or other geolocation software. We also sometime provide a simplified route (in kml), but the gpx is more exhaustive (in details and with time recording).

On our web

{{gpx|Media:AbedularCanencia-27Oct2013.gpx}} offers to "Icon gpx.jpgDownload the gpx file for this track."

All our walks

We keep a repository of our walks in the form of a big GPX file where we agglomerate all our recorded itineraries:

all-our-walks.gpx

To add an entry, first edit it (with QLandkarte GT) and then from all-our-walks.gpx, Alt-A to Add-Geo-data (in the "File" menu). We put Spanish tracks in Yellow and UK ones in dark-brown.

Editing

While gpx files are better viewed with Google Earth, they are (sadly) better edited with other softwares. We like QLandkarte GT, which is now superseded by QMapShack.

QLandkarte.png

To retain as much as possible of the gpx information, it is best to Edit (right-click+'Edit') the track without converting it to an overlay (that is more easily edited if points are to be moved around), and then export to gpx.

Merging GPX files

This is achieved with gpsbabel, for any number of inputs:

gpsbabel -i gpx -f firstFile.gpx -f secondFile.gpx -f thirdFile.gpx -o gpx -F merged.gpx

Then, from within QLandKarte GT, which keeps them apart, these can be merged completely by Track->Join Tracks (F5).

Links