diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-01-19 14:48:02 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-01-19 18:19:30 +0100 |
| commit | a4e0ece642d989136a977dbcc80b8ceea270c93b (patch) | |
| tree | 353d4991439e9791d5a0b9571a5ee3be04d84a43 /docs/source/apps/index.rst | |
| parent | 96a03878de5bab1628475ba1ac1f2bfa572479c6 (diff) | |
| download | PROJ-a4e0ece642d989136a977dbcc80b8ceea270c93b.tar.gz PROJ-a4e0ece642d989136a977dbcc80b8ceea270c93b.zip | |
Doc: add doc for projinfo (fixes #1183)
Diffstat (limited to 'docs/source/apps/index.rst')
| -rw-r--r-- | docs/source/apps/index.rst | 9 |
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 |
