aboutsummaryrefslogtreecommitdiff
path: root/docs/source/usage/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/usage/index.rst')
-rw-r--r--docs/source/usage/index.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/source/usage/index.rst b/docs/source/usage/index.rst
new file mode 100644
index 00000000..81ea4b6b
--- /dev/null
+++ b/docs/source/usage/index.rst
@@ -0,0 +1,22 @@
+.. _usage:
+
+================================================================================
+Using PROJ.4
+================================================================================
+
+The main purpose of PROJ.4 is to transform coordinates from one coordinate
+reference system to another. This can be achieved either with the included
+command line applications or the C API that is a part of the software package.
+
+
+.. toctree::
+ :maxdepth: 1
+
+ quickstart
+ apps/index
+ projections
+ transformation
+ resource_files
+ environmentvars
+ operations/index
+