Difference between revisions of "File format"
| Line 29: | Line 29: | ||
|} | |} | ||
| − | This format may be extended in the future by adding extra columns to the right, according to a [ | + | This format may be extended in the future by adding extra columns to the right, according to a [https://gpsbabel.2324879.n4.nabble.com/FlySight-GPS-format-td9996.html#a9998 post to the gpsbabel-code mailing list]. Programs designed to read FlySight data should discard any additional, unknown columns. |
| − | == Using [ | + | == Using [https://www.gpsbabel.org/ GPS Babel] to convert Flysight files == |
You need a style file to allow GPS Babel to read the Flysight format, see [https://flysight.ca/fw/FlySight.style FlySight.style] | You need a style file to allow GPS Babel to read the Flysight format, see [https://flysight.ca/fw/FlySight.style FlySight.style] | ||
| Line 39: | Line 39: | ||
"gpsbabel.exe" -i xcsv,style="FlySight.style" -f "InputFile.CSV" -x transform,trk=wpt,del -o kml,lines=1,points=0,line_width=2,line_color=ff0000ff,floating=1,extrude=0,track=1,trackdata=1,trackdirection=0,units=m,labels=0 -F "OutputFile.kml" | "gpsbabel.exe" -i xcsv,style="FlySight.style" -f "InputFile.CSV" -x transform,trk=wpt,del -o kml,lines=1,points=0,line_width=2,line_color=ff0000ff,floating=1,extrude=0,track=1,trackdata=1,trackdirection=0,units=m,labels=0 -F "OutputFile.kml" | ||
| − | You must supply the full path for the files in the quotes, the KML can be customised as detailed [ | + | You must supply the full path for the files in the quotes, the KML can be customised as detailed [https://www.gpsbabel.org/htmldoc-development/fmt_kml.html here] |
| − | A [ | + | A [https://dl.dropbox.com/u/13230955/FlySight_Convert_KML.cmd batch file] may help some users that are not comfortable using the command line or those looking for a quicker option. It requires the style file to be saved to the users desktop and will look for a Flysight CSV file called test.csv on the desktop to convert, outputting the converted file to the desktop as test.kml. Optionally input and output file names may be specified when calling the batch file as follows "FlySight_Convert.cmd InputFile.csv OutputFile.kml" |
If converting to GPX or SRT you may want GPS Babel to calculate the speed and course between each way-point. See corresponding batch files: | If converting to GPX or SRT you may want GPS Babel to calculate the speed and course between each way-point. See corresponding batch files: | ||
| − | [ | + | [https://dl.dropbox.com/u/13230955/FlySight_Convert_GPX.cmd GPX] |
| − | [ | + | [https://dl.dropbox.com/u/13230955/FlySight_Convert_SRT.cmd SRT] |
==Other programs for converting Flysight files== | ==Other programs for converting Flysight files== | ||
| − | [ | + | [https://www.paralog.net/ Paralog] allows template based export of jump data in various formats and offers a greater degree of customisation than GPS Babel. |
Latest revision as of 02:07, 23 January 2024
Column list
| Column | Content |
| time | Time in ISO8601 format |
| lat | Latitude (degrees) |
| lon | Longitude (degrees) |
| hMSL | Height above sea level (m) |
| velN | Velocity north (m/s) |
| velE | Velocity east (m/s) |
| velD | Velocity down (m/s) |
| hAcc | Horizontal accuracy (m) |
| vAcc | Vertical accuracy (m) |
| sAcc | Speed accuracy (m/s) |
| gpsFix | GPS fix type (3 = 3D) |
| numSV | Number of satellites used in fix |
This format may be extended in the future by adding extra columns to the right, according to a post to the gpsbabel-code mailing list. Programs designed to read FlySight data should discard any additional, unknown columns.
Using GPS Babel to convert Flysight files
You need a style file to allow GPS Babel to read the Flysight format, see FlySight.style
The command line to convert to Google Earth (KML) format is:
"gpsbabel.exe" -i xcsv,style="FlySight.style" -f "InputFile.CSV" -x transform,trk=wpt,del -o kml,lines=1,points=0,line_width=2,line_color=ff0000ff,floating=1,extrude=0,track=1,trackdata=1,trackdirection=0,units=m,labels=0 -F "OutputFile.kml"
You must supply the full path for the files in the quotes, the KML can be customised as detailed here
A batch file may help some users that are not comfortable using the command line or those looking for a quicker option. It requires the style file to be saved to the users desktop and will look for a Flysight CSV file called test.csv on the desktop to convert, outputting the converted file to the desktop as test.kml. Optionally input and output file names may be specified when calling the batch file as follows "FlySight_Convert.cmd InputFile.csv OutputFile.kml"
If converting to GPX or SRT you may want GPS Babel to calculate the speed and course between each way-point. See corresponding batch files: GPX SRT
Other programs for converting Flysight files
Paralog allows template based export of jump data in various formats and offers a greater degree of customisation than GPS Babel.