This command allows the conversion and/or transformation of coordinates stored in ASCII files or other different formats: GPX (GPS eXchange Format), KML (Keyhole Markup Language), W84 (geographic coordinates file generated by the program TcpGPS) and GPS (raw data file generated by the program TcpGPS).
In the case of GPX file, waypoints, tracks and routes are analysed. For KML the labels analysed are <Point>, <LinearRing>, <LineString> and <Polygon>.
When selecting a W84, GPS, GPX or KML file, the geographic coordinates system WGS84 is established at source.
For ASCII files the formats allowed are as follows:
n x y z
n x y
n,x,y,z
n,x,y
n;x;y;z
n;x;y
where
n : number or name of the coordinate tuple.
x y z : components of the coordinate tuple.
Coordinates can be projected, geocentric or geographic. The correspondence of each element of the tuple according to the type of coordinates is:
Projected
x : East
y : North
z : Orthometric or ellipsoidal altitude
Geocentric
x : X
y : Y
z : Z
Geographic
x : Latitude
y : Longitude
z : Ellipsoidal or orthometric altitude
A space is not admitted as a field separator for this type of coordinates.
To perform a coordinate conversion, you must establish the source and target systems (see section Coordinate System Configuration). To do this you have to click the button
Once the conversion is done, the precision of the transformation, the operations performed and the grid files used will be displayed at the bottom of the screen. A button will be enabled to select the set of coordinate operations, if the geodesy module has been configured in this way.
![]() Next, at the bottom of each section, you must select the source file, which contains the coordinates to be converted and can have any extension, and the target file, which will be created with the new coordinates and extension TXT or PUN. You should bear in mind that all the information existing in the latter will be deleted.
Once all the parameters are established, click the Convert button to start the process. The following window will be displayed:
![]() The process can be stopped at any time by clicking the Cancel button.
The number of points of the target file will be indicated on the line Points Converted.
Once the conversion has been carried out, the file can be viewed by pressing the List…button, an option which is also available to the source data, except for GPS, GPX and KML files.
![]() ![]()
|