Download

GPSMash 1.4
Aug 7, 2013

Example: Using interactive mode

In interactive mode, GPSMash executes commands from STDIN or from a file. Following example demonstrates the use of interactive mode. User commands are in black, computer output in red:

C:\gpsmash> GPSMash.exe -interactive

Entering interactive mode.

loadgpx C:\tmp\gpx

Loading from C:\tmp\gpx\20100220.gpx...

Loading from C:\tmp\gpx\20100221.gpx...

Loaded 46 track(s) consisting of 8321 point(s).

deselect all

8321 new point(s) deselected.

select spd 0 25

1965 new point(s) selected.

stats

46 track(s), 25 selected

46 track segment(s)

8321 point(s), 1965 selected

900.68 km, 20.97 km selected

outgpx C:\tmp\spd0_25.gpx

Saving to C:\tmp\spd0_25.gpx...

end

C:\gpsmash>