diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-29 19:45:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-29 19:45:04 +0100 |
| commit | d20ee882d9b6d9e6a90b3a74792481db156934bc (patch) | |
| tree | 785027f6772589a40979190cb77fd8faa57578ce /docs/source/operations/operations_computation.rst | |
| parent | 77b4491e6310579038f62599550de9e315a9c0f2 (diff) | |
| download | PROJ-d20ee882d9b6d9e6a90b3a74792481db156934bc.tar.gz PROJ-d20ee882d9b6d9e6a90b3a74792481db156934bc.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 4485face..8a9d8166 100644 --- a/docs/source/operations/operations_computation.rst +++ b/docs/source/operations/operations_computation.rst @@ -70,7 +70,7 @@ Geographic CRS to Geographic CRS, with known identifiers With the above example of two geographic CRS, that have an identified identifier, (:program:`projinfo` internally resolves NAD27 to EPSG:4267 and NAD83 to EPSG:4269) the algorithm will first search -in the coordinate operation related tables of the proj.db if there are records +in the coordinate operation related tables of the ``proj.db`` if there are records that list direct transformations between the source and the target CRS. The transformations typically involve Helmert-style operations or datum shift based on grids (more esoteric operations are possible). |
