aboutsummaryrefslogtreecommitdiff
path: root/docs/source/apps/index.rst
diff options
context:
space:
mode:
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