diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-09-11 10:46:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-11 10:46:38 +0200 |
| commit | bd39128c3e278331980adf02377e9347269cb820 (patch) | |
| tree | 0bf702d43582bdb9bf2672bb093b131fbbfb3faf /docs/source | |
| parent | 13c715af550fbcbb1d412780b107f4e3fc5841e0 (diff) | |
| parent | a6e1d72890615b42f54edad9b17acff8e7623844 (diff) | |
| download | PROJ-bd39128c3e278331980adf02377e9347269cb820.tar.gz PROJ-bd39128c3e278331980adf02377e9347269cb820.zip | |
Merge pull request #1596 from rouault/promote_to_3d
API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and proj_crs_create_projected_3D_crs_from_2D() (fixes #1587)
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/apps/projinfo.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index 6681881c..8fbf0546 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -24,7 +24,7 @@ Synopsis | [--pivot-crs always|if_no_direct_transformation|never|{auth:code[,auth:code]*}] | [--boundcrs-to-wgs84] | [--main-db-path path] [--aux-db-path path]* - | [--identify] + | [--identify] [--3d] | [--c-ify] [--single-line] | {object_definition} | {object_reference} | (-s {srs_def} -t {srs_def}) | @@ -220,6 +220,14 @@ The following control parameters can appear in any order: For example, `+proj=utm +zone=31 +datum=WGS84 +type=crs` will be identified with a likelihood of 70% to EPSG:32631 +.. option:: --3d + + .. versionadded:: 7.0 + + "Promote" the CRS(s) to their 3D version. Useful for example when wanting + to transform between a 2D projected CRS with elevations as ellipsoidal + height to a 3D geographic CRS or a compoundCRS. + .. option:: --c-ify For developers only. Modify the string output of the utility so that it |
