Convert to GSI

To help in further processing of the set measurements, the data can be converted into the Leica GSI8 or GSI16 exchange formats.

Requirements

  • Session result files from previous set measurements

Examples

Converting with default units
iman convert set-gsi set_measurement.json measurements.gsi
Converting to specific units
iman convert set-gsi --length-unit cmm --angle-unit gon set_measurement.json measurements.gsi

Usage

iman convert set-gsi

Convert set measurements to GSI format for further processing.

To process the measurements in external software, the set measurement results can be converted into the well established Leica GSI format.

The values can be exported in any of the units supported by GSI. For large values, GSI16 can be enabled.

iman convert set-gsi [OPTIONS] INPUT OUTPUT

Options

-l, --gsi16

Export to GSI16 format (instead of GSI8)

-p, --length-unit <length_unit>

Length unit and precision (millimeter, millifeet, decimillimeter, decimillifeet, centimillimeter)

Options:

mm | mft | dmm | dmft | cmm

--angle-unit <angle_unit>

Angular unit to use

Options:

gon | deg | dms | mil

Arguments

INPUT

Required argument

Source file to convert

OUTPUT

Required argument

Target file to save result to