diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-12-16 16:32:13 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-12-16 18:48:46 +0100 |
| commit | da066800e59dcd5c3bf5e88ccca1bf1762de74dc (patch) | |
| tree | 506dadd7d34c4d2ed972407f7343548bb95d0a64 /docs | |
| parent | 37755e4edc53e09286cd2bb962299d0f5118fc77 (diff) | |
| download | PROJ-da066800e59dcd5c3bf5e88ccca1bf1762de74dc.tar.gz PROJ-da066800e59dcd5c3bf5e88ccca1bf1762de74dc.zip | |
cs2cs: add --no-ballpark and --accuracy options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/apps/cs2cs.rst | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/source/apps/cs2cs.rst b/docs/source/apps/cs2cs.rst index 7df8890f..4706459a 100644 --- a/docs/source/apps/cs2cs.rst +++ b/docs/source/apps/cs2cs.rst @@ -13,7 +13,7 @@ Synopsis | **cs2cs** [**-eEfIlrstvwW** [args]] | [[--area <name_or_code>] | [--bbox <west_long,south_lat,east_long,north_lat>]] - | [--authority <name>] + | [--authority <name>] [--no-ballpark] [--accuracy <accuracy>] | ([*+opt[=arg]* ...] [+to *+opt[=arg]* ...] | {source_crs} {target_crs}) | file ... @@ -166,6 +166,19 @@ The following control parameters can appear in any order: `south_lat` and `north_lat` in the [-90,90]. `west_long` is generally lower than `east_long`, except in the case where the area of interest crosses the antimeridian. +.. option:: --no-ballpark + + .. versionadded:: 8.0.0 + + Disallow any coordinate operation that is, or contains, a + :term:`Ballpark transformation` + +.. option:: --accuracy <accuracy> + + .. versionadded:: 8.0.0 + + Sets the minimum desired accuracy for candidate coordinate operations. + .. option:: --authority <name> .. versionadded:: 8.0.0 |
