[pktools] 48/375: added mainpage.md as main page for pktools via doxygen

Bas Couwenberg sebastic at xs4all.nl
Wed Dec 3 21:53:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch upstream-master
in repository pktools.

commit 3d88882622cb0ee86e9b73c4cf17c8eaf1f4a8d6
Author: user <user at osgeolive.(none)>
Date:   Thu Jan 31 04:42:00 2013 +0100

    added mainpage.md as main page for pktools via doxygen
---
 mainpage.md | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/mainpage.md b/mainpage.md
new file mode 100644
index 0000000..77862e3
--- /dev/null
+++ b/mainpage.md
@@ -0,0 +1,31 @@
+\mainpage
+Introduction
+============
+pktools is a collection of programs written by Pieter Kempeneers in C++ to perform operations on raster images.
+It heavily relies on the Geospatial Data Abstraction Library (GDAL, http://www.gdal.org) and OGR. Some of the programs are similar to the gdal tools (gdalinfo, gdal_translate, gdal_merge,...) and many of the functionalities provided in pktools already exist. The reason for implementing pktools is a combination of personal preference and additional functionality.
+
+All utilities in pktools use command line options and have a built in help
+
+- use the `-h` option to get help
+- pktools ALWAYS use -i for input and -o for output (unlike GDAL utilities that commonly use last argument as output and second but last argument as input)
+
+License
+=======
+pktools is released under the GNU General Public License version3
+    
+See http://www.gnu.org/licenses for more details
+
+Download
+========
+You can download the latest release
+- from http://download.savannah.gnu.org/releases/pktools/ (tar ball)
+- or by getting a copy of the Git repository
+
+~~~
+git clone git://git.savannah.nongnu.org/pktools.git
+~~~
+
+How to refer
+============
+You are welcome to refer to pktools as: https://savannah.nongnu.org/projects/pktools (Pieter Kempeneers)
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git



More information about the Pkg-grass-devel mailing list