aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development/reference
diff options
context:
space:
mode:
authorPROJ-BOT <59655370+PROJ-BOT@users.noreply.github.com>2020-07-03 11:21:35 +0200
committerGitHub <noreply@github.com>2020-07-03 11:21:35 +0200
commit42b9c119ad613b71b074548d779c1f4459fe6284 (patch)
tree618566483a9d560eec967af2135ff742f4afbd40 /docs/source/development/reference
parent5cd3152e442848246fdf6236f6b1092633e60a1c (diff)
downloadPROJ-42b9c119ad613b71b074548d779c1f4459fe6284.tar.gz
PROJ-42b9c119ad613b71b074548d779c1f4459fe6284.zip
Doc: improve cs2cs doc by mentionning possibility to use EPSG CRS names (#2291)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'docs/source/development/reference')
-rw-r--r--docs/source/development/reference/functions.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst
index e092c4a0..770fb8ec 100644
--- a/docs/source/development/reference/functions.rst
+++ b/docs/source/development/reference/functions.rst
@@ -37,11 +37,15 @@ paragraph for more details.
- a WKT string,
- an object code (like "EPSG:4326", "urn:ogc:def:crs:EPSG::4326",
"urn:ogc:def:coordinateOperation:EPSG::1671"),
+ - an Object name. e.g "WGS 84", "WGS 84 / UTM zone 31N". In that case as
+ uniqueness is not guaranteed, heuristics are applied to determine the appropriate best match.
- 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")
+ - a PROJJSON string. The jsonschema is at https://proj.org/schemas/v0.2/projjson.schema.json (*added in 6.2*)
+ - a compound CRS made from two object names separated with " + ". e.g. "WGS 84 + EGM96 height" (*added in 7.1*)
Example call: