aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations/transformations
diff options
context:
space:
mode:
authorAndrew Hardin <andrew.hardin5+git@gmail.com>2019-04-08 14:18:00 -0600
committerGitHub <noreply@github.com>2019-04-08 14:18:00 -0600
commit967de3bd79a0f0dbd672ad45340be046e26cc7af (patch)
treea9de79cd7a24641bc2b2cf347317bf7adb9e1e8b /docs/source/operations/transformations
parent5bd39cb3982abda85e04dccae82ca26523e7541b (diff)
downloadPROJ-967de3bd79a0f0dbd672ad45340be046e26cc7af.tar.gz
PROJ-967de3bd79a0f0dbd672ad45340be046e26cc7af.zip
Change egm96_16 to egm96_15.
Diffstat (limited to 'docs/source/operations/transformations')
-rw-r--r--docs/source/operations/transformations/vgridshift.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/operations/transformations/vgridshift.rst b/docs/source/operations/transformations/vgridshift.rst
index 484ad4bf..04be5b1b 100644
--- a/docs/source/operations/transformations/vgridshift.rst
+++ b/docs/source/operations/transformations/vgridshift.rst
@@ -23,7 +23,7 @@ a specific amount determined by the loaded grids. The simplest use case of the
horizontal grid shift is applying a single grid. Here we change the vertical
reference from the ellipsoid to the global geoid model, EGM96::
- +proj=vgridshift +grids=egm96_16.gtx
+ +proj=vgridshift +grids=egm96_15.gtx
More than one grid can be loaded at the same time, for instance in the case where
@@ -31,7 +31,7 @@ a better geoid model than the global is available for a certain area. Here the
gridshift is set up so that the local DVR90 geoid model takes precedence over
the global model::
- +proj=vgridshift +grids=@dvr90.gtx,egm96_16.gtx
+ +proj=vgridshift +grids=@dvr90.gtx,egm96_15.gtx
The ``@`` in the above example states that the grid is optional, in case the grid
is not found in the PROJ search path. The list of grids is prioritized so that