Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
ADD: QGIS description file .xml
Browse files Browse the repository at this point in the history
  • Loading branch information
remicres committed Aug 29, 2017
1 parent 21f6af3 commit 89e3fa8
Showing 1 changed file with 147 additions and 0 deletions.
147 changes: 147 additions & 0 deletions Mosaic.xml
@@ -0,0 +1,147 @@
<root>
<key>Mosaic</key>
<exec>otbcli_Mosaic</exec>
<longname>Mosaic</longname>
<group>Image Manipulation</group>
<description>Natural Color Satellite Image Mosaicking Using Quadratic Programming in Decorrelated Color Space</description>
<parameter>
<parameter_type source_parameter_type="ParameterType_InputImageList">ParameterMultipleInput</parameter_type>
<key>il</key>
<name>Input image list</name>
<description>Image list to perform mosaic on.</description>
<datatype />
<optional>False</optional>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_InputVectorData">ParameterVector</parameter_type>
<key>vdcut</key>
<name>Input Vector data for cutline</name>
<description>Input Vector data for cutline</description>
<shapetype />
<optional>True</optional>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_InputVectorData">ParameterVector</parameter_type>
<key>vdstats</key>
<name>Input Vector data for statistics computing</name>
<description>Input Vector data for statistics computing</description>
<shapetype />
<optional>True</optional>
</parameter>

<parameter>
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
<key>comp.feather</key>
<name>Feathering method</name>
<description>Feathering method</description>
<options>
<choices>
<choice>none</choice>
<choice>large</choice>
<choice>slim</choice>
</choices>
</options>
<default>0</default>
</parameter>

<parameter>
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
<key>comp.feather.slim.exponent</key>
<name>Transition smoothness (Used only if Feathering method is 'slim')</name>
<description>Transition smoothness (Unitary exponent = linear transition)</description>
<minValue>0.001</minValue>
<maxValue />
<default>1</default>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
<key>comp.feather.slim.lenght</key>
<name>Transition length (Used only if Feathering method is 'slim')</name>
<description>Transition length (In cartographic units)</description>
<minValue>0</minValue>
<maxValue />
<default>100</default>
</parameter>

<parameter>
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
<key>harmo.method</key>
<name>Harmonization method</name>
<description>Harmonization method</description>
<options>
<choices>
<choice>none</choice>
<choice>band</choice>
<choice>rgb</choice>
</choices>
</options>
<default>0</default>
</parameter>

<parameter>
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
<key>harmo.cost</key>
<name>Harmonization cost function (Used only if Harmonization method is not 'none')</name>
<description>Harmonization cost function</description>
<options>
<choices>
<choice>mu</choice>
<choice>musig</choice>
<choice>rmse</choice>
</choices>
</options>
<default>0</default>
</parameter>

<parameter>
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
<key>interpolator</key>
<name>Interpolation</name>
<description>This group of parameters allows defining how the input image will be interpolated during resampling.</description>
<options>
<choices>
<choice>nn</choice>
<choice>linear</choice>
<choice>bco</choice>
</choices>
</options>
<default>0</default>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
<key>interpolator.bco.radius</key>
<name>Radius for bicubic interpolation (Used only if Interpolation is 'bco')</name>
<description>This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.</description>
<minValue />
<maxValue />
<default>2</default>
</parameter>

<parameter>
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
<key>distancemap.sr</key>
<name>Distance map images sampling ratio (Used only if Feathering method is not 'none')</name>
<description>Distance map images sampling ratio : increase this parameter if not enough RAM, only in large feathering compositing mode</description>
<minValue>1</minValue>
<maxValue />
<default>10</default>
</parameter>

<parameter>
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type>
<key>out</key>
<name>Output image</name>
<description>Output mosaic image</description>
<hidden />
</parameter>

<parameter>
<parameter_type source_parameter_type="ParameterType_Directory">ParameterFile</parameter_type>
<key>tmpdir</key>
<name>Directory where to write temporary files (Used only if Feathering method is not 'none')</name>
<description>This applications need to write temporary files for each tile. This parameter allows choosing the path where to write those files. If disabled, the current path will be used.</description>
<isFolder />
<optional>True</optional>
</parameter>

</root>

0 comments on commit 89e3fa8

Please sign in to comment.