diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-05-27 12:50:11 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-05-27 12:50:19 +0200 |
| commit | 93154410121576db87b8ea0b5c75863feb44194f (patch) | |
| tree | 813438e021a1bb0fc747aacf27471032b107f882 /docs/source/usage | |
| parent | 5f8b28da425fe2d3be6e3a41d4acdd1568d41524 (diff) | |
| download | PROJ-93154410121576db87b8ea0b5c75863feb44194f.tar.gz PROJ-93154410121576db87b8ea0b5c75863feb44194f.zip | |
doc:Update cs2cs return values to reflect PROJ 6 changes
Diffstat (limited to 'docs/source/usage')
| -rw-r--r-- | docs/source/usage/transformation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/usage/transformation.rst b/docs/source/usage/transformation.rst index da856a01..861e1b4b 100644 --- a/docs/source/usage/transformation.rst +++ b/docs/source/usage/transformation.rst @@ -187,7 +187,7 @@ to WGS84 with the ``+towgs84`` parameter. cs2cs +proj=latlong +ellps=GRS80 +towgs84=-199.87,74.79,246.62 +to +proj=latlong +datum=WGS84 20 35 - 20d0'5.467"E 35d0'9.575"N 8.570 + 20d0'5.467"E 35d0'9.575"N 0.000 The EPSG database provides this example for transforming from WGS72 to WGS84 using an approximated 7 parameter transformation. @@ -197,7 +197,7 @@ using an approximated 7 parameter transformation. cs2cs +proj=latlong +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 \ +to +proj=latlong +datum=WGS84 4 55 - 4d0'0.554"E 55d0'0.09"N 3.223 + 4d0'0.554"E 55d0'0.09"N 0.000 Grid Based Datum Adjustments |
