aboutsummaryrefslogtreecommitdiff
path: root/src/pj_list.h
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-10-23 11:52:59 +0200
committerKristian Evers <kristianevers@gmail.com>2017-10-29 14:15:36 +0100
commit5877ffac2fd4c2f89deb5b9d962a1969192856c4 (patch)
tree1c564825fbee3b4d7ddf3c112bbb353c2a5fdacc /src/pj_list.h
parent3a2bd267a67d41a461946a6f7b0a99262f47d8a7 (diff)
downloadPROJ-5877ffac2fd4c2f89deb5b9d962a1969192856c4.tar.gz
PROJ-5877ffac2fd4c2f89deb5b9d962a1969192856c4.zip
Addition of 'deformation': Kinematic grid shifting.
Kinematic deformation models are used in some geodetic transformations. This commit introduces the ability to do transformations involving a gridded deformation/velocity model. For practical reasons a gridded deformation model needs to be split into two seperate files, one for the horizontal components and one for the vertical component. For this we use formats already known to PROJ.4, namely the CTable/CTable2 and the GTX formats. Grids are specified in the proj-string with +xy_grids and +z_grids. Grid values are expected to be in m/year. The kinematic part of the operation is controlled by the +t_epoch parameter, which is the central epoch of the transformation. An observation epoch is also needed. It can be specified either in the PJ_OBS input as the fourth element in the coordinate, or in the proj-string with +t_obs. If +t_obs is present in the proj-string it takes presedence over the value in the PJ_OBS coordinate.
Diffstat (limited to 'src/pj_list.h')
-rw-r--r--src/pj_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pj_list.h b/src/pj_list.h
index bf287219..76c37126 100644
--- a/src/pj_list.h
+++ b/src/pj_list.h
@@ -25,6 +25,7 @@ PROJ_HEAD(chamb, "Chamberlin Trimetric")
PROJ_HEAD(collg, "Collignon")
PROJ_HEAD(comill, "Compact Miller")
PROJ_HEAD(crast, "Craster Parabolic (Putnins P4)")
+PROJ_HEAD(deformation, "Kinematic grid shift")
PROJ_HEAD(denoy, "Denoyer Semi-Elliptical")
PROJ_HEAD(eck1, "Eckert I")
PROJ_HEAD(eck2, "Eckert II")