diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-03-17 22:18:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-17 22:18:22 +0100 |
| commit | ab3383a4483f65679ae4a687cc8660572cd6102c (patch) | |
| tree | ab0d528ffa0cda0f0b61f8e26936dc828b24402b /docs/source/apps/cs2cs.rst | |
| parent | 1c1a3c5930229644440a7e41d032cc217cf2f8c0 (diff) | |
| parent | 3e7984f3b26e408e69b960f8e0d03b6ac0576188 (diff) | |
| download | PROJ-ab3383a4483f65679ae4a687cc8660572cd6102c.tar.gz PROJ-ab3383a4483f65679ae4a687cc8660572cd6102c.zip | |
Merge pull request #3119 from rouault/compound_to_2D_crs
Transformation: no longer do vertical trasnformation when doing compound CRS to 2D CRS / add --3d to cs2cs
Diffstat (limited to 'docs/source/apps/cs2cs.rst')
| -rw-r--r-- | docs/source/apps/cs2cs.rst | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/source/apps/cs2cs.rst b/docs/source/apps/cs2cs.rst index 841ce092..8f35c751 100644 --- a/docs/source/apps/cs2cs.rst +++ b/docs/source/apps/cs2cs.rst @@ -13,7 +13,7 @@ Synopsis | **cs2cs** [**-eEfIlrstvwW** [args]] | [[--area <name_or_code>] | [--bbox <west_long,south_lat,east_long,north_lat>]] - | [--authority <name>] [--no-ballpark] [--accuracy <accuracy>] + | [--authority <name>] [--no-ballpark] [--accuracy <accuracy>] [--3d] | ([*+opt[=arg]* ...] [+to *+opt[=arg]* ...] | {source_crs} {target_crs}) | file ... @@ -194,6 +194,17 @@ The following control parameters can appear in any order: This option is mutually exclusive with :option:`--bbox`. +.. option:: --3d + + .. versionadded:: 9.1 + + "Promote" 2D CRS(s) to their 3D version, where the vertical axis is the + ellipsoidal height in metres, using the ellipsoid of the base geodetic CRS. + Depending on PROJ versions and the exact nature of the CRS involved, + especially before PROJ 9.1, a mix of 2D and 3D CRS could lead to 2D or 3D + transformations. Starting with PROJ 9.1, both CRS need to be 3D for vertical + transformation to possibly happen. + .. only:: man The *+opt* run-line arguments are associated with cartographic |
