diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-29 19:50:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-29 19:50:44 +0100 |
| commit | 109c35fc1f71840d676873427303d505a3039a7e (patch) | |
| tree | 53a21578ced3528683bc9ac0f5c4e31fdca9b6aa /docs/source/operations/operations_computation.rst | |
| parent | d4f73cb40c60dd807493061e87d5c4a958e8028e (diff) | |
| download | PROJ-109c35fc1f71840d676873427303d505a3039a7e.tar.gz PROJ-109c35fc1f71840d676873427303d505a3039a7e.zip | |
Update docs/source/operations/operations_computation.rst
Co-Authored-By: Kristian Evers <kristianevers@gmail.com>
Diffstat (limited to 'docs/source/operations/operations_computation.rst')
| -rw-r--r-- | docs/source/operations/operations_computation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/operations/operations_computation.rst b/docs/source/operations/operations_computation.rst index 5aaa8afe..3f0f11b3 100644 --- a/docs/source/operations/operations_computation.rst +++ b/docs/source/operations/operations_computation.rst @@ -157,7 +157,7 @@ In a number of situations, the source and/or target CRS do not have an identifie (WKT without identifier, PROJ string, ..) The first step is to try to find in the ``proj.db`` a CRS of the same nature of the CRS to identify and whose name exactly matches the one provided to the -createOperations method. If there is exactly one match and that the CRS are +:c:func:`createOperations` method. If there is exactly one match and that the CRS are "computationnaly" equivalent, then use the code of the CRS for further computations. If this research did not succeed, or if the previous case with known CRS identifiers |
