diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-04-04 11:27:59 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-04-04 11:27:59 +0200 |
| commit | 99a2d5f248b828ff97121b0137569a0094b5c63e (patch) | |
| tree | 1972a76299ee5dd2feea508106b38e247638dd23 /docs/source/apps | |
| parent | 670eab68f2345b2a77bfac8a109588770bceb740 (diff) | |
| download | PROJ-99a2d5f248b828ff97121b0137569a0094b5c63e.tar.gz PROJ-99a2d5f248b828ff97121b0137569a0094b5c63e.zip | |
projinfo: add a --hide-ballpark option
Diffstat (limited to 'docs/source/apps')
| -rw-r--r-- | docs/source/apps/projinfo.rst | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index 0e54c244..10ac70e8 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -20,8 +20,9 @@ Synopsis | [[--area name_or_code] | [--bbox west_long,south_lat,east_long,north_lat]] | [--spatial-test contains|intersects] | [--crs-extent-use none|both|intersection|smallest] - | [--grid-check none|discard_missing|sort|known_available] [--show-superseded] + | [--grid-check none|discard_missing|sort|known_available] | [--pivot-crs always|if_no_direct_transformation|never|{auth:code[,auth:code]*}] + | [--show-superseded] [--hide-ballpark] | [--boundcrs-to-wgs84] | [--main-db-path path] [--aux-db-path path]* | [--identify] [--3d] @@ -177,16 +178,6 @@ The following control parameters can appear in any order: .. note:: only used for coordinate operation computation -.. option:: -show-superseded - - When enabled, coordinate operations that are superseded by others will be - listed. Note that supersession is not equivalent to deprecation: superseded - operations are still considered valid although they have a better equivalent, - whereas deprecated operations have been determined to be erroneous and are - not considered at all. - - .. note:: only used for coordinate operation computation - .. option:: --pivot-crs always|if_no_direct_transformation|never|{auth:code[,auth:code]*} Determine if intermediate (pivot) CRS can be used when researching coordinate @@ -201,6 +192,24 @@ The following control parameters can appear in any order: .. note:: only used for coordinate operation computation +.. option:: --show-superseded + + When enabled, coordinate operations that are superseded by others will be + listed. Note that supersession is not equivalent to deprecation: superseded + operations are still considered valid although they have a better equivalent, + whereas deprecated operations have been determined to be erroneous and are + not considered at all. + + .. note:: only used for coordinate operation computation + +.. option:: --hide-ballpark + + .. versionadded:: 7.1 + + Hides any coordinate operation that is, or contains, a ballpark transformation. + + .. note:: only used for coordinate operation computation + .. option:: --boundcrs-to-wgs84 When specified, this option researches a coordinate operation from the |
