diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-01-19 08:35:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-19 08:35:10 +0100 |
| commit | 14bc57241da2756073ca7c0bd44c61386d45c38f (patch) | |
| tree | 690ce807e17e35dbe7756ed116988d262c78b429 /docs/source | |
| parent | d75f2efbba70ccdf1a9630d7cb8bc705ec151a8c (diff) | |
| parent | c6ab83f5742bc5ac6f9cb9a8b2a4f1ea241b6f63 (diff) | |
| download | PROJ-14bc57241da2756073ca7c0bd44c61386d45c38f.tar.gz PROJ-14bc57241da2756073ca7c0bd44c61386d45c38f.zip | |
Merge pull request #1226 from kbevers/remove-chebyshev
Remove Chebyshev polynomials from proj
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/apps/proj.rst | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/docs/source/apps/proj.rst b/docs/source/apps/proj.rst index bb156287..2928193c 100644 --- a/docs/source/apps/proj.rst +++ b/docs/source/apps/proj.rst @@ -148,26 +148,13 @@ The following control parameters can appear in any order .. option:: -v Causes a listing of cartographic control parameters tested for and used by - the program to be printed prior to input data. Should not be used with the - :option:`-T` option. + the program to be printed prior to input data. .. option:: -V This option causes an expanded annotated listing of the characteristics of the projected point. :option:`-v` is implied with this option. -.. option:: -T <ulow,uhi,vlow,vhi,res[,umax,vmax]> - - This option creates a set of bivariate Chebyshev polynomial coefficients - that approximate the selected cartographic projection on stdout. The values - *low* and *hi* denote the range of the input where the *u* or *v* prefixes apply to - respective longitude-x or latitude-y depending upon whether a forward or - inverse projection is selected. The integer *res* is a number specifying the - power of 10 precision of the approximation. For example, a *res* of -3 - specifies an approximation with an accuracy better than 0.001. Optional *umax*, and *vmax* - specify maximum degree of the polynomials (default: 15). - - The *+args* run-line arguments are associated with cartographic parameters. Additional projection control parameters may be contained in two auxiliary |
