Geodetic datums define the size and shape of the earth and the origin and orientation of coordinate systems. They range from flat-earth models used for plane surveying to complex models which describe the size, shape, orientation, gravity field, and angular velocity of the earth.
The datum file contains a list of ellipsoid parameters (semi-axes; X, Y, Z) and coordinate transformation parameters (shifts from and rotations about the geocentre) required to make the axis of the ellipsoid coincide with the WGS 84 ellipsoid.
The file name is datum.dat and it is located in the system folder (C:\Program Files\CARIS\Caris\<version>\system).
Do not edit the default file. Create a copy of this file and use the copy for custom datums. |
On-the-fly reprojections are done using a Coordinate Frame Rotation transformation, which uses the following parameters:
• Shift parameters: Three parameters, one for each axis. These represent the distance in metres that the ellipsoid will be shifted along each axis.
• Rotation parameters: Three parameters, one for each axis, representing the angle in arc-seconds that the ellipsoid will be rotated around each axis. Rotation is clockwise when looking along the axis from the centre of rotation.
• Scale correction factor: A single parameter, representing the adjustment in parts per million that will be made to the size of the ellipsoid. (1.0 - (ppm value/1000000))
Scale factor: The scale factor represents the difference in size between two ellipsoids, normally between the ellipsoid of the non-WGS84 datum and WGS84. The scale factor is unitless. It is commonly referred to in parts per million (ppm) but the scale factor in datum.dat is actually computed from the ppm factor as follows:
scale factor = 1.0 + (ppm value/1,000,000)
For example, see EPSG::1314 which defines the scale difference parameter value as -20.489 parts per million. The scale factor is computed as follows:
scale factor = 1 + (-20.489 / 1,000,000)
= 0.9999795106
Sample entries from the datum file are shown below:
! Bessel Ellipsoid (Hafen Hamburg) |
BEHH 6377397.155 6356078.963 503.528 130.167 484.125 -0.7494 -3.6362 4.7644 1.0000062466 |
! |
! Bintulu Local Harbour Grid |
BLHG 6377298.562 6356097.556 -689.00 691.00 -46.00 0.0 0.0 0.0 1.0000 |
The file is structured in the following manner:
Lines that start with an exclamation mark are comments. It is recommended that you put the complete name of the ellipsoid and any necessary description as one or more comment lines immediately before the entry.
Each datum entry must be on a single line.
Datum fields are separated by one or more spaces or tabs. Each definition line has the following format:
Field | Unit | Description | Sample |
Name | Text | Four-character code name for the ellipsoid. | BEHH |
a | Metres | Semi-major axis a | 6377397.155 |
b | Metres | Semi-minor axis b | 6356078.962818 |
X | Metres | Shift from geocentre X | 503.528 |
Y | Metres | Shift from geocentre Y | 130.167 |
Z | Metres | Shift from geocentre Z | 484.125 |
rx | arc-seconds | Rotation X | -0.7494 |
ry | arc-seconds | Rotation Y | -3.6362 |
rz | arc-seconds | Rotation Z | 4.7644 |
sf | Real | Scaling factor | 1.0000062466 |