From 46e28887e19e82488ff0659ff1f127c908fd4637 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 25 Dec 2019 10:11:01 +0100 Subject: projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL To align with GDAL 3.0.3 behaviour, no longer automatically try to create a boundCRS to WGS84 when exporting to WKT1:GDAL. The user has to explicitly specify --boundcrs-to-wgs84 if he wishes this behaviour. --- docs/source/apps/projinfo.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/source/apps') diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index 6236056d..2715f687 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -77,6 +77,9 @@ The following control parameters can appear in any order: .. note:: WKT2_2019 was previously called WKT2_2018. + .. note:: Before PROJ 6.3.0, WKT1:GDAL was implicitly calling --boundcrs-to-wgs84. + This is no longer the case. + .. option:: -k crs|operation|ellipsoid When used to query a single object with a AUTHORITY:CODE, determines the (k)ind of the object -- cgit v1.2.3 From 6426bcbd3605bf8cd6ae5c7869931fa89a26d641 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 7 Jan 2020 15:32:47 +0100 Subject: projinfo: support -k datum --- docs/source/apps/projinfo.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source/apps') diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index 2715f687..d1889844 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -16,7 +16,7 @@ Synopsis ******** | **projinfo** - | [-o formats] [-k crs|operation|ellipsoid] [--summary] [-q] + | [-o formats] [-k crs|operation|datum|ellipsoid] [--summary] [-q] | [[--area name_or_code] | [--bbox west_long,south_lat,east_long,north_lat]] | [--spatial-test contains|intersects] | [--crs-extent-use none|both|intersection|smallest] @@ -80,7 +80,7 @@ The following control parameters can appear in any order: .. note:: Before PROJ 6.3.0, WKT1:GDAL was implicitly calling --boundcrs-to-wgs84. This is no longer the case. -.. option:: -k crs|operation|ellipsoid +.. option:: -k crs|operation|datum|ellipsoid When used to query a single object with a AUTHORITY:CODE, determines the (k)ind of the object in case there are CRS, coordinate operations or ellipsoids with the same CODE. -- cgit v1.2.3 From 0fde103a3ef73d2693659b88da2be67a8fedc41f Mon Sep 17 00:00:00 2001 From: andreas Date: Sat, 11 Jan 2020 12:48:27 +0100 Subject: Fix missing word in cct.rst and cct.1 --- docs/source/apps/cct.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/apps') diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst index 33c716fe..a4cc690c 100644 --- a/docs/source/apps/cct.rst +++ b/docs/source/apps/cct.rst @@ -18,7 +18,7 @@ Synopsis Description *********** -:program:`cct` a 4D equivalent to the :program:`proj` projection program, +:program:`cct` is a 4D equivalent to the :program:`proj` projection program, performs transformation coordinate systems on a set of input points. The coordinate system transformation can include translation between projected and geographic coordinates as well as the application of datum shifts. -- cgit v1.2.3 From a955947c1f3279e51d1272df0cb6aa61ce4b85ee Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Mon, 13 Jan 2020 22:04:01 +0100 Subject: Remove -ld option from proj and cs2cs It promotes use of deprecated paramters +datum and +towgs84 which we don't want to encourage. Closes #1308 --- docs/source/apps/cs2cs.rst | 4 ---- docs/source/apps/proj.rst | 4 ---- 2 files changed, 8 deletions(-) (limited to 'docs/source/apps') diff --git a/docs/source/apps/cs2cs.rst b/docs/source/apps/cs2cs.rst index d7f0e9ad..12f91e64 100644 --- a/docs/source/apps/cs2cs.rst +++ b/docs/source/apps/cs2cs.rst @@ -91,10 +91,6 @@ The following control parameters can appear in any order: List of all distance units that can be selected with the *+units* parameter. -.. option:: -ld - - List of datums that can be selected with the *+datum* parameter. - .. option:: -r This options reverses the order of the expected input from diff --git a/docs/source/apps/proj.rst b/docs/source/apps/proj.rst index 534994de..21c2ea61 100644 --- a/docs/source/apps/proj.rst +++ b/docs/source/apps/proj.rst @@ -97,10 +97,6 @@ The following control parameters can appear in any order List of all distance units that can be selected with the *+units* parameter. -.. option:: -ld - - List of datums that can be selected with the *+datum* parameter. - .. option:: -r This options reverses the order of the expected input from -- cgit v1.2.3