aboutsummaryrefslogtreecommitdiff
path: root/docs/source/apps/index.rst
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-01-19 19:57:06 +0100
committerGitHub <noreply@github.com>2019-01-19 19:57:06 +0100
commitaba9c7747fc47bbc6f0ec6e6957449ea5090c5fc (patch)
tree353d4991439e9791d5a0b9571a5ee3be04d84a43 /docs/source/apps/index.rst
parentaa65cfb0735825518bf4bc5dac09f8f3442760f7 (diff)
parenta4e0ece642d989136a977dbcc80b8ceea270c93b (diff)
downloadPROJ-aba9c7747fc47bbc6f0ec6e6957449ea5090c5fc.tar.gz
PROJ-aba9c7747fc47bbc6f0ec6e6957449ea5090c5fc.zip
Merge pull request #1228 from rouault/cs2cs_doc_update
Doc: update cs2cs, C API regarding area of use (fixes #1186), add doc for projinfo (fixes #1183)
Diffstat (limited to 'docs/source/apps/index.rst')
-rw-r--r--docs/source/apps/index.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/source/apps/index.rst b/docs/source/apps/index.rst
index 91f5c4ff..8c2c8222 100644
--- a/docs/source/apps/index.rst
+++ b/docs/source/apps/index.rst
@@ -8,15 +8,18 @@ Bundled with PROJ comes a set of small command line utilities. The ``proj``
program is limited to converting between geographic and projection coordinates
within one datum. The ``cs2cs`` program operates similarly, but allows
translation between any pair of definable coordinate systems, including support
-for basic datum translation. The ``geod`` program provides the ability to do
+for datum transformation. The ``geod`` program provides the ability to do
geodesic (great circle) computations. ``gie`` is the program used for
-regression tests in PROJ.
+regression tests in PROJ. ``cct`` a 4D equivalent to the ``proj`` program,
+performs transformation coordinate systems on a set of input points.
+``projinfo`` performs queries for geodetic objects and coordinate operations.
.. toctree::
:maxdepth: 1
- proj
cct
cs2cs
geod
gie
+ proj
+ projinfo