Skip to content

Commit

Permalink
docs: Use +grids and tif files in deformation examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Jun 2, 2020
1 parent 5775cdc commit f20d2c9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/source/operations/transformations/deformation.rst
Expand Up @@ -60,8 +60,7 @@ to the Danish realisation of ETRS89 is in PROJ described as::
z = -0.048 rz = -0.008712 drz = -0.000792
# ETRF2000@t_obs -> NKG_ETRF00@2000.0
step proj = deformation t_epoch = 2000.0
xy_grids = ./nkgrf03vel_realigned_xy.ct2
z_grids = ./nkgrf03vel_realigned_z.gtx
grids=eur_nkg_nkgrf03vel_realigned.tif
inv
# NKG_ETRF@2000.0 -> ETRF92@2000.0
step proj=helmert convention=position_vector s = -0.009420e
Expand All @@ -70,16 +69,13 @@ to the Danish realisation of ETRS89 is in PROJ described as::
z = 0.02776 rz = 4.729e-05
# ETRF92@2000.0 -> ETRF92@1994.704
step proj = deformation dt = -5.296
xy_grids = ./nkgrf03vel_realigned_xy.ct2
z_grids = ./nkgrf03vel_realigned_z.gtx
grids=eur_nkg_nkgrf03vel_realigned.tif

From this we can see that the transformation from ITRF2008 to the Danish realisation of
ETRS89 is a combination of Helmert transformations and adjustments with a deformation
model. The first use of the deformation operation is::

proj = deformation t_epoch = 2000.0
xy_grids = ./nkgrf03vel_realigned_xy.ct2
z_grids = ./nkgrf03vel_realigned_z.gtx
proj = deformation t_epoch = 2000.0 grids=eur_nkg_nkgrf03vel_realigned.tif

Here we set the central epoch of the transformation, 2000.0. The observation epoch
is expected as part of the input coordinate tuple. The deformation model is
Expand Down Expand Up @@ -226,4 +222,4 @@ that is searched for in the grid. :math:`(E, N, U)` are the grid values in ENU-s
See also
-----------------------------------------------------------------------------

#. :ref:`Behavioural changes from version 5 to 6<differences_deformation>`
#. :ref:`Behavioural changes from version 5 to 6<differences_deformation>`

0 comments on commit f20d2c9

Please sign in to comment.