Convert .csv to GSS .yml
Convert .csv to GSS .yml, Convert .csv to GSS .yml

The .cfg File Format and Information

The Configuration file is used to store default values for the program and can be modified to meet your data requirements. This table provides comprehensive information about the data and default values. An initial configuration file is provided as part of the installation and there are tools within the program to modify it.

CFG RowNameDescriptionData Type / Explanation
1showHelpShow Help On Start-upTrue / False
True - Show help on start-up
False - Do not show help on start-up
3outFileOutput .yml File NameText
4mission_nameMission NameText
5mission_colorMission ColorHex RGB Color Value, range: #000000 - #FFFFFF;
the program includes a graphic color picker.
6mission_color_propagatereservedTrue / False
True -
False -
7mission_lockedMission LockedTrue / False
True - Mission is locked
False - Mission is unlocked
8unitsTypeUnits of MeasureFeet / Meters
Feet - .csv units are in feet
Meters - .csv units are in meters
9degreesFormatDegrees FormatDD / DDM / DMS
DD - .csv uses Decimal Degrees
DDM - .csv uses Degrees Decimal Minutes
DMS - .csv uses Degrees Minutes Sections
10autoIncrementAdd a sequential number to waypoint names True / False
True - Add a 3 digit sequential number to the waypoint name
False - Do not add a 3 digit sequential number to the waypoint name
11N/AReservedInternal Note
User DefinednameWaypoint Prefix>Text, added to as a prefix to the waypoint name
User DefinedcolorWaypoint ColorHex RGB Color Value, range: #000000 - #FFFFFF;
the program includes a graphic color picker.
User DefinedyWaypoint Latitude (North/South)Number, Degrees Value
Variable format -
User DefinedxWaypoint Longitude (East/West)Number, Degrees Value
Variable format -
User DefinedzWaypoint Depth (or Altitude)Number, depth or altitude in selected units
User DefinedtoleranceWaypoint ToleranceNumber, tolerance in selected units
User Definedz_altWaypoint Depth ReferenceTrue / False
True - z is the waypoint altitude
False - z is the waypoint depth
User Definedz_mattersWaypoint Depth LockTrue / False
True - Waypoint depth is locked
False - Waypoint depth is unlocked
User DefinedspeedWaypoint SpeedNumber, waypoint speed in selected units per second
User Defineduse_speedWaypoint Speed Lock True / False
True - Waypoint speed is locked
False - Waypoint speed is unlocked
User DefinedeffortWaypoint EffortNumber, % of effort to achieve waypoint
User Defineddisplay_rbReservedTrue / False
True - display_rb is True
False - display_rb is False
User DefinedlockedWaypoint LockedTrue / False
True - Waypoint is locked
False - Waypoint is unlocked
User DefinedheadingWaypoint HeadingNumber, waypoint heading in degrees azimuth, range 0 - 360
User Definedheading_modeWaypoint Heading ModeNONE / ALONG_LINE / FIXED
NONE -
ALONG_LINE
FIXED

This configuration file is provided with the initial installation:

showHelp=false
inFile=mission.csv
outFile=mission.yml
unitsType=feet
degreesFormat=ddm
autoIncrement=false
mission_name=mission
mission_color=#00ffff
mission_color_propagate=false
mission_locked=false
--You may change any of the =values in this file to set your own defaults, and you may change...
name=
y=
x=
z=
color=#ffff00
tolerance=6
z_alt=false
z_matters=true
speed=0.5
use_speed=true
effort=70
display_rb=false
locked=false
heading=0
heading_mode=NONE

The configuration file is named convert_csv_yml.cfg and is a text file. It can be edited using the Show / Set / Save Defaults feature provided within the program, or manually in a text editor. Either method can be used. You may use whichever is more comfortable for you.

Document Path: Convert .csv to GSS .yml Operator's Manual > Files and Formats > CFG File