diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-10-26 21:15:31 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-10-27 22:21:49 +0200 |
| commit | de5b114b74664829bcbc5559984738fcc62ff173 (patch) | |
| tree | 52fd7e21d0cc2910ed6105811cbabef21835cabc /docs/source/operations/transformations | |
| parent | fcd022dc3b6e79bf074414ad4afea630323a307c (diff) | |
| download | PROJ-de5b114b74664829bcbc5559984738fcc62ff173.tar.gz PROJ-de5b114b74664829bcbc5559984738fcc62ff173.zip | |
helmert.rst: small fixes
Diffstat (limited to 'docs/source/operations/transformations')
| -rw-r--r-- | docs/source/operations/transformations/helmert.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/operations/transformations/helmert.rst b/docs/source/operations/transformations/helmert.rst index 85e140af..73449b40 100644 --- a/docs/source/operations/transformations/helmert.rst +++ b/docs/source/operations/transformations/helmert.rst @@ -7,7 +7,7 @@ Helmert transform .. versionadded:: 5.0.0 The Helmert transformation changes coordinates from one reference frame to -anoether by means of 3-, 4-and 7-parameter shifts, or one of their 6-, 8- and +another by means of 3-, 4-and 7-parameter shifts, or one of their 6-, 8- and 14-parameter kinematic counterparts. @@ -25,7 +25,7 @@ anoether by means of 3-, 4-and 7-parameter shifts, or one of their 6-, 8- and | **Output type** | Cartesian coordinates | +-----------------+-------------------------------------------------------------------+ -The Helmert transform, in all it's various incarnations, is used to perform reference +The Helmert transform, in all its various incarnations, is used to perform reference frame shifts. The transformation operates in cartesian space. It can be used to transform planar coordinates from one datum to another, transform 3D cartesian coordinates from one static reference frame to another or it can be used to do fully @@ -117,7 +117,7 @@ Parameters .. option:: +y=<value> - Translation of the x-axis given in meters. + Translation of the y-axis given in meters. .. option:: +z=<value> |
