gpsbabel comment

This commit is contained in:
ken
2025-04-20 09:49:38 -07:00
parent e977a3773f
commit ab6e939d52
+4
View File
@@ -1,5 +1,9 @@
#!/bin/sh
# $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"
#echo "$1"
#echo "$2"