From 403f930355926aced5caba5bfbcc230ad152cf86 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Wed, 3 Jan 2018 12:07:20 +0100 Subject: Add plate motion model parameters to ITRF init-files. Parameters for the plate motion models (PMM) for ITRF2008 and ITRF2014 are added to the ITRF2008/2014 init-files. The PMMs allow coordinates to be moved back and forward in time in plate fixed reference frames such as GR96 in Greenland which is defined as ITRF94@1996.623. Transforming an ITRF2014-coordinate to GR96 is done with: +proj=pipeline +step +init=ITRF2014:NOAM +t_epoch=1996.623 +t_obs=2017.584 +step +init=ITRF2014:ITRF94 +t_obs=1996.623 where the first step transforms the coordinate back in time to ITRF2014@1996.632 by using the ITRF2014 PMM. The second step transforms the ITRF2014 coordinate to ITRF94. --- nad/ITRF2008 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'nad/ITRF2008') diff --git a/nad/ITRF2008 b/nad/ITRF2008 index 7baa48c7..2d730d6e 100644 --- a/nad/ITRF2008 +++ b/nad/ITRF2008 @@ -22,3 +22,40 @@ +proj=helmert +x=0.0278 +y=0.0386 +z=-0.1012 +s=0.00731 +rz=0.00006 +dx=0.0001 +dy=-0.0005 +dz=-0.0032 +ds=0.00009 +drz=0.00002 +t_epoch=2000.0 +transpose +proj=helmert +x=0.0228 +y=0.0026 +z=-0.1252 +s=0.01041 +rz=0.00006 +dx=0.0001 +dy=-0.0005 +dz=-0.0032 +ds=0.00009 +drz=0.00002 +t_epoch=2000.0 +transpose + + +# ITRF2008 Plate Motion Model parameters +# +# As described in +# +# Altamimi, Z., L. Métivier, and X. Collilieux (2012), ITRF2008 plate motion model, +# J. Geophys. Res., 117, B07402, doi:10.1029/2011JB008930. + + + +proj=helmert +drx=-0.000190 +dry=-0.000442 +drz=0.000915 + + +proj=helmert +drx=-0.000252 +dry=-0.000302 +drz=0.000643 + + +proj=helmert +drx=0.001202 +dry=-0.000054 +drz=0.001485 + + +proj=helmert +drx=0.001504 +dry=0.001172 +drz=0.001228 + + +proj=helmert +drx=0.000049 +dry=-0.001088 +drz=0.000664 + + +proj=helmert +drx=-0.000083 +dry=0.000534 +drz=0.000750 + + +proj=helmert +drx=0.001232 +dry=0.000303 +drz=0.001540 + + +proj=helmert +drx=-0.000330 +dry=-0.001551 +drz=0.001625 + + +proj=helmert +drx=0.000035 +dry=-0.000662 +drz=0.0001 + + +proj=helmert +drx=0.000095 +dry=-0.000598 +drz=0.000723 + + +proj=helmert +drx=0.000411 +dry=0.001036 +drz=-0.002166 + + +proj=helmert +drx=-0.000243 +dry=-0.000311 +drz=-0.000154 + + +proj=helmert +drx=-0.000080 +dry=-0.000745 +drz=0.000897 + + +proj=helmert +drx=0.000047 +dry=-0.001 +drz=0.000975 -- cgit v1.2.3