diff options
| author | Javier Jimenez Shaw <j1@jimenezshaw.com> | 2021-04-11 21:44:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-11 21:44:52 +0200 |
| commit | 78792a7e42928565b06398f146a43d121160b8a2 (patch) | |
| tree | 21cbfd26b8010feb67dc86e879282455ec5d9daa /docs | |
| parent | 6fffba7efa94fe989ec023294850aeca6b2cd5c6 (diff) | |
| download | PROJ-78792a7e42928565b06398f146a43d121160b8a2.tar.gz PROJ-78792a7e42928565b06398f146a43d121160b8a2.zip | |
projinfo: add option --list-crs (#2663)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/apps/projinfo.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index a05316ad..068ac06d 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -32,6 +32,7 @@ Synopsis | [--output-id AUTH:CODE] | [--c-ify] [--single-line] | --searchpaths | --remote-data | + | --list-crs [list-crs-filter] | | --dump-db-structure [{object_definition} | {object_reference}] | | {object_definition} | {object_reference} | (-s {srs_def} -t {srs_def}) | @@ -285,6 +286,16 @@ The following control parameters can appear in any order: If also specifying a CRS object and the :option:`--output-id` option, the definition of the object as SQL statements will be appended. +.. option:: --list-crs [list-crs-filter] + + .. versionadded:: 8.1 + + Outputs a list (authority name:code and CRS name) of the filtered CRSs from the database. + If no filter is provided all authority names and types of non deprecated CRSs are dumped. + list-crs-filter is a comma separated combination of: allow_deprecated,geodetic,geocentric, + geographic,geographic_2d,geographic_3d,vertical,projected,compound. + Affected by options :option:`--authority`, :option:`--area`, :option:`--bbox` and :option:`--spatial-test` + .. option:: --3d .. versionadded:: 6.3 |
