[pktools] 01/07: Add man page for pkfillnodata.

Bas Couwenberg sebastic at xs4all.nl
Sun Dec 7 01:42:20 UTC 2014


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

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

commit a03d880ba7295c6ff5761e43932a6646e3124495
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Dec 6 22:19:55 2014 +0100

    Add man page for pkfillnodata.
---
 debian/changelog              |   3 +-
 debian/man/pkfillnodata.1.xml | 124 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 126 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a2e106e..691dd7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,8 @@ pktools (2.6.1-1) UNRELEASED; urgency=medium
   * Refresh patches.
   * Remove libbase package, library no longer installed.
   * Add man page for pkann, pkascii2img, pkascii2ogr, pkcomposite, pkcreatect,
-    pkcrop, pkdiff, pkdsm2shadow, pkdumpimg, pkdumpogr, pkegcs, pkextract.
+    pkcrop, pkdiff, pkdsm2shadow, pkdumpimg, pkdumpogr, pkegcs, pkextract,
+    pkfillnodata.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Wed, 03 Dec 2014 21:16:31 +0100
 
diff --git a/debian/man/pkfillnodata.1.xml b/debian/man/pkfillnodata.1.xml
new file mode 100644
index 0000000..fa2de93
--- /dev/null
+++ b/debian/man/pkfillnodata.1.xml
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+<refentry id='pkfillnodata'>
+
+  <refmeta>
+    <refentrytitle>pkfillnodata</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+
+  <refnamediv>
+    <refname>pkfillnodata</refname>
+    <refpurpose>program to fill holes in raster image</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv id='synopsis'>
+    <cmdsynopsis>
+      <command>pkfillnodata</command>
+      <arg choice='plain'><option>-i</option> <replaceable>input</replaceable></arg>
+      <arg choice='plain'><option>-m</option> <replaceable>mask</replaceable></arg>
+      <arg choice='plain'><option>-o</option> <replaceable>output</replaceable></arg>
+      <arg choice='opt'><replaceable>options</replaceable></arg>
+      <arg choice='opt'><replaceable>advanced options</replaceable></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1 id='description'>
+    <title>DESCRIPTION</title>
+    <para>
+      <command>pkfillnodata</command> fills nodata values in a raster dataset.
+      Nodata values are defined as 0 values in the mask raster dataset.
+      You can use the input file as the mask image if 0 values in the input
+      raster have to be filled.
+      Per default, all bands are filled.
+      Use the option <option>-b</option> to fill individual band(s) in a
+      multiband raster input image. 
+    </para>
+  </refsect1>
+
+  <refsect1 id='options'>
+    <title>OPTIONS</title>
+    <variablelist>
+
+      <varlistentry>
+        <term><option>-i</option> <replaceable>filename</replaceable></term>
+        <term><option>--input</option> <replaceable>filename</replaceable></term>
+        <listitem>
+          <para>
+            Input raster dataset
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-m</option> <replaceable>mask</replaceable></term>
+        <term><option>--mask</option> <replaceable>mask</replaceable></term>
+        <listitem>
+          <para>
+            Mask raster dataset indicating pixels to be interpolated
+            (zero valued)
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-o</option> <replaceable>filename</replaceable></term>
+        <term><option>--output</option> <replaceable>filename</replaceable></term>
+        <listitem>
+          <para>
+            Output image file
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-b</option> <replaceable>band</replaceable></term>
+        <term><option>--band</option> <replaceable>band</replaceable></term>
+        <listitem>
+          <para>
+            band(s) to process (Default is -1: process all bands)
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-v</option> <replaceable>level</replaceable></term>
+        <term><option>--verbose</option> <replaceable>level</replaceable></term>
+        <listitem>
+          <para>
+            verbose
+          </para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+    
+    <para>Advanced options</para>
+    <variablelist>
+
+      <varlistentry>
+        <term><option>-d</option> <replaceable>distance</replaceable></term>
+        <term><option>--distance</option> <replaceable>distance</replaceable></term>
+        <listitem>
+          <para>
+            Maximum number of pixels to search in all directions to find values
+            to interpolate from
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-it</option> <replaceable>iterations</replaceable></term>
+        <term><option>--iteration</option> <replaceable>iterations</replaceable></term>
+        <listitem>
+          <para>
+            Number of 3x3 smoothing filter passes to run (default 0)
+          </para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </refsect1>
+
+</refentry>

-- 
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