diff options
| -rw-r--r-- | docs/source/operations/transformations/helmert.rst | 2 | ||||
| -rw-r--r-- | docs/source/resource_files.rst | 6 | ||||
| -rw-r--r-- | docs/source/usage/transformation.rst | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/operations/transformations/helmert.rst b/docs/source/operations/transformations/helmert.rst index 6a3751df..c2557321 100644 --- a/docs/source/operations/transformations/helmert.rst +++ b/docs/source/operations/transformations/helmert.rst @@ -72,7 +72,7 @@ Transformation from `ITRF2000@2017.0` to `ITRF93@2017.0` using 15 parameters: dx=-0.0029 dy=-0.0002 dz=-0.0006 ds=0.00001 rx=-0.00039 ry=0.00080 rz=-0.00114 drx=-0.00011 dry=-0.00019 drz=0.00007 - epoch=1988.0 tobs=2017.0 transpose + t_epoch=1988.0 t_obs=2017.0 transpose Parameters +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ diff --git a/docs/source/resource_files.rst b/docs/source/resource_files.rst index b6aa950d..10cbcb7b 100644 --- a/docs/source/resource_files.rst +++ b/docs/source/resource_files.rst @@ -404,7 +404,7 @@ ITRF2005: :: - +init=ITRF2000:ITRF2005 +tobs=2010.5 + +init=ITRF2000:ITRF2005 +t_obs=2010.5 which then expands to @@ -412,8 +412,8 @@ which then expands to +proj=helmert +x=-0.0001 +y=0.0008 +z=0.0058 +s=-0.0004 +dx=0.0002 +dy=-0.0001 +dz=0.0018 +ds=-0.000008 - +epoch=2000.0 +transpose - +tobs=2010.5 + +t_epoch=2000.0 +transpose + +t_obs=2010.5 Below is a list of the init files that are packaged with PROJ. diff --git a/docs/source/usage/transformation.rst b/docs/source/usage/transformation.rst index bd32bcd9..6a80f9c6 100644 --- a/docs/source/usage/transformation.rst +++ b/docs/source/usage/transformation.rst @@ -130,7 +130,7 @@ coordinate timestamps back to GPS weeks. rx=0.00039 ry=-0.00080 rz=0.00114 dx=-0.0029 dy=-0.0002 dz=-0.0006 ds=0.00001 drx=0.00011 dry=0.00019 drz=-0.00007 - epoch=1988.0 + t_epoch=1988.0 step proj=unitconvert t_in=decimalyear t_out=gps_week |
