Sedrix Tachymeter CSV
The Sedrix Tachymeter CSV was designed especially for the improt of manual tachymeter measurements. It consists of a header for information regarding the measurements and the actual measurements from the measuring points.
Example:
Station;Punktgruppe 1;;;;;;;
Measurement time;2018-04-29T18:34:00+02:00;;;;;;;
Start;2018-04-29T18:34:00+02:00;;;;;;;
End;2018-04-29T18:34:00+02:00;;;;;;;
Pressure [mBar];950.3;;;;;;;
Dry temperature [°C];14;;;;;;;
Wet temperature [°C];20.4;;;;;;;
Tachymeter length inclination [gon];0;;;;;;;
Tachymeter cross inclination [gon];0;;;;;;;
Coordinate system; CH1903+ ;;;;;;;
Messpunkt;Measurement time;E;Unit;N;Unit;H;Unit;Durchgänge
MTh_5;2018-04-29T18:34:00+02:00;17.00297406;m;6.978666506;m;1.328789513;m;1
MTh_6;2018-04-29T18:34:00+02:00;16.29822192;m;0.552248402;m;1.302087357;m;1
101;2018-04-29T18:34:00+02:00;8.585497723;m;6.511685539;m;1.007654771;m;1
102;2018-04-29T18:34:00+02:00;8.790657113;m;6.791447731;m;1.006665711;m;1
103;2018-04-29T18:34:00+02:00;8.774723639;m;7.112170485;m;1.005923748;m;1
104;2018-04-29T18:34:00+02:00;9.333302668;m;6.266344943;m;1.008357046;m;1
105;2018-04-29T18:34:00+02:00;9.280260556;m;6.621149192;m;1.006806306;m;1
106;2018-04-29T18:34:00+02:00;9.521870116;m;6.88304942;m;1.004014369;m;1
The header defines the device measuring point
Punktgruppe 1
for the measurement time2018-04-29T18:34:00+02:00
, followed by meteorological data at the time of measurement and the coordinate system being used.The coordinate system given in the CSV file must correspond to the coordinate system specified when creating the data source!
The data division defines the measurement results (coordinates) for the measuring points
MTh_5
,MTh_6
and101
to106
.
When creating data files, please adhere exactly to the respective format as specified in order to avoid problems during processing. This applies in particular to the notation of decimal numbers: Unless otherwise specified, please use a dot as a decimal separator and do not add dots as thousands separators.
Example:
1.234,5
1234,5
1234.5