[Git][debian-gis-team/otb][master] Add manpages for new executables.

Bas Couwenberg gitlab at salsa.debian.org
Sun May 27 15:32:28 BST 2018


Bas Couwenberg pushed to branch master at Debian GIS Project / otb


Commits:
dcf4d8f7 by Bas Couwenberg at 2018-05-27T12:39:41+02:00
Add manpages for new executables.

- - - - -


7 changed files:

- debian/changelog
- + debian/manpages/otbQgisDescriptor.1
- + debian/manpages/otbcli_SampleAugmentation.1
- + debian/manpages/otbgui_SampleAugmentation.1
- debian/otb-bin-qt.manpages
- debian/otb-bin.manpages
- + debian/otb-qgis.manpages


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+otb (6.6.0~rc1+dfsg-1~exp2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add manpages for new executables.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 27 May 2018 09:45:08 +0200
+
 otb (6.6.0~rc1+dfsg-1~exp1) experimental; urgency=medium
 
   * Team upload.


=====================================
debian/manpages/otbQgisDescriptor.1
=====================================
--- /dev/null
+++ b/debian/manpages/otbQgisDescriptor.1
@@ -0,0 +1,6 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.6.
+.TH OTBQGISDESCRIPTOR "1" "May 2018" "otbQgisDescriptor 6.6.0" "User Commands"
+.SH NAME
+otbQgisDescriptor \- OTB QGIS Descriptor application
+.SH DESCRIPTION
+Generate application descriptor files for QGIS Processing Plugin.


=====================================
debian/manpages/otbcli_SampleAugmentation.1
=====================================
--- /dev/null
+++ b/debian/manpages/otbcli_SampleAugmentation.1
@@ -0,0 +1,53 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.6.
+.TH OTBCLI_SAMPLEAUGMENTATION "1" "May 2018" "otbcli_SampleAugmentation 6.6.0" "User Commands"
+.SH NAME
+otbcli_SampleAugmentation \- OTB SampleAugmentation application
+.SH DESCRIPTION
+This is the Sample Augmentation (SampleAugmentation) application, version 6.6.0
+.PP
+Generates synthetic samples from a sample data file.
+Complete documentation: http://www.orfeo\-toolbox.org/Applications/SampleAugmentation.html or \fB\-help\fR
+.PP
+Parameters:
+\fB\-in\fR                        <string>         Input samples  (mandatory)
+\fB\-out\fR                       <string>         Output samples  (mandatory)
+.TP
+\fB\-field\fR
+<string>         Field Name  (mandatory, no default value)
+.TP
+\fB\-layer\fR
+<int32>          Layer Index  (optional, off by default, default value is 0)
+.TP
+\fB\-label\fR
+<int32>          Label of the class to be augmented  (mandatory, default value is 1)
+.TP
+\fB\-samples\fR
+<int32>          Number of generated samples  (mandatory, default value is 100)
+.TP
+\fB\-exclude\fR
+<string list>    Field names for excluded features.  (mandatory, no default value)
+.TP
+\fB\-strategy\fR
+<string>         Augmentation strategy [replicate/jitter/smote] (mandatory, default value is replicate)
+.TP
+\fB\-strategy\fR.jitter.stdfactor <float>
+Factor for dividing the standard deviation of each feature  (mandatory, default value is 10)
+.TP
+\fB\-strategy\fR.smote.neighbors
+<int32>          Number of nearest neighbors.  (mandatory)
+.TP
+\fB\-seed\fR
+<int32>          set user defined seed  (optional, off by default)
+.TP
+\fB\-inxml\fR
+<string>         Load otb application from xml file  (optional, off by default)
+.TP
+\fB\-progress\fR
+<boolean>        Report progress
+.TP
+\fB\-help\fR
+<string list>    Display long help (empty list), or help for given parameters keys
+.PP
+Use \fB\-help\fR param1 [... paramN] to see detailed documentation of those parameters.
+.SH EXAMPLES
+otbcli_SampleAugmentation \-in samples.sqlite \-field class \-label 3 \-samples 100 \-out augmented_samples.sqlite \-exclude OGC_FID name class originfid \-strategy smote \-strategy.smote.neighbors 5


=====================================
debian/manpages/otbgui_SampleAugmentation.1
=====================================
--- /dev/null
+++ b/debian/manpages/otbgui_SampleAugmentation.1
@@ -0,0 +1,53 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.6.
+.TH OTBGUI_SAMPLEAUGMENTATION "1" "May 2018" "otbgui_SampleAugmentation 6.6.0" "User Commands"
+.SH NAME
+otbgui_SampleAugmentation \- OTB SampleAugmentation application
+.SH DESCRIPTION
+This is the Sample Augmentation (SampleAugmentation) application, version 6.6.0
+.PP
+Generates synthetic samples from a sample data file.
+Complete documentation: http://www.orfeo\-toolbox.org/Applications/SampleAugmentation.html or \fB\-help\fR
+.PP
+Parameters:
+\fB\-in\fR                        <string>         Input samples  (mandatory)
+\fB\-out\fR                       <string>         Output samples  (mandatory)
+.TP
+\fB\-field\fR
+<string>         Field Name  (mandatory, no default value)
+.TP
+\fB\-layer\fR
+<int32>          Layer Index  (optional, off by default, default value is 0)
+.TP
+\fB\-label\fR
+<int32>          Label of the class to be augmented  (mandatory, default value is 1)
+.TP
+\fB\-samples\fR
+<int32>          Number of generated samples  (mandatory, default value is 100)
+.TP
+\fB\-exclude\fR
+<string list>    Field names for excluded features.  (mandatory, no default value)
+.TP
+\fB\-strategy\fR
+<string>         Augmentation strategy [replicate/jitter/smote] (mandatory, default value is replicate)
+.TP
+\fB\-strategy\fR.jitter.stdfactor <float>
+Factor for dividing the standard deviation of each feature  (mandatory, default value is 10)
+.TP
+\fB\-strategy\fR.smote.neighbors
+<int32>          Number of nearest neighbors.  (mandatory)
+.TP
+\fB\-seed\fR
+<int32>          set user defined seed  (optional, off by default)
+.TP
+\fB\-inxml\fR
+<string>         Load otb application from xml file  (optional, off by default)
+.TP
+\fB\-progress\fR
+<boolean>        Report progress
+.TP
+\fB\-help\fR
+<string list>    Display long help (empty list), or help for given parameters keys
+.PP
+Use \fB\-help\fR param1 [... paramN] to see detailed documentation of those parameters.
+.SH EXAMPLES
+otbgui_SampleAugmentation \-in samples.sqlite \-field class \-label 3 \-samples 100 \-out augmented_samples.sqlite \-exclude OGC_FID name class originfid \-strategy smote \-strategy.smote.neighbors 5


=====================================
debian/otb-bin-qt.manpages
=====================================
--- a/debian/otb-bin-qt.manpages
+++ b/debian/otb-bin-qt.manpages
@@ -69,6 +69,7 @@ debian/manpages/otbgui_ReadImageInfo.1
 debian/manpages/otbgui_RefineSensorModel.1
 debian/manpages/otbgui_Rescale.1
 debian/manpages/otbgui_RigidTransformResample.1
+debian/manpages/otbgui_SampleAugmentation.1
 debian/manpages/otbgui_SampleExtraction.1
 debian/manpages/otbgui_SampleSelection.1
 debian/manpages/otbgui_SARCalibration.1


=====================================
debian/otb-bin.manpages
=====================================
--- a/debian/otb-bin.manpages
+++ b/debian/otb-bin.manpages
@@ -69,6 +69,7 @@ debian/manpages/otbcli_ReadImageInfo.1
 debian/manpages/otbcli_RefineSensorModel.1
 debian/manpages/otbcli_Rescale.1
 debian/manpages/otbcli_RigidTransformResample.1
+debian/manpages/otbcli_SampleAugmentation.1
 debian/manpages/otbcli_SampleExtraction.1
 debian/manpages/otbcli_SampleSelection.1
 debian/manpages/otbcli_SARCalibration.1


=====================================
debian/otb-qgis.manpages
=====================================
--- /dev/null
+++ b/debian/otb-qgis.manpages
@@ -0,0 +1 @@
+debian/manpages/otbQgisDescriptor.1



View it on GitLab: https://salsa.debian.org/debian-gis-team/otb/commit/dcf4d8f762ce450d11ccb6498647938ab97d5938

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/otb/commit/dcf4d8f762ce450d11ccb6498647938ab97d5938
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20180527/98548ba2/attachment-0001.html>


More information about the Pkg-grass-devel mailing list