Greensea Import/Export
Greensea Import/Export, Greensea Import/Export |
Thin and Reformat an exported .csv FileWhen a .csv file is exported, it contains data recorded at approximately 10 Hz. This can lead to large data files. If the ROV hovers in one place for a while, this will result in a lot of redundant and unnecessary data points. You can thin this data by weeding out these redundant data points based on a minimum distanced moved threshold. Primary input is a GSS export in CSV format and information about which input columns to use for output and the output order. Input order is flexible - you defined which columns hold your X, Y and Z values. Column numbers start at 0 in the input file. Output order is Longitude (East or X), Latitude (North or Y) and Z (Depth or Altitude) and any additional column(s) you select to include with the output. If you require a different order, see the tip below. Z is not used for distance moved calculations. Program input defaults can be changed by editing gss-3d.cfg
To be completely generic, you can select any input column to be output in column 1, any other input column to be output in column 2 and so on. However, the distance traveled is calculated based on output columns 1 and 2. If you want a different order output, this technique can work:
The program is available in the downloads section. |
Document Path: Greensea Import/Export How to Guide > Export GSS to .csv > Thin and Format a .csv File