diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-01-15 22:02:34 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-01-18 19:14:15 +0100 |
| commit | c6ab83f5742bc5ac6f9cb9a8b2a4f1ea241b6f63 (patch) | |
| tree | 990f6e6dc3986ea4f6122a7d686fc380babc663e /docs | |
| parent | deb510e5850f1baef3efbfa9878fb8c511b2c2f7 (diff) | |
| download | PROJ-c6ab83f5742bc5ac6f9cb9a8b2a4f1ea241b6f63.tar.gz PROJ-c6ab83f5742bc5ac6f9cb9a8b2a4f1ea241b6f63.zip | |
Remove Chebyshev polynomials from proj
Diffstat (limited to 'docs')
| -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 |
