Skip to content

User Guide

Plamen Bekyarov edited this page Sep 21, 2018 · 7 revisions

Linux

Quick start

  1. Place "sconvert" in directory with the set of .bin files;

  2. Start "sconvert" from console:

    user@machine:data/$ ./sconvert

All .bin files in data folder will be converted and the result should looks like this:

SConvert ver. 1.0b build 1 16/09/2018 
Web: <https://github.com/plamenbe/SConvert>
Program converts .bin file into GeoSIG ASCII file format.
GeoSIG ASCII files can be viewed with GeoDAS software <https://www.geosig.com/>.

mpu-001_00.bin: [==========] 2446 records -> 2018-08-21_09-46-49_mpu-001_00.txt

Warning!!! All existing files will be overwritten without any prompt!

Windows

Quick start

  1. Place "SConvert.exe" in directory with the set of .bin files;

  2. Start Command prompt;

  3. Navigate to directory with the data;

  4. Start (for example):

    C:\data>SConvert.exe mpu-001_00.bin

Unfortunately at this moment under Windows it is not supported batch processing of multiple files, so you must pass them on file by file basis. If resulting file exists the tool will save it just as mpu-001_00.txt

Clone this wiki locally