GPSdingsWindows cmd.exe syntax is used throughout this example.
Unix shells: Replace the ^ line continuation character with
\. You might want to define an alias for gpsdings, e.g.
alias gpsdings='java -jar /absolute/path/to/gpsdings.jar'
which will allow you to invoke gpsdings from any working directory by simply
typing gpsdings. If you use gpsdings frequently you can add
the above line to your .bashrc or equivalent configuration file.
java -jar gpsdings.jar gpxovl guffertrunde-planned.ovland obtain the file guffertrunde-planned.gpx.
java -jar gpsdings.jar gpxkml --kmz --name=Guffertrunde guffertrunde.gpxThe result is guffertrunde.kmz
photos-original.--Exif) and in the actual image (--stamp)
to the folder photos.
java -jar gpsdings.jar exifloc --utc-offset=7200 --Exif ^ --copy-to photos --gpx guffertrunde.gpx --stamp @mypattern.html S 0.8 ^ photos-original\*.jpg
java -jar gpsdings.jar exifloc --image-size 200 200 --read-gps-tag ^ --kmz guffertrunde-photos.kmz --GPX guffertrunde-photos.gpx photos\*.jpgThe result is guffertrunde-photos.kmz. It contains copies of our digital camera pictures that are scaled down so that they fit into a 200 px × 200 px square.
java -jar gpsdings.jar trackanalyzer --plot ^ "TimeTravelled|DistanceTravelled|graph1.svg|Guffertrunde" ^ guffertrunde.gpx java -jar gpsdings.jar trackanalyzer --plot ^ "DistanceTravelled|Elevation|graph2.svg|Guffertrunde" ^ guffertrunde.gpx java -jar gpsdings.jar trackanalyzer --smoothing=5 --plot ^ "TimeTravelled|VerticalSpeed|graph3.svg|Guffertrunde" ^ guffertrunde.gpxThe result is graph1.svg, graph2.svg, graph3.svg.