diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-12-16 21:02:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-16 21:02:37 +0100 |
| commit | 7766b1aad7328b94b7ecc9afe0ad7e874c989ad3 (patch) | |
| tree | ed39359433f8004f03d0e4bef02b0cc41e62f0d5 /docs/source/development/reference | |
| parent | 1a84a71349c31740b4a525971cf56c899dda858e (diff) | |
| parent | da066800e59dcd5c3bf5e88ccca1bf1762de74dc (diff) | |
| download | PROJ-7766b1aad7328b94b7ecc9afe0ad7e874c989ad3.tar.gz PROJ-7766b1aad7328b94b7ecc9afe0ad7e874c989ad3.zip | |
Merge pull request #2488 from rouault/crs_to_crs_improved_filtering
Improved coordinate operation filtering
Diffstat (limited to 'docs/source/development/reference')
| -rw-r--r-- | docs/source/development/reference/functions.rst | 5 |
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 |
