Skip to content

esthoril/gpx-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

main.py

Main script to call other scripts. For example

  • format.py
  • waypoints.py
  • chart.py

test folder contains some example .gpx files

Format

Usage --format {input}

Convert and clean gpx files. Supported input sites

Output is written to output/output.gpx

Chart

Usage --chart "path\to\inputfile" --title "chart title"

Create graph of daily elevation of your gpx file, either as 3 subplots or as separate plots.
In your input .gpx file:

  • Each day or section should be in <trk><\trk> tags
  • Each datapoint should be in format <trkpt lat="47.760641" lon="11.573948"><ele>688.730469</ele></trkpt>

(You can use the gpx.py script to convert your gpx file to the proper format)

About

Various scripts for handling gpx files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published