diff options
Diffstat (limited to 'docs/source/apps/index.rst')
| -rw-r--r-- | docs/source/apps/index.rst | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/source/apps/index.rst b/docs/source/apps/index.rst index cf99cd55..1baaf1c5 100644 --- a/docs/source/apps/index.rst +++ b/docs/source/apps/index.rst @@ -4,9 +4,24 @@ Applications ================================================================================ +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 coor- +dinate systems, including support for datum +translation. + +The geod program provides the ability to compute +geodesic (Great Circle) computations. + + + .. toctree:: :maxdepth: 1 + proj cs2cs - + geod |
