aboutsummaryrefslogtreecommitdiff
path: root/docs/source/apps
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@mines-paris.org>2019-04-23 21:54:29 +0200
committerGitHub <noreply@github.com>2019-04-23 21:54:29 +0200
commit4c7364ba84b97fc87270386906af66522feea94f (patch)
tree7b721bd91cc8a45d4e7b245c9db36a4fd0ef8688 /docs/source/apps
parent8cfd9ca89c89b52a3c22d5ee7ecbe06791924a15 (diff)
parent292807eee9e1194175b64cb5c0a9f0b432352abc (diff)
downloadPROJ-4c7364ba84b97fc87270386906af66522feea94f.tar.gz
PROJ-4c7364ba84b97fc87270386906af66522feea94f.zip
Merge pull request #1441 from rouault/support_compound_crs_urn
proj_create(): add support for compoundCRS and concatenatedOperation named from their components
Diffstat (limited to 'docs/source/apps')
-rw-r--r--docs/source/apps/projinfo.rst17
1 files changed, 11 insertions, 6 deletions
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst
index c8219838..955b9a18 100644
--- a/docs/source/apps/projinfo.rst
+++ b/docs/source/apps/projinfo.rst
@@ -29,12 +29,17 @@ Synopsis
| {object_definition} | (-s {srs_def} -t {srs_def})
|
- where {object_definition} or {object_definition} is a PROJ string, a
- WKT string, an object name, AUTHORITY:CODE
- (where AUTHORITY is the name of a CRS authority and CODE the code of a CRS
- found in the proj.db database) or a OGC URN (such as "urn:ogc:def:crs:EPSG::4326",
- "urn:ogc:def:coordinateOperation:EPSG::1671", "urn:ogc:def:ellipsoid:EPSG::7001"
- or "urn:ogc:def:datum:EPSG::6326")
+ where {object_definition} or {srs_def} is
+
+ - a proj-string,
+ - a WKT string,
+ - an object code (like "EPSG:4326", "urn:ogc:def:crs:EPSG::4326",
+ "urn:ogc:def:coordinateOperation:EPSG::1671"),
+ - a OGC URN combining references for compound coordinate reference systems
+ (e.g "urn:ogc:def:crs,crs:EPSG::2393,crs:EPSG::5717" or custom abbreviated
+ syntax "EPSG:2393+5717"),
+ - a OGC URN combining references for concatenated operations
+ (e.g. "urn:ogc:def:coordinateOperation,coordinateOperation:EPSG::3895,coordinateOperation:EPSG::1618")
Description
***********