diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-29 20:33:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-29 20:33:44 +0100 |
| commit | 41faf3e8336eecd4f11555101411d8600848a40d (patch) | |
| tree | ae2a4927adca8a9ee7639870cda1a94f41072b22 /docs/source/operations | |
| parent | c1d4aa87fda024e7fd4661b1d1751aa50d631d8d (diff) | |
| download | PROJ-41faf3e8336eecd4f11555101411d8600848a40d.tar.gz PROJ-41faf3e8336eecd4f11555101411d8600848a40d.zip | |
Update docs/source/operations/operations_computation.rst
Co-Authored-By: Kristian Evers <kristianevers@gmail.com>
Diffstat (limited to 'docs/source/operations')
| -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 4fbf7b79..edc6f826 100644 --- a/docs/source/operations/operations_computation.rst +++ b/docs/source/operations/operations_computation.rst @@ -469,7 +469,7 @@ whereas GDA2020 to WGS 84 (G1762) operate on the geocentric CRS. Consequently, GDA2020 cannot be identifier as a hub by a "simple" self-join SQL request on the coordinate operation table. This requires to do the join based on the datum referenced by the source and target CRS of each operation rather than the -source and target CRS themselves. Then we there is a match, PROJ inserts the required +source and target CRS themselves. When there is a match, PROJ inserts the required conversions between geographic and geocentric CRS to have a consistent concatenated operation, like the following: 1. GDA94 to GDA2020 (1): from EPSG |
