FIXED USERS FORMAT

<< Pulse para mostrar la Tabla de Contenidos >>

Navegación:  Appendices > Fixed users format

FIXED USERS FORMAT

Inicio  Anterior  Siguiente

 

It is an ASCII file with .txt extension with a header and a line for each fixed user to be imported.

The header is formed by a line with the following fields separated by semicolons (;):

"name": Name of the fixed user.

"x": Longitude, by default in geographic WGS84.

"y": Latitude, by default in geographic WGS84.

"system": Location coordinate system. This system must exist in the list of default coordinate systems of the user's preferences. It is an optional field.

"epsg": Coordinate system identifier. It is an alternative for defining coordinates in other systems. For example, the code "epsg:4326" corresponds to the geographic coordinate system WGS84. It is an optional field. If neither this field nor the "system" exists, the coordinates are considered in geographic WGS84.

 

Then we have a line for each fixed user, respecting the previous order of columns and separating the fields with semicolons (;). The decimal separator is the period (.).

EXAMPLE

name;x;y;epsg

User1;2.0876;41.5598;epsg:4326

User2;2.3241;41.3640;epsg:4326

User3;2.3727;41.7323;epsg:4326

User4;2.3263;41.7122;epsg:4326

User5;2.3851;41.3542;epsg:4326

User6;2.4160;41.5846;epsg:4326

User7;2.0770;41.9685;epsg:4326

User8;2.2811;41.3918;epsg:4326

User9;2.4788;41.1364;epsg:4326

User10;2.4039;41.4134;epsg:4326