diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2017-08-28 08:07:48 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2017-08-31 23:46:25 +0200 |
| commit | 7ea472f54849f3230d5865884ef75c4edcda3fa8 (patch) | |
| tree | 457c5c79cb490e10f9cb357a216700db38588113 /docs/source/usage/index.rst | |
| parent | e044eb01eefb29187379c694f5d51d91360d3143 (diff) | |
| download | PROJ-7ea472f54849f3230d5865884ef75c4edcda3fa8.tar.gz PROJ-7ea472f54849f3230d5865884ef75c4edcda3fa8.zip | |
Major restructure and rewrite of docs.
A section on "Using PROJ.4" has been introduced giving a introduction
on how to use PROJ.4. The Parameters section has been removed and the
content reworked into other sections. Additionally the order of chapters
has been changed to provide a more complete and readable experience for
users of the documentation.
Diffstat (limited to 'docs/source/usage/index.rst')
| -rw-r--r-- | docs/source/usage/index.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/source/usage/index.rst b/docs/source/usage/index.rst new file mode 100644 index 00000000..8c12c026 --- /dev/null +++ b/docs/source/usage/index.rst @@ -0,0 +1,20 @@ +.. _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 + |
