Skip to main content
Skip table of contents

How can manual tachymeter measurements be imported?

To be able to import measurements taken manually with a tachymeter into Sedrix, this data must be converted into a format that Sedrix can read.

We recommend Sedrix Tachymeter CSV, which was developed for this purpose.

Step 1: Create a data source or select an existing one

If no corresponding data source exists, create one in the devices overview:

image-20240111-143317.png

Please make sure to select the correct coordinate system - this cannot be changed later.

Step 2: Upload files

The data can now be uploaded either via FTP or directly in the web interface.

FTP: The files must be uploaded to the respective import folder. This is recommended when data or lots of files are regularly uploaded at once. However the FTP access will require setting up.

Web interface: In the overview of the data source, select “Upload data” in the context menu. A dialog opens in which files can be uploaded. This is recommended if only a few files are to be uploaded.

Format description: 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:

CODE
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 pointPunktgruppe 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_5MTh_6 and 101 to 106.

Halten Sie sich beim Erstellen von Daten-Dateien exakt an das jeweilige Format, wie es im spezifiziert wurde, um Probleme bei der Verarbeitung zu vermeiden. Dies gilt insbesondere für die Schreibweise von Dezimalzahlen: Sofern nicht anderweitig beschrieben verwenden Sie bitte den Punkt als Dezimal-Trennzeichen, und fügen Sie keine Punkte als Tausender-Trennzeichen Beispiel:

1.234,5 (Fehler)

1234,5 (Fehler)

1234.5 (Haken)

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.