aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-03-31 00:14:12 +0200
committerKristian Evers <kristianevers@gmail.com>2018-03-31 00:14:12 +0200
commitf8aacfb513c9380c4df3b2dda124c0b1da7aaa3c (patch)
tree7043a35841615c64eb6f2941a124c8d206b2e8fe /docs/source
parent038e3f0a508b7908f16f3517dcb0bc87d6275ab5 (diff)
parent1f2532a5bf6f52e24a984fb15a7fc742e3bcad15 (diff)
downloadPROJ-f8aacfb513c9380c4df3b2dda124c0b1da7aaa3c.tar.gz
PROJ-f8aacfb513c9380c4df3b2dda124c0b1da7aaa3c.zip
Merge remote-tracking branch 'osgeo/master' into doc-improvements
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/operations/transformations/deformation.rst16
-rw-r--r--docs/source/operations/transformations/helmert.rst2
2 files changed, 10 insertions, 8 deletions
diff --git a/docs/source/operations/transformations/deformation.rst b/docs/source/operations/transformations/deformation.rst
index 4ae56f54..f10562dd 100644
--- a/docs/source/operations/transformations/deformation.rst
+++ b/docs/source/operations/transformations/deformation.rst
@@ -7,21 +7,21 @@ Kinematic datum shifting utilizing a deformation model
Perform datum shifts means of a deformation/velocity model.
+-----------------+--------------------------------------------------------------------+
-| **Input type** | Cartesian coordinates. |
+| **Input type** | Cartesian coordinates (spatial), decimalyears (temporal). |
+-----------------+--------------------------------------------------------------------+
-| **Output type** | Cartesian coordinates. |
+| **Output type** | Cartesian coordinates (spatial), decimalyears (temporal). |
+-----------------+--------------------------------------------------------------------+
| **Options** |
+-----------------+--------------------------------------------------------------------+
-| `xy_grids` | Comma-separated list of grids to load. |
+| `xy_grids` | Comma-separated list of grids to load. *Required*. |
+-----------------+--------------------------------------------------------------------+
-| `z_grids` | Comma-separated list of grids to load. |
+| `z_grids` | Comma-separated list of grids to load. *Required*. |
+-----------------+--------------------------------------------------------------------+
-| `t_epoch` | Central epoch of transformation. [decimalyear]. Only used in |
-| | spatiotemporal transformations. |
+| `t_epoch` | Central epoch of transformation. [decimalyear]. *Required*. |
+-----------------+--------------------------------------------------------------------+
-| `t_obs` | Observation time of coordinate(s). Mostly useful in 2D and 3D |
-| | transformations. [decimalyear]. *Optional*. |
+| `t_obs` | Observation time of coordinate(s). [decimalyear]. *Optional*. |
+| | If not specified, will be get from the t component of 4D input |
+| | points. |
+-----------------+--------------------------------------------------------------------+
The deformation operation is used to adjust coordinates for intraplate deformations.
diff --git a/docs/source/operations/transformations/helmert.rst b/docs/source/operations/transformations/helmert.rst
index 8c862866..941fc676 100644
--- a/docs/source/operations/transformations/helmert.rst
+++ b/docs/source/operations/transformations/helmert.rst
@@ -50,6 +50,8 @@ anoether by means of 3-, 4-and 7-parameter shifts, or one of their 6-, 8- and
+----------------+--------------------------------------------------------------------+
| `t_obs` | Observation time of coordinate(s). Mostly useful in 2D and 3D |
| | transformations. [decimalyear]. *Optional*. |
+| | If not specified, will be get from the t component of 4D input |
+| | points. |
+----------------+--------------------------------------------------------------------+
| `exact` | Use exact transformation equations. *Optional*. |
+----------------+--------------------------------------------------------------------+