[pktools] 09/28: Update manpages for upstream changes.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Wed May 18 10:03:06 UTC 2016


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

sebastic pushed a commit to branch master
in repository pktools.

commit 4319b716fc81a99b147a2414e8e8ecae27bb9a80
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue May 17 23:11:28 2016 +0200

    Update manpages for upstream changes.
---
 debian/changelog             |  1 +
 debian/man/pkcomposite.1.xml | 77 ++++++++++++++++++++++++++++++++++++++++++++
 debian/man/pkcrop.1.xml      | 24 +++++++++++++-
 debian/man/pkextract.1.xml   |  3 +-
 debian/man/pkfilter.1.xml    |  4 +++
 debian/man/pklas2img.1.xml   |  8 ++---
 6 files changed, 110 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a9f84cd..f823b2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ pktools (2.6.7-1) UNRELEASED; urgency=medium
     - Add license & copyright for svm.{cpp,h}
   * Switch buildsystem to CMake.
   * Enable all hardening buildflags.
+  * Update manpages for upstream changes.
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 17 May 2016 20:46:48 +0200
 
diff --git a/debian/man/pkcomposite.1.xml b/debian/man/pkcomposite.1.xml
index e511826..6f79422 100644
--- a/debian/man/pkcomposite.1.xml
+++ b/debian/man/pkcomposite.1.xml
@@ -132,6 +132,61 @@
       </varlistentry>
 
       <varlistentry>
+        <term><option>-cut</option></term>
+        <term><option>--crop_to_cutline</option></term>
+        <listitem>
+          <para>
+            Crop the extent of the target dataset to the extent of the cutline
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-eo</option> <replaceable>options</replaceable></term>
+        <term><option>--eo</option> <replaceable>options</replaceable></term>
+        <listitem>
+          <para>
+            Special extent options controlling rasterization:
+            <literal>ATTRIBUTE|CHUNKYSIZE|ALL_TOUCHED|BURN_VALUE_FROM|MERGE_ALG</literal>,
+            e.g., <option>-eo</option>
+            <literal>ATTRIBUTE=</literal><replaceable>fieldname</replaceable>
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-m</option> <replaceable>mask</replaceable></term>
+        <term><option>--mask</option> <replaceable>mask</replaceable></term>
+        <listitem>
+          <para>
+            Use the first band of the specified file as a validity mask
+            (0 is nodata)
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-msknodata</option> <replaceable>value</replaceable></term>
+        <term><option>--msknodata</option> <replaceable>value</replaceable></term>
+        <listitem>
+          <para>
+            Mask value not to consider for composite
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-mskband</option> <replaceable>value</replaceable></term>
+        <term><option>--mskband</option> <replaceable>value</replaceable></term>
+        <listitem>
+          <para>
+            Mask band to read
+            (0 indexed)
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term><option>-ulx</option> <replaceable>ULX</replaceable></term>
         <term><option>--ulx</option> <replaceable>ULX</replaceable></term>
         <listitem>
@@ -379,6 +434,28 @@
       </varlistentry>
 
       <varlistentry>
+        <term><option>-scale</option> <replaceable>value</replaceable></term>
+        <term><option>--scale</option> <replaceable>value</replaceable></term>
+        <listitem>
+          <para>
+            Scale value
+            <literal>output=scale*input+offset</literal>
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-off</option> <replaceable>value</replaceable></term>
+        <term><option>--offset</option> <replaceable>value</replaceable></term>
+        <listitem>
+          <para>
+            Offset value
+            <literal>output=scale*input+offset</literal>
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term><option>-d</option> <replaceable>description</replaceable></term>
         <term><option>--description</option> <replaceable>description</replaceable></term>
         <listitem>
diff --git a/debian/man/pkcrop.1.xml b/debian/man/pkcrop.1.xml
index 32c6588..8f5110e 100644
--- a/debian/man/pkcrop.1.xml
+++ b/debian/man/pkcrop.1.xml
@@ -251,6 +251,29 @@
       </varlistentry>
 
       <varlistentry>
+        <term><option>-cut</option></term>
+        <term><option>--crop_to_cutline</option></term>
+        <listitem>
+          <para>
+            Crop the extent of the target dataset to the extent of the cutline
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-eo</option> <replaceable>options</replaceable></term>
+        <term><option>--eo</option> <replaceable>options</replaceable></term>
+        <listitem>
+          <para>
+            Special extent options controlling rasterization:
+            <literal>ATTRIBUTE|CHUNKYSIZE|ALL_TOUCHED|BURN_VALUE_FROM|MERGE_ALG</literal>,
+            e.g., <option>-eo</option>
+            <literal>ATTRIBUTE=</literal><replaceable>fieldname</replaceable>
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term><option>-m</option> <replaceable>file</replaceable></term>
         <term><option>--mask</option> <replaceable>file</replaceable></term>
         <listitem>
@@ -276,7 +299,6 @@
         <listitem>
           <para>
             Mask band to read (0 indexed).
-            Provide band for each mask.
           </para>
         </listitem>
       </varlistentry>
diff --git a/debian/man/pkextract.1.xml b/debian/man/pkextract.1.xml
index b386099..1f6c43d 100644
--- a/debian/man/pkextract.1.xml
+++ b/debian/man/pkextract.1.xml
@@ -210,7 +210,7 @@
           <para>
             Probability threshold for selecting samples (randomly).
             Provide probability in percentage (>0) or absolute (<0).
-            Use a single threshold for vector sample datasets.
+            Use a single threshold per vector sample layer.
             If using raster land cover maps as a sample dataset,
             you can provide a threshold value for each class
             (e.g. <option>-t</option> <replaceable>80</replaceable>
@@ -401,7 +401,6 @@
         <listitem>
           <para>
             Down sampling factor (for raster sample datasets only).
-            Can be used to create grid points
           </para>
         </listitem>
       </varlistentry>
diff --git a/debian/man/pkfilter.1.xml b/debian/man/pkfilter.1.xml
index 8373a25..e349032 100644
--- a/debian/man/pkfilter.1.xml
+++ b/debian/man/pkfilter.1.xml
@@ -338,6 +338,10 @@
                 <entry>heterog</entry>
                 <entry>central pixel must be different than all other pixels within window</entry>
               </row>
+              <row>
+                <entry>sauvola</entry>
+                <entry>Sauvola's thresholding method</entry>
+              </row>
             </tbody>
           </tgroup>
         </informaltable>
diff --git a/debian/man/pklas2img.1.xml b/debian/man/pklas2img.1.xml
index 78584de..0c89223 100644
--- a/debian/man/pklas2img.1.xml
+++ b/debian/man/pklas2img.1.xml
@@ -71,7 +71,7 @@
         <term><option>--name</option> <replaceable>attribute</replaceable></term>
         <listitem>
           <para>
-            names of the attribute to select: intensity, angle, return, nreturn, z
+            names of the attribute to select: intensity, angle, return, nreturn, spacing, z
           </para>
         </listitem>
       </varlistentry>
@@ -81,9 +81,9 @@
         <term><option>--comp</option> <replaceable>composite</replaceable></term>
         <listitem>
           <para>
-            composite for multiple points in cell (min, max, median, mean, sum,
-            first, last, profile (percentile height values), number (point
-            density)).
+            composite for multiple points in cell (min, max, absmin, absmax,
+            median, mean, sum, first, last, profile (percentile height values),
+            number (point density)).
             Last: overwrite cells with latest point
           </para>
         </listitem>

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