gpxplot
gpxplot copied to clipboard
Visualize elevation or velocity profile of GPS track
``` What steps will reproduce the problem? 1. Run the script with this command: ./gpxplot.py --table benarty-hill-elev.gpx 2. Use attached gpx file 3. Error What is the expected output? What...
Patches
``` Thanks for making this available, it's very useful. Are you still maintaining gpxplot? I want to make some changes: * Use argparse for getting command line options. * Add...
``` Some gpx files use the time format 2010-07-18T15:21:41+01:00 which breaks your script at the moment. You might consider using the parser from the python dateutil module which will handle...