m
m
Line 12: Line 12:
  
 
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.
 
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>
  
 
== Links ==
 
== Links ==

Revision as of 18:31, 8 December 2013

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).

Editing

While gpx files are better viewed with Google Earth, they are (sadly) better edited with other softwares. We like QLandkarte GT.

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

Links