blob: 61448e49fa19abd594c1f7331613af635d5900d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
|