aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-10-22 19:30:00 +0200
committerGitHub <noreply@github.com>2021-10-22 19:30:00 +0200
commit9aed9e0297ee049dfc92fe1dadc94302fcc44ca0 (patch)
tree575906715503681d53e4f84e0ff28d31da2f6c89 /docs/source
parent01d503cb23b4cffe4435c1e915c4d0661bb16d74 (diff)
parentf5aed82fc6eee896606e95dc15e578cd9f058a2c (diff)
downloadPROJ-9aed9e0297ee049dfc92fe1dadc94302fcc44ca0.tar.gz
PROJ-9aed9e0297ee049dfc92fe1dadc94302fcc44ca0.zip
Merge pull request #2907 from josch/tinshiftfallback
add fallback strategy for tinshift transform to use closest triangle for points not in any
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/operations/transformations/tinshift.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/source/operations/transformations/tinshift.rst b/docs/source/operations/transformations/tinshift.rst
index ee7ae4a6..2135266b 100644
--- a/docs/source/operations/transformations/tinshift.rst
+++ b/docs/source/operations/transformations/tinshift.rst
@@ -166,6 +166,20 @@ transformed_components
vertical component is transformed.
+fallback_strategy
+ String identifying how to treat points that do not fall into any of the
+ specified triangles. This item is available for ``format_version`` >= 1.1.
+ Possible values are ``none``, ``nearest_side`` and ``nearest_centroid``. The
+ default is ``none`` and signifies, that points that fall outside the
+ specified triangles are not transformed. This is also the behaviour for
+ ``format_version`` before 1.1. If ``fallback_strategy`` is set to
+ ``nearest_side``, then points that do not fall into any triangle are
+ transformed according to the triangle closest to them by euclidean distance.
+ If ``fallback_strategy`` is set to ``nearest_centroid``, then points that do
+ not fall into any triangle are transformed according to the triangle with the
+ closest centroid (intersection of its medians).
+
+
vertices_columns
Specify the name of the columns of the rows in the ``vertices``
array. There must be exactly as many elements in ``vertices_columns`` as in a