gpxplot icon indicating copy to clipboard operation
gpxplot copied to clipboard

Visualize elevation or velocity profile of GPS track

Results 3 gpxplot issues
Sort by recently updated
recently updated
newest added

``` 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...

Type-Defect
Priority-Medium
auto-migrated

``` 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...

Type-Defect
Priority-Medium
auto-migrated

``` 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...

Type-Defect
Priority-Medium
auto-migrated