diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-08-23 15:59:32 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-08-23 15:59:32 +0200 |
| commit | eadf537bf4553b7a397fb979f3a3595b05ccbc48 (patch) | |
| tree | 3b54ba35c587d129b48c02a7b72746cd76a5a686 /docs/source/operations/transformations | |
| parent | 09bcf27bbcf47b0edf3aba17db292e5b777c6feb (diff) | |
| download | PROJ-eadf537bf4553b7a397fb979f3a3595b05ccbc48.tar.gz PROJ-eadf537bf4553b7a397fb979f3a3595b05ccbc48.zip | |
helmert.rst: add back +transpose and declare its deprecation/removal in 5.2.0
Diffstat (limited to 'docs/source/operations/transformations')
| -rw-r--r-- | docs/source/operations/transformations/helmert.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/source/operations/transformations/helmert.rst b/docs/source/operations/transformations/helmert.rst index 6adeaa17..85e140af 100644 --- a/docs/source/operations/transformations/helmert.rst +++ b/docs/source/operations/transformations/helmert.rst @@ -191,6 +191,15 @@ Parameters See :eq:`rot_exact` +.. option:: +transpose + + .. deprecated:: 5.2.0 (removed) + + Transpose rotation matrix and follow the **Position Vector** rotation + convention. If :option:`+transpose` is not added the **Coordinate Frame** + rotation convention is used. + + Mathematical description +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
