diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-29 19:45:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-29 19:45:18 +0100 |
| commit | 88edcdc30c4a404d7c9d3bda13e66b08601a343e (patch) | |
| tree | 106e161b01ff5fc672f9cbda399f20233c7cbd5f /docs/source/operations/operations_computation.rst | |
| parent | d20ee882d9b6d9e6a90b3a74792481db156934bc (diff) | |
| download | PROJ-88edcdc30c4a404d7c9d3bda13e66b08601a343e.tar.gz PROJ-88edcdc30c4a404d7c9d3bda13e66b08601a343e.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 8a9d8166..9fa5d368 100644 --- a/docs/source/operations/operations_computation.rst +++ b/docs/source/operations/operations_computation.rst @@ -72,7 +72,7 @@ With the above example of two geographic CRS, that have an identified identifier the algorithm will first search 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 +transformations typically involve :ref:`Helmert <helmert>-style operations or datum shift based on grids (more esoteric operations are possible). A request similar to the following will be emitted: |
