From 37755e4edc53e09286cd2bb962299d0f5118fc77 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 15 Dec 2020 18:30:50 +0100 Subject: proj_create_crs_to_crs_from_pj(): add ACCURACY and ALLOW_BALLPARK options --- docs/source/development/reference/functions.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/source/development') 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 -- cgit v1.2.3