[Proj] Left- or right-handed rotation convention: which is which?

Oscar van Vlijmen ovv at hetnet.nl
Sun Oct 1 18:34:08 EDT 2006


> From: <mikael.rittri at telia.com>
> Date: Sat, 30 Sep 2006 18:21:12 +0200 (MEST)
> Subject: [Proj] Left- or right-handed rotation convention: which is which?
> 
> Hello,
> I am confused. 
> At my work, I have tried to document the rotation convention used by
> our software for seven-parameter datum shifts.  Since it was originally
> based on publications from the Swedish Land Survey, it uses the
> rotation convention of USA/Sweden/Luxembourg/Australia, as opposed to
> the opposite European/IAG/ISO19111 convention.
....
> Well, I suppose that everyone wants to be right, and no one wants to
> be left!  But are there any simple, unambiguous names for these two
> conventions?  Would the following be correct:
> American convention = "coordinate frame rotation";
> European convention = "position vector transformation".

Probably the best way to document a rotation method is: use the accepted
terms "coordinate frame" and "position vector".
These terms are also used in other disciplines like kinematics (robotics).
But there are more difficulties.

One datum transformation method is laid down in the ISO 19111 standard. This
is an approximated 7-parameter Helmert transformation with position vector
rotation. See also ISO/IEC 18026 - Annex B.
PROJ uses about the same method, only the scaling method differs. PROJ does
a scalar multiplication, ISO a matrix multiplication.
With the commonly used parameter ranges, the differences between the scaling
methods are less than microns, so not important.

As far as I know, the Bursa-Wolfe transform is an approximation to the
Helmert transform. The Helmert transform has sines and cosines in the
rotation matrices, whereas Bursa-Wolfe (and ISO 19111) use the angles
themselves (since sin(a) ~ a, sin(a)*sin(b) ~ 0, and cos(a) ~ 1 for small
angles).

If you read section B.6 of ISO/IEC 18026, then you'll notice that a
Bursa-Wolfe transform can be done with a position vector rotation model OR
with a coordinate frame rotation model. Just what one likes the best; be
sure to use the correct sign of the rotation angles. Therefore: Bursa-Wolfe
is NOT equivalent with this or that rotation model.

A well known expert repeatedly states that the Australians use the same
datum transform rotation model as the Americans.
This is NOT true!
The order of the rotations differs (XYZ vs. ZYX). See the Australian GDA
Technical Manual. By the way, if the rotations are approximated, then the
order is not important.
Again, the differences in rotation order for real life numbers are literally
microscopic.

This, and your (mr. Rittri) remarks merely demonstrate how silly it is to
refer to a datum transformation method as an American, Australian, European,
whatever regional model.

If you want to document the way for instance an application transforms, give
the complete formulae, not just an ill-defined name.

Why not referring to the EPSG coordinate transformation method numbers?
These clearly define the most used datum transformation methods and
projection methods.




More information about the Proj mailing list