diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-04-03 19:41:23 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-04-03 19:50:48 +0200 |
| commit | bb770de3b7cb04aad8116ed84a5815b7f6f7a82c (patch) | |
| tree | 4f0ecbe08d2ab975966d65f85e4485e4f4050324 /docs/source/apps | |
| parent | 1a8933942cf92d0724cc168d04302d8b78c3814f (diff) | |
| download | PROJ-bb770de3b7cb04aad8116ed84a5815b7f6f7a82c.tar.gz PROJ-bb770de3b7cb04aad8116ed84a5815b7f6f7a82c.zip | |
createFromUserInput(): allow compound CRS with the 2 parts given by names, e.g. 'WGS 84 + EGM96 height'
Diffstat (limited to 'docs/source/apps')
| -rw-r--r-- | docs/source/apps/projinfo.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index 91d09941..0e54c244 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -36,6 +36,8 @@ Synopsis - 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"), @@ -46,6 +48,7 @@ Synopsis - 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.1/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*) {object_reference} is a filename preceded by the '@' character. The file referenced by the {object_reference} must contain a valid |
