Download

GPSMash 1.4
Aug 7, 2013

Example: Generating time/speed histogram

The following example will load all the GPX files from the C:\gpx folder and will produce a speed/time histogram of the data:

GPSMash.exe -loadgpx C:\gpx -set SEPARATOR ,

-histogram spd tim 1 151 150

> C:\histogram.csv

 

The -set SEPARATOR , command changes the default separator to ",".

The -histogram command analyzes the data and outputs a speed vs time histogram for speeds between 1 and 151 km/h; histogram data is grouped per each 1 km/h unit (150 divisions).

The output data is saved to C:\histogram.csv. This file can be processed using standard tools such as Excel to display the histogram data graphically: