aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-12-15 18:30:50 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-12-15 18:30:50 +0100
commit37755e4edc53e09286cd2bb962299d0f5118fc77 (patch)
tree8775122e8344ea9cb453b3c90f7fa782abb12ff3 /docs/source
parente5706305795ed822a5197bda51e75a44ec14728b (diff)
downloadPROJ-37755e4edc53e09286cd2bb962299d0f5118fc77.tar.gz
PROJ-37755e4edc53e09286cd2bb962299d0f5118fc77.zip
proj_create_crs_to_crs_from_pj(): add ACCURACY and ALLOW_BALLPARK options
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/development/reference/functions.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst
index 08b3e669..34fe59ed 100644
--- a/docs/source/development/reference/functions.rst
+++ b/docs/source/development/reference/functions.rst
@@ -195,6 +195,11 @@ paragraph for more details.
If authority is a non-empty string different of ``any``, then coordinate operations
will be searched only in that authority namespace (e.g ``EPSG``).
+ - ACCURACY=value: to set the minimum desired accuracy (in metres) of the
+ candidate coordinate operations.
+
+ - ALLOW_BALLPARK=YES/NO: can be set to NO to disallow the use of
+ :term:`Ballpark transformation` in the candidate coordinate operations.
.. doxygenfunction:: proj_normalize_for_visualization
:project: doxygen_api