Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ec92f commit aaf6179Copy full SHA for aaf6179
README.md
@@ -40,7 +40,22 @@ Sidney:
40
41
## gpxelevations
42
43
-**TODO**
+gpxelevations is a utility commandline tool to add/update elevations in a GPS track file:
44
+
45
+ $ gpxelevations -h
46
+ usage: gpxelevations [-h] [-o] [-c] [-f FILE] [gpx_files [gpx_files ...]]
47
48
+ Adds elevation to GPX files
49
50
+ positional arguments:
51
+ gpx_files GPX files
52
53
+ optional arguments:
54
+ -h, --help show this help message and exit
55
+ -o, --overwrite Overwrite existing elevations (otherwise will add
56
+ elevations only where not yet presetn)
57
+ -c, --calculate Calculate elevations (but don't change the GPX file
58
+ -f FILE, --file FILE Output filename
59
60
## License
61
0 commit comments