Functions | |
def | wp_to_gpx (infilename, outfilename) |
Variables | |
args = parser.parse_args() | |
metavar | |
nargs | |
string | outfilename = infilename+'.gpx' |
parser = ArgumentParser(description=__doc__) | |
example program to extract GPS data from a waypoint file, and create a GPX file, for loading into google earth
def pymavlink.examples.wptogpx.wp_to_gpx | ( | infilename, | |
outfilename | |||
) |
convert a wp file to a GPX file
Definition at line 20 of file wptogpx.py.
pymavlink.examples.wptogpx.args = parser.parse_args() |
Definition at line 15 of file wptogpx.py.
pymavlink.examples.wptogpx.metavar |
Definition at line 14 of file wptogpx.py.
pymavlink.examples.wptogpx.nargs |
Definition at line 14 of file wptogpx.py.
string pymavlink.examples.wptogpx.outfilename = infilename+'.gpx' |
Definition at line 65 of file wptogpx.py.
pymavlink.examples.wptogpx.parser = ArgumentParser(description=__doc__) |
Definition at line 13 of file wptogpx.py.