Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aaf6179

Browse files
committed
+ Note about gpxelevations
1 parent c4ec92f commit aaf6179

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,22 @@ Sidney:
4040

4141
## gpxelevations
4242

43-
**TODO**
43+
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
4459

4560
## License
4661

0 commit comments

Comments
 (0)