/gpxhistogram

Tool for Strava or any other gpx format. Generate GPX speed histogram for distance and time.

Primary LanguagePython

gpxhistogram

Average speed is not always indicative of performance especially when cycling and stopping frequently to check routes. A better understanding of performance can be illustrated using a speed-distance histogram which shows how much distance was covered at certain speeds.

Usage

python gpxhistogram.py [myfile.gpx]

Example

dtn

Notes

This script is an extension of the gpxinfo script that comes with gpxpy python module.