Template
gpsbabel comment
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $1 is .csv input $2 is .kml output
|
# $1 is .csv input $2 is .kml output
|
||||||
|
# gpsbabel [options] -i INTYPE -f INFILE [filter] -o OUTTYPE -F OUTFILE
|
||||||
|
# -t :: process track information
|
||||||
|
# -x filtername :: Invoke filter (placed between inputs and output)
|
||||||
|
#
|
||||||
gpsbabel -t -i unicsv -f "$1" -x transform,trk=wpt -o kml,floating=1 -F "$2"
|
gpsbabel -t -i unicsv -f "$1" -x transform,trk=wpt -o kml,floating=1 -F "$2"
|
||||||
#echo "$1"
|
#echo "$1"
|
||||||
#echo "$2"
|
#echo "$2"
|
||||||
|
|||||||
Reference in New Issue
Block a user