[rasterio] 03/07: Add manpage for rio

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Oct 28 21:06:46 UTC 2014


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

johanvdw-guest pushed a commit to branch master
in repository rasterio.

commit 34feaa3f252e47d39ebb88fb2b7ff76c8b259d8c
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Tue Oct 28 21:47:11 2014 +0100

    Add manpage for rio
---
 debian/python-rasterio.manpages |  1 +
 debian/rio.1                    | 48 +++++++++++++++++++++++++++++++++++++++++
 debian/rules                    |  3 +++
 3 files changed, 52 insertions(+)

diff --git a/debian/python-rasterio.manpages b/debian/python-rasterio.manpages
new file mode 100644
index 0000000..ad4f7d2
--- /dev/null
+++ b/debian/python-rasterio.manpages
@@ -0,0 +1 @@
+debian/rio.1
diff --git a/debian/rio.1 b/debian/rio.1
new file mode 100644
index 0000000..35649aa
--- /dev/null
+++ b/debian/rio.1
@@ -0,0 +1,48 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
+.TH RIO "1" "October 2014" "rio 0.15" "User Commands"
+.SH NAME
+rio \- manual page for rio 0.15
+.SH SYNOPSIS
+.B rio
+[\fI\,OPTIONS\/\fR] \fI\,COMMAND \/\fR[\fI\,ARGS\/\fR]...
+.SH DESCRIPTION
+.IP
+Rasterio command line interface.
+.SH OPTIONS
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+Increase verbosity.
+.TP
+\fB\-q\fR, \fB\-\-quiet\fR
+Decrease verbosity.
+.TP
+\fB\-\-version\fR
+Print Rasterio version.
+.TP
+\fB\-\-help\fR
+Show this message and exit.
+.SS "Commands:"
+.TP
+bounds
+Write bounding boxes to stdout as GeoJSON.
+.TP
+env
+Print information about the rio environment.
+.TP
+info
+Print information about a data file.
+.TP
+insp
+Open a data file and start an interpreter.
+.TP
+merge
+Merge a stack of raster datasets.
+.TP
+shapes
+Write the shapes of features.
+.TP
+stack
+Stack a number of bands into a multiband dataset.
+.TP
+transform
+Transform coordinates.
diff --git a/debian/rules b/debian/rules
index b4083ef..8a93d36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ override_dh_clean:
 	dh_clean
 	rm -rf *.c
 	rm -rf *.cpp
+
+debian/rio.1:
+	help2man rio -N >debian/rio.1

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



More information about the Pkg-grass-devel mailing list