diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-05-24 15:22:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-24 15:22:43 +0200 |
| commit | 0b5c3622e37dcf697db45e8db05fd4ebf045674b (patch) | |
| tree | 691d5f68186dd80c0d197ad5b9b862f113ea042f /docs/source/operations/pipeline.rst | |
| parent | 019360766a3d654d8626a3b6470f2a39364f7f97 (diff) | |
| download | PROJ-0b5c3622e37dcf697db45e8db05fd4ebf045674b.tar.gz PROJ-0b5c3622e37dcf697db45e8db05fd4ebf045674b.zip | |
Temporal gridshifting (#1015)
Temporal gridshifts allow [h|v]gridshift operations to be used as step functions
in a pipeline. This is useful in transformations dealing with deformations caused
by earthquakes.
See the included documentation for details.
Diffstat (limited to 'docs/source/operations/pipeline.rst')
| -rw-r--r-- | docs/source/operations/pipeline.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/operations/pipeline.rst b/docs/source/operations/pipeline.rst index 9223202d..33112536 100644 --- a/docs/source/operations/pipeline.rst +++ b/docs/source/operations/pipeline.rst @@ -83,6 +83,8 @@ does not. Will result in an error since :ref:`urm5` does not have an inverse operation defined. +.. _global-pipeline-parameter: + **4. Parameters added before the first `+step` are global and will be applied to all steps.** In the following the GRS80 ellipsoid will be applied to all steps. |
