From c6ab83f5742bc5ac6f9cb9a8b2a4f1ea241b6f63 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 15 Jan 2019 22:02:34 +0100 Subject: Remove Chebyshev polynomials from proj --- docs/source/apps/proj.rst | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'docs/source/apps') 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 - - 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 -- cgit v1.2.3