diff options
| author | PROJ deploybot <proj.bot@proj.bot> | 2022-03-22 20:00:06 +0000 |
|---|---|---|
| committer | PROJ deploybot <proj.bot@proj.bot> | 2022-03-22 20:00:06 +0000 |
| commit | a3f43744feec86272fe532124679d3a013ef9a8c (patch) | |
| tree | 27e4198db6011e3097eb7bcfe7197684aba7583a /_sources/apps/index.rst.txt | |
| download | PROJ-gh-pages.tar.gz PROJ-gh-pages.zip | |
update with results of commit https://github.com/OSGeo/PROJ/commit/53c07a8bd211b7aee4bc07a9c6726005504b7181gh-pages
Diffstat (limited to '_sources/apps/index.rst.txt')
| -rw-r--r-- | _sources/apps/index.rst.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/_sources/apps/index.rst.txt b/_sources/apps/index.rst.txt new file mode 100644 index 00000000..61448e49 --- /dev/null +++ b/_sources/apps/index.rst.txt @@ -0,0 +1,28 @@ +.. _apps: + +================================================================================ +Applications +================================================================================ + +Bundled with PROJ comes a set of small command line utilities. The :program:`proj` +program is limited to converting between geographic and projection coordinates +within one datum. The :program:`cs2cs` program operates similarly, but allows +translation between any pair of definable coordinate systems, including support +for datum transformation. The :program:`geod` program provides the ability to do +geodesic (great circle) computations. :program:`gie` is the program used for +regression tests in PROJ. :program:`cct`, a 4D equivalent to the :program:`proj` +program, performs transformation coordinate systems on a set of input points. +:program:`projinfo` performs queries for geodetic objects and coordinate +operations. :program:`projsync` is a tool for synchronizing PROJ datum and +transformation support data. + +.. toctree:: + :maxdepth: 1 + + cct + cs2cs + geod + gie + proj + projinfo + projsync |
