aboutsummaryrefslogtreecommitdiff
path: root/docs/source/index.rst
blob: a01251664ed4b064dab2c4d873e8f93717ef6863 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.. _home:

******************************************************************************
PROJ
******************************************************************************

PROJ is a standard UNIX filter function which converts geographic longitude
and latitude coordinates into cartesian coordinates (and vice versa), and it is
a C API for software developers to include coordinate transformation in their
own software. PROJ is maintained on `GitHub <http://github.com/OSGeo/proj.4/>`_.

.. only:: html

   =============  ================================================================
    Platform                Test Status and Coverage
   =============  ================================================================
   Travis         |travis|
   AppVeyor       |appveyor|
   Coverage       |coverals|
   =============  ================================================================
   
   .. |travis| image:: https://travis-ci.org/OSGeo/proj.4.svg?branch=master
                       :target:  https://travis-ci.org/OSGeo/proj.4
   .. |appveyor| image:: https://ci.appveyor.com/api/projects/status/584j49uguwoo5evi?svg=true
                       :target: https://ci.appveyor.com/project/OSGeo/proj-4
   .. |coverals| image:: https://coveralls.io/repos/OSGeo/proj.4/badge.svg?branch=master
                       :target: https://coveralls.io/r/OSGeo/proj.4?branch=master

.. only:: not latex

   Full documentation is available as a single PDF at
   https://raw.githubusercontent.com/OSGeo/proj.4/gh-pages/proj.pdf

Documentation
=================

.. toctree::
   :maxdepth: 1

   download
   install
   usage/index
   apps/index
   operations/index
   resource_files
   geodesic
   development/index
   faq
   contributing
   glossary
   license
   references

Mailing List
================================================================================

The PROJ mailing list can be found at http://lists.maptools.org/mailman/listinfo/proj

Indices and tables
==================

* :ref:`genindex`
* :ref:`search`