Mercurial > repos > ecology > zoo_project_ogc_api_processes
comparison zoo_project_ogc_api_processes.xml @ 1:099d42f5804c draft
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/ogc_api_processes_wrapper commit b9f9ef35f2d392fa85c4ffb460cda2a9b4c69955
| author | ecology |
|---|---|
| date | Mon, 06 May 2024 09:09:43 +0000 |
| parents | f6288dd4b77a |
| children | bcb6009d5af7 |
comparison
equal
deleted
inserted
replaced
| 0:f6288dd4b77a | 1:099d42f5804c |
|---|---|
| 1 <tool id="zoo_project_ogc_api_processes" name="Zoo Project OGC API Processes" version="0.1.0" profile="22.05" > | 1 <tool id="zoo_project_ogc_api_processes" name="Zoo Project OGC API Processes" version="0.1.0" profile="22.05"> |
| 2 <description>executes remote processes</description> | 2 <description>executes remote processes</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
| 760 <option value="all">all</option> | 760 <option value="all">all</option> |
| 761 <option value="grayscale">grayscale</option> | 761 <option value="grayscale">grayscale</option> |
| 762 <option value="rgb">rgb</option> | 762 <option value="rgb">rgb</option> |
| 763 </param> | 763 </param> |
| 764 <param name="channels_grayscale_channel" label="channels.grayscale.channel" optional="false" value="1" help="channels.grayscale.channel" type="integer"/> | 764 <param name="channels_grayscale_channel" label="channels.grayscale.channel" optional="false" value="1" help="channels.grayscale.channel" type="integer"/> |
| 765 <param name="channels_rgb_red" label="channels.rgb.red" optional="false" help="Red channel index." type="integer"/> | 765 <param name="channels_rgb_red" label="channels.rgb.red" optional="false" value="" help="Red channel index." type="integer"/> |
| 766 <param name="channels_rgb_green" label="channels.rgb.green" optional="false" help="Green channel index." type="integer"/> | 766 <param name="channels_rgb_green" label="channels.rgb.green" optional="false" value="" help="Green channel index." type="integer"/> |
| 767 <param name="channels_rgb_blue" label="channels.rgb.blue" optional="false" help="Blue channel index." type="integer"/> | 767 <param name="channels_rgb_blue" label="channels.rgb.blue" optional="false" value="" help="Blue channel index." type="integer"/> |
| 768 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> | 768 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> |
| 769 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> | 769 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> |
| 770 <expand macro="format_options"/> | 770 <expand macro="format_options"/> |
| 771 </param> | 771 </param> |
| 772 </when> | 772 </when> |
| 934 <option value="vector">vector</option> | 934 <option value="vector">vector</option> |
| 935 </param> | 935 </param> |
| 936 <param name="ref_raster_in" label="ref.raster.in" optional="false" help="Input image containing the ground truth labels" type="data" format="txt"/> | 936 <param name="ref_raster_in" label="ref.raster.in" optional="false" help="Input image containing the ground truth labels" type="data" format="txt"/> |
| 937 <param name="ref_raster_nodata" label="ref.raster.nodata" optional="true" value="0" help="Label to be treated as no data in ref raster." type="integer"/> | 937 <param name="ref_raster_nodata" label="ref.raster.nodata" optional="true" value="0" help="Label to be treated as no data in ref raster." type="integer"/> |
| 938 <param name="ref_vector_in" label="ref.vector.in" optional="false" help="Input vector data of the ground truth" type="data" format="txt"/> | 938 <param name="ref_vector_in" label="ref.vector.in" optional="false" help="Input vector data of the ground truth" type="data" format="txt"/> |
| 939 <param name="ref_vector_field" label="ref.vector.field" optional="false" help="Field name containing the label values" type="text"/> | 939 <param name="ref_vector_field" label="ref.vector.field" optional="false" value="" help="Field name containing the label values" type="text"/> |
| 940 <param name="ref_vector_nodata" label="ref.vector.nodata" optional="true" value="0" help="Label to be treated as no data in ref vector. Please note that this value is always used in vector mode, to generate default values. Please set it to a value that does not correspond to a class label." type="integer"/> | 940 <param name="ref_vector_nodata" label="ref.vector.nodata" optional="true" value="0" help="Label to be treated as no data in ref vector. Please note that this value is always used in vector mode, to generate default values. Please set it to a value that does not correspond to a class label." type="integer"/> |
| 941 <param name="nodatalabel" label="nodatalabel" optional="true" value="0" help="Label to be treated as no data in input image" type="integer"/> | 941 <param name="nodatalabel" label="nodatalabel" optional="true" value="0" help="Label to be treated as no data in input image" type="integer"/> |
| 942 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> | 942 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> |
| 943 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> | 943 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> |
| 944 <option value="text/csv">text/csv</option> | 944 <option value="text/csv">text/csv</option> |
| 954 <expand macro="format_options"/> | 954 <expand macro="format_options"/> |
| 955 </param> | 955 </param> |
| 956 </when> | 956 </when> |
| 957 <when value="OTB.SampleAugmentation"> | 957 <when value="OTB.SampleAugmentation"> |
| 958 <param name="in" label="in" optional="false" help="Vector data file containing samples (OGR format)" type="data" format="txt"/> | 958 <param name="in" label="in" optional="false" help="Vector data file containing samples (OGR format)" type="data" format="txt"/> |
| 959 <param name="field" label="field" optional="false" help="Name of the field carrying the class name in the input vectors." type="text"/> | 959 <param name="field" label="field" optional="false" value="" help="Name of the field carrying the class name in the input vectors." type="text"/> |
| 960 <param name="layer" label="layer" optional="true" value="0" help="Layer index to read in the input vector file." type="integer"/> | 960 <param name="layer" label="layer" optional="true" value="0" help="Layer index to read in the input vector file." type="integer"/> |
| 961 <param name="label" label="label" optional="false" value="1" help="Label of the class of the input file for which new samples will be generated." type="integer"/> | 961 <param name="label" label="label" optional="false" value="1" help="Label of the class of the input file for which new samples will be generated." type="integer"/> |
| 962 <param name="samples" label="samples" optional="false" value="100" help="Number of synthetic samples that will be generated." type="integer"/> | 962 <param name="samples" label="samples" optional="false" value="100" help="Number of synthetic samples that will be generated." type="integer"/> |
| 963 <param name="exclude" label="exclude" optional="false" help="List of field names in the input vector data that will not be generated in the output file." type="text"/> | 963 <param name="exclude" label="exclude" optional="false" value="" help="List of field names in the input vector data that will not be generated in the output file." type="text"/> |
| 964 <param name="strategy" label="strategy" optional="false" value="replicate" help="strategy" type="select"> | 964 <param name="strategy" label="strategy" optional="false" value="replicate" help="strategy" type="select"> |
| 965 <option value="replicate">replicate</option> | 965 <option value="replicate">replicate</option> |
| 966 <option value="jitter">jitter</option> | 966 <option value="jitter">jitter</option> |
| 967 <option value="smote">smote</option> | 967 <option value="smote">smote</option> |
| 968 </param> | 968 </param> |
| 969 <param name="strategy_jitter_stdfactor" label="strategy.jitter.stdfactor" optional="false" value="10" help="The noise added to the input samples will have the standard deviation of the input features divided by the value of this parameter. " type="float"/> | 969 <param name="strategy_jitter_stdfactor" label="strategy.jitter.stdfactor" optional="false" value="10" help="The noise added to the input samples will have the standard deviation of the input features divided by the value of this parameter. " type="float"/> |
| 970 <param name="strategy_smote_neighbors" label="strategy.smote.neighbors" optional="false" help="Number of nearest neighbors to be used in the SMOTE algorithm" type="integer"/> | 970 <param name="strategy_smote_neighbors" label="strategy.smote.neighbors" optional="false" value="" help="Number of nearest neighbors to be used in the SMOTE algorithm" type="integer"/> |
| 971 <param name="seed" label="seed" optional="true" help="Set specific seed. with integer value." type="integer"/> | 971 <param name="seed" label="seed" optional="true" help="Set specific seed. with integer value." type="integer"/> |
| 972 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> | 972 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> |
| 973 <option value="text/xml">text/xml</option> | 973 <option value="text/xml">text/xml</option> |
| 974 <option value="application/vnd.google-earth.kml+xml">application/vnd.google-earth.kml+xml</option> | 974 <option value="application/vnd.google-earth.kml+xml">application/vnd.google-earth.kml+xml</option> |
| 975 <option value="application/json">application/json</option> | 975 <option value="application/json">application/json</option> |
| 1006 <param name="input_idy" label="input.idy" optional="false" value="0" help="Y coordinate of the point to transform." type="float"/> | 1006 <param name="input_idy" label="input.idy" optional="false" value="0" help="Y coordinate of the point to transform." type="float"/> |
| 1007 </when> | 1007 </when> |
| 1008 <when value="OTB.DSFuzzyModelEstimation"> | 1008 <when value="OTB.DSFuzzyModelEstimation"> |
| 1009 <param name="psin" label="psin" optional="false" help="Ground truth vector data for positive samples" type="data" format="txt"/> | 1009 <param name="psin" label="psin" optional="false" help="Ground truth vector data for positive samples" type="data" format="txt"/> |
| 1010 <param name="nsin" label="nsin" optional="false" help="Ground truth vector data for negative samples" type="data" format="txt"/> | 1010 <param name="nsin" label="nsin" optional="false" help="Ground truth vector data for negative samples" type="data" format="txt"/> |
| 1011 <param name="belsup" label="belsup" optional="false" help="Dempster Shafer study hypothesis to compute belief" type="text"/> | 1011 <param name="belsup" label="belsup" optional="false" value="" help="Dempster Shafer study hypothesis to compute belief" type="text"/> |
| 1012 <param name="plasup" label="plasup" optional="false" help="Dempster Shafer study hypothesis to compute plausibility" type="text"/> | 1012 <param name="plasup" label="plasup" optional="false" value="" help="Dempster Shafer study hypothesis to compute plausibility" type="text"/> |
| 1013 <param name="cri" label="cri" optional="true" value="((Belief + Plausibility)/2.)" help="Dempster Shafer criterion (by default (belief+plausibility)/2)" type="text"/> | 1013 <param name="cri" label="cri" optional="true" value="((Belief + Plausibility)/2.)" help="Dempster Shafer criterion (by default (belief+plausibility)/2)" type="text"/> |
| 1014 <param name="wgt" label="wgt" optional="true" value="0.5" help="Coefficient between 0 and 1 to promote undetection or false detections (default 0.5)" type="float"/> | 1014 <param name="wgt" label="wgt" optional="true" value="0.5" help="Coefficient between 0 and 1 to promote undetection or false detections (default 0.5)" type="float"/> |
| 1015 <param name="initmod" label="initmod" optional="false" help="Initialization model (xml file) to be used. If the xml initialization model is set, the descriptor list is not used (specified using the option -desclist)" type="data" format="txt"/> | 1015 <param name="initmod" label="initmod" optional="false" help="Initialization model (xml file) to be used. If the xml initialization model is set, the descriptor list is not used (specified using the option -desclist)" type="data" format="txt"/> |
| 1016 <param name="desclist" label="desclist" optional="true" help="List of the descriptors to be used in the model (must be specified to perform an automatic initialization)" type="text"/> | 1016 <param name="desclist" label="desclist" optional="true" help="List of the descriptors to be used in the model (must be specified to perform an automatic initialization)" type="text"/> |
| 1017 <param name="maxnbit" label="maxnbit" optional="true" value="200" help="Maximum number of optimizer iteration (default 200)" type="integer"/> | 1017 <param name="maxnbit" label="maxnbit" optional="true" value="200" help="Maximum number of optimizer iteration (default 200)" type="integer"/> |
| 1040 <option value="autosize">autosize</option> | 1040 <option value="autosize">autosize</option> |
| 1041 <option value="autospacing">autospacing</option> | 1041 <option value="autospacing">autospacing</option> |
| 1042 <option value="outputroi">outputroi</option> | 1042 <option value="outputroi">outputroi</option> |
| 1043 <option value="orthofit">orthofit</option> | 1043 <option value="orthofit">orthofit</option> |
| 1044 </param> | 1044 </param> |
| 1045 <param name="outputs_ulx" label="outputs.ulx" optional="false" help="Cartographic X coordinate of upper-left corner (meters for cartographic projections, degrees for geographic ones)" type="float"/> | 1045 <param name="outputs_ulx" label="outputs.ulx" optional="false" value="" help="Cartographic X coordinate of upper-left corner (meters for cartographic projections, degrees for geographic ones)" type="float"/> |
| 1046 <param name="outputs_uly" label="outputs.uly" optional="false" help="Cartographic Y coordinate of the upper-left corner (meters for cartographic projections, degrees for geographic ones)" type="float"/> | 1046 <param name="outputs_uly" label="outputs.uly" optional="false" value="" help="Cartographic Y coordinate of the upper-left corner (meters for cartographic projections, degrees for geographic ones)" type="float"/> |
| 1047 <param name="outputs_sizex" label="outputs.sizex" optional="false" help="Size of projected image along X (in pixels)" type="integer"/> | 1047 <param name="outputs_sizex" label="outputs.sizex" optional="false" value="" help="Size of projected image along X (in pixels)" type="integer"/> |
| 1048 <param name="outputs_sizey" label="outputs.sizey" optional="false" help="Size of projected image along Y (in pixels)" type="integer"/> | 1048 <param name="outputs_sizey" label="outputs.sizey" optional="false" value="" help="Size of projected image along Y (in pixels)" type="integer"/> |
| 1049 <param name="outputs_spacingx" label="outputs.spacingx" optional="false" help="Size of each pixel along X axis (meters for cartographic projections, degrees for geographic ones)" type="float"/> | 1049 <param name="outputs_spacingx" label="outputs.spacingx" optional="false" value="" help="Size of each pixel along X axis (meters for cartographic projections, degrees for geographic ones)" type="float"/> |
| 1050 <param name="outputs_spacingy" label="outputs.spacingy" optional="false" help="Size of each pixel along Y axis (meters for cartographic projections, degrees for geographic ones)" type="float"/> | 1050 <param name="outputs_spacingy" label="outputs.spacingy" optional="false" value="" help="Size of each pixel along Y axis (meters for cartographic projections, degrees for geographic ones)" type="float"/> |
| 1051 <param name="outputs_lrx" label="outputs.lrx" optional="true" help="Cartographic X coordinate of the lower-right corner (meters for cartographic projections, degrees for geographic ones)" type="float"/> | 1051 <param name="outputs_lrx" label="outputs.lrx" optional="true" help="Cartographic X coordinate of the lower-right corner (meters for cartographic projections, degrees for geographic ones)" type="float"/> |
| 1052 <param name="outputs_lry" label="outputs.lry" optional="true" help="Cartographic Y coordinate of the lower-right corner (meters for cartographic projections, degrees for geographic ones)" type="float"/> | 1052 <param name="outputs_lry" label="outputs.lry" optional="true" help="Cartographic Y coordinate of the lower-right corner (meters for cartographic projections, degrees for geographic ones)" type="float"/> |
| 1053 <param name="outputs_ortho" label="outputs.ortho" optional="false" help="A model ortho-image that can be used to compute size, origin and spacing of the output" type="data" format="txt"/> | 1053 <param name="outputs_ortho" label="outputs.ortho" optional="false" help="A model ortho-image that can be used to compute size, origin and spacing of the output" type="data" format="txt"/> |
| 1054 <param name="outputs_isotropic" label="outputs.isotropic" optional="false" value="False" help="Default spacing (pixel size) values are estimated from the sensor modeling of the image. It can therefore result in a non-isotropic spacing. This option allows you to force default values to be isotropic (in this case, the minimum of spacing in both direction is applied. Values overridden by user are not affected by this option." type="boolean" truevalue="True" falsevalue="False"/> | 1054 <param name="outputs_isotropic" label="outputs.isotropic" optional="false" value="False" help="Default spacing (pixel size) values are estimated from the sensor modeling of the image. It can therefore result in a non-isotropic spacing. This option allows you to force default values to be isotropic (in this case, the minimum of spacing in both direction is applied. Values overridden by user are not affected by this option." type="boolean" truevalue="True" falsevalue="False"/> |
| 1055 <param name="outputs_default" label="outputs.default" optional="true" value="0" help="Default value to write when outside of input image." type="float"/> | 1055 <param name="outputs_default" label="outputs.default" optional="true" value="0" help="Default value to write when outside of input image." type="float"/> |
| 1117 <option value="ncc">ncc</option> | 1117 <option value="ncc">ncc</option> |
| 1118 <option value="lp">lp</option> | 1118 <option value="lp">lp</option> |
| 1119 </param> | 1119 </param> |
| 1120 <param name="bm_metric_lp_p" label="bm.metric.lp.p" optional="false" value="1" help="Value of the p parameter in Lp pseudo-norm (must be positive)." type="float"/> | 1120 <param name="bm_metric_lp_p" label="bm.metric.lp.p" optional="false" value="1" help="Value of the p parameter in Lp pseudo-norm (must be positive)." type="float"/> |
| 1121 <param name="bm_radius" label="bm.radius" optional="false" value="3" help="The radius (in pixels) of blocks in Block-Matching" type="integer"/> | 1121 <param name="bm_radius" label="bm.radius" optional="false" value="3" help="The radius (in pixels) of blocks in Block-Matching" type="integer"/> |
| 1122 <param name="bm_minhd" label="bm.minhd" optional="false" help="Minimum horizontal disparity to explore (can be negative)" type="integer"/> | 1122 <param name="bm_minhd" label="bm.minhd" optional="false" value="" help="Minimum horizontal disparity to explore (can be negative)" type="integer"/> |
| 1123 <param name="bm_maxhd" label="bm.maxhd" optional="false" help="Maximum horizontal disparity to explore (can be negative)" type="integer"/> | 1123 <param name="bm_maxhd" label="bm.maxhd" optional="false" value="" help="Maximum horizontal disparity to explore (can be negative)" type="integer"/> |
| 1124 <param name="bm_minvd" label="bm.minvd" optional="false" help="Minimum vertical disparity to explore (can be negative)" type="integer"/> | 1124 <param name="bm_minvd" label="bm.minvd" optional="false" value="" help="Minimum vertical disparity to explore (can be negative)" type="integer"/> |
| 1125 <param name="bm_maxvd" label="bm.maxvd" optional="false" help="Maximum vertical disparity to explore (can be negative)" type="integer"/> | 1125 <param name="bm_maxvd" label="bm.maxvd" optional="false" value="" help="Maximum vertical disparity to explore (can be negative)" type="integer"/> |
| 1126 <param name="bm_subpixel" label="bm.subpixel" optional="false" value="none" help="Estimate disparities with sub-pixel precision" type="select"> | 1126 <param name="bm_subpixel" label="bm.subpixel" optional="false" value="none" help="Estimate disparities with sub-pixel precision" type="select"> |
| 1127 <option value="none">none</option> | 1127 <option value="none">none</option> |
| 1128 <option value="parabolic">parabolic</option> | 1128 <option value="parabolic">parabolic</option> |
| 1129 <option value="triangular">triangular</option> | 1129 <option value="triangular">triangular</option> |
| 1130 <option value="dichotomy">dichotomy</option> | 1130 <option value="dichotomy">dichotomy</option> |
| 1168 </param> | 1168 </param> |
| 1169 </when> | 1169 </when> |
| 1170 <when value="OTB.ConnectedComponentSegmentation"> | 1170 <when value="OTB.ConnectedComponentSegmentation"> |
| 1171 <param name="in" label="in" optional="false" help="The image to segment." type="data" format="txt"/> | 1171 <param name="in" label="in" optional="false" help="The image to segment." type="data" format="txt"/> |
| 1172 <param name="mask" label="mask" optional="true" help="Mask mathematical expression (only if support image is given)" type="text"/> | 1172 <param name="mask" label="mask" optional="true" help="Mask mathematical expression (only if support image is given)" type="text"/> |
| 1173 <param name="expr" label="expr" optional="false" help="Formula used for connected component segmentation" type="text"/> | 1173 <param name="expr" label="expr" optional="false" value="" help="Formula used for connected component segmentation" type="text"/> |
| 1174 <param name="minsize" label="minsize" optional="true" value="2" help="Min object size (area in pixel)" type="integer"/> | 1174 <param name="minsize" label="minsize" optional="true" value="2" help="Min object size (area in pixel)" type="integer"/> |
| 1175 <param name="obia" label="obia" optional="true" help="OBIA mathematical expression" type="text"/> | 1175 <param name="obia" label="obia" optional="true" help="OBIA mathematical expression" type="text"/> |
| 1176 <param name="elev_dem" label="elev.dem" optional="true" help="This parameter allows selecting a directory containing Digital Elevation Model files. Note that this directory should contain only DEM files. Unexpected behaviour might occurs if other images are found in this directory." type="text"/> | 1176 <param name="elev_dem" label="elev.dem" optional="true" help="This parameter allows selecting a directory containing Digital Elevation Model files. Note that this directory should contain only DEM files. Unexpected behaviour might occurs if other images are found in this directory." type="text"/> |
| 1177 <param name="elev_geoid" label="elev.geoid" optional="false" help="Use a geoid grid to get the height above the ellipsoid in case there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles. A version of the geoid can be found on the OTB website(https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb-data/blob/master/Input/DEM/egm96.grd)." type="data" format="txt"/> | 1177 <param name="elev_geoid" label="elev.geoid" optional="false" help="Use a geoid grid to get the height above the ellipsoid in case there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles. A version of the geoid can be found on the OTB website(https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb-data/blob/master/Input/DEM/egm96.grd)." type="data" format="txt"/> |
| 1178 <param name="elev_default" label="elev.default" optional="false" value="0" help="This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value." type="float"/> | 1178 <param name="elev_default" label="elev.default" optional="false" value="0" help="This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value." type="float"/> |
| 1192 <param name="cleanup" label="cleanup" optional="false" value="False" help="If activated, the application will try to clean all temporary files it created" type="boolean" truevalue="True" falsevalue="False"/> | 1192 <param name="cleanup" label="cleanup" optional="false" value="False" help="If activated, the application will try to clean all temporary files it created" type="boolean" truevalue="True" falsevalue="False"/> |
| 1193 <param name="sample_mt" label="sample.mt" optional="false" value="1000" help="Maximum size per class (in pixels) of the training sample list (default = 1000) (no limit = -1). If equal to -1, then the maximal size of the available training sample list per class will be equal to the surface area of the smallest class multiplied by the training sample ratio." type="integer"/> | 1193 <param name="sample_mt" label="sample.mt" optional="false" value="1000" help="Maximum size per class (in pixels) of the training sample list (default = 1000) (no limit = -1). If equal to -1, then the maximal size of the available training sample list per class will be equal to the surface area of the smallest class multiplied by the training sample ratio." type="integer"/> |
| 1194 <param name="sample_mv" label="sample.mv" optional="false" value="1000" help="Maximum size per class (in pixels) of the validation sample list (default = 1000) (no limit = -1). If equal to -1, then the maximal size of the available validation sample list per class will be equal to the surface area of the smallest class multiplied by the validation sample ratio." type="integer"/> | 1194 <param name="sample_mv" label="sample.mv" optional="false" value="1000" help="Maximum size per class (in pixels) of the validation sample list (default = 1000) (no limit = -1). If equal to -1, then the maximal size of the available validation sample list per class will be equal to the surface area of the smallest class multiplied by the validation sample ratio." type="integer"/> |
| 1195 <param name="sample_bm" label="sample.bm" optional="false" value="1" help="Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1)." type="integer"/> | 1195 <param name="sample_bm" label="sample.bm" optional="false" value="1" help="Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1)." type="integer"/> |
| 1196 <param name="sample_vtr" label="sample.vtr" optional="false" value="0.5" help="Ratio between training and validation samples (0.0 = all training, 1.0 = all validation) (default = 0.5)." type="float"/> | 1196 <param name="sample_vtr" label="sample.vtr" optional="false" value="0.5" help="Ratio between training and validation samples (0.0 = all training, 1.0 = all validation) (default = 0.5)." type="float"/> |
| 1197 <param name="sample_vfn" label="sample.vfn" optional="false" help="Field containing the class id for supervision. The values in this field shall be cast into integers." type="text"/> | 1197 <param name="sample_vfn" label="sample.vfn" optional="false" value="" help="Field containing the class id for supervision. The values in this field shall be cast into integers." type="text"/> |
| 1198 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> | 1198 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> |
| 1199 <param name="elev_dem" label="elev.dem" optional="true" help="This parameter allows selecting a directory containing Digital Elevation Model files. Note that this directory should contain only DEM files. Unexpected behaviour might occurs if other images are found in this directory." type="text"/> | 1199 <param name="elev_dem" label="elev.dem" optional="true" help="This parameter allows selecting a directory containing Digital Elevation Model files. Note that this directory should contain only DEM files. Unexpected behaviour might occurs if other images are found in this directory." type="text"/> |
| 1200 <param name="elev_geoid" label="elev.geoid" optional="false" help="Use a geoid grid to get the height above the ellipsoid in case there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles. A version of the geoid can be found on the OTB website(https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb-data/blob/master/Input/DEM/egm96.grd)." type="data" format="txt"/> | 1200 <param name="elev_geoid" label="elev.geoid" optional="false" help="Use a geoid grid to get the height above the ellipsoid in case there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles. A version of the geoid can be found on the OTB website(https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb-data/blob/master/Input/DEM/egm96.grd)." type="data" format="txt"/> |
| 1201 <param name="elev_default" label="elev.default" optional="false" value="0" help="This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value." type="float"/> | 1201 <param name="elev_default" label="elev.default" optional="false" value="0" help="This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value." type="float"/> |
| 1202 <param name="classifier" label="classifier" optional="false" value="libsvm" help="Choice of the classifier to use for the training." type="select"> | 1202 <param name="classifier" label="classifier" optional="false" value="libsvm" help="Choice of the classifier to use for the training." type="select"> |
| 1241 <param name="classifier_dt_t" label="classifier.dt.t" optional="false" value="False" help="If true, then pruned branches are physically removed from the tree." type="boolean" truevalue="True" falsevalue="False"/> | 1241 <param name="classifier_dt_t" label="classifier.dt.t" optional="false" value="False" help="If true, then pruned branches are physically removed from the tree." type="boolean" truevalue="True" falsevalue="False"/> |
| 1242 <param name="classifier_ann_t" label="classifier.ann.t" optional="false" value="reg" help="Type of training method for the multilayer perceptron (MLP) neural network." type="select"> | 1242 <param name="classifier_ann_t" label="classifier.ann.t" optional="false" value="reg" help="Type of training method for the multilayer perceptron (MLP) neural network." type="select"> |
| 1243 <option value="back">back</option> | 1243 <option value="back">back</option> |
| 1244 <option value="reg">reg</option> | 1244 <option value="reg">reg</option> |
| 1245 </param> | 1245 </param> |
| 1246 <param name="classifier_ann_sizes" label="classifier.ann.sizes" optional="false" help="The number of neurons in each intermediate layer (excluding input and output layers)." type="text"/> | 1246 <param name="classifier_ann_sizes" label="classifier.ann.sizes" optional="false" value="" help="The number of neurons in each intermediate layer (excluding input and output layers)." type="text"/> |
| 1247 <param name="classifier_ann_f" label="classifier.ann.f" optional="false" value="sig" help="This function determine whether the output of the node is positive or not depending on the output of the transfert function." type="select"> | 1247 <param name="classifier_ann_f" label="classifier.ann.f" optional="false" value="sig" help="This function determine whether the output of the node is positive or not depending on the output of the transfert function." type="select"> |
| 1248 <option value="ident">ident</option> | 1248 <option value="ident">ident</option> |
| 1249 <option value="sig">sig</option> | 1249 <option value="sig">sig</option> |
| 1250 <option value="gau">gau</option> | 1250 <option value="gau">gau</option> |
| 1251 </param> | 1251 </param> |
| 1294 <param name="in" label="in" optional="false" help="An image to compute the descriptors on." type="data" format="txt"/> | 1294 <param name="in" label="in" optional="false" help="An image to compute the descriptors on." type="data" format="txt"/> |
| 1295 <param name="vd" label="vd" optional="false" help="Vector data containing the polylines where the features will be computed." type="data" format="txt"/> | 1295 <param name="vd" label="vd" optional="false" help="Vector data containing the polylines where the features will be computed." type="data" format="txt"/> |
| 1296 <param name="elev_dem" label="elev.dem" optional="true" help="This parameter allows selecting a directory containing Digital Elevation Model files. Note that this directory should contain only DEM files. Unexpected behaviour might occurs if other images are found in this directory." type="text"/> | 1296 <param name="elev_dem" label="elev.dem" optional="true" help="This parameter allows selecting a directory containing Digital Elevation Model files. Note that this directory should contain only DEM files. Unexpected behaviour might occurs if other images are found in this directory." type="text"/> |
| 1297 <param name="elev_geoid" label="elev.geoid" optional="false" help="Use a geoid grid to get the height above the ellipsoid in case there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles. A version of the geoid can be found on the OTB website(https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb-data/blob/master/Input/DEM/egm96.grd)." type="data" format="txt"/> | 1297 <param name="elev_geoid" label="elev.geoid" optional="false" help="Use a geoid grid to get the height above the ellipsoid in case there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles. A version of the geoid can be found on the OTB website(https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb-data/blob/master/Input/DEM/egm96.grd)." type="data" format="txt"/> |
| 1298 <param name="elev_default" label="elev.default" optional="false" value="0" help="This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value." type="float"/> | 1298 <param name="elev_default" label="elev.default" optional="false" value="0" help="This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value." type="float"/> |
| 1299 <param name="expr" label="expr" optional="false" help="The feature formula (b1 &lt; 0.3) where b1 is the standard name of input image first band" type="text"/> | 1299 <param name="expr" label="expr" optional="false" value="" help="The feature formula (b1 &lt; 0.3) where b1 is the standard name of input image first band" type="text"/> |
| 1300 <param name="field" label="field" optional="false" help="The field name corresponding to the feature codename (NONDVI, ROADSA...)" type="text"/> | 1300 <param name="field" label="field" optional="false" value="" help="The field name corresponding to the feature codename (NONDVI, ROADSA...)" type="text"/> |
| 1301 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> | 1301 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> |
| 1302 <option value="text/xml">text/xml</option> | 1302 <option value="text/xml">text/xml</option> |
| 1303 <option value="application/vnd.google-earth.kml+xml">application/vnd.google-earth.kml+xml</option> | 1303 <option value="application/vnd.google-earth.kml+xml">application/vnd.google-earth.kml+xml</option> |
| 1304 <option value="application/json">application/json</option> | 1304 <option value="application/json">application/json</option> |
| 1305 <option value="application/zip">application/zip</option> | 1305 <option value="application/zip">application/zip</option> |
| 1312 <option value="smallest">smallest</option> | 1312 <option value="smallest">smallest</option> |
| 1313 <option value="percent">percent</option> | 1313 <option value="percent">percent</option> |
| 1314 <option value="total">total</option> | 1314 <option value="total">total</option> |
| 1315 <option value="all">all</option> | 1315 <option value="all">all</option> |
| 1316 </param> | 1316 </param> |
| 1317 <param name="strategy_byclass_in" label="strategy.byclass.in" optional="false" help="Number of samples for all classes.In the case of the custom multi-image mode, several values can be given for each image." type="text"/> | 1317 <param name="strategy_byclass_in" label="strategy.byclass.in" optional="false" value="" help="Number of samples for all classes.In the case of the custom multi-image mode, several values can be given for each image." type="text"/> |
| 1318 <param name="strategy_percent_p" label="strategy.percent.p" optional="false" help="The percentage(s) to use In the case of the custom multi-image mode, several values can be given for each image." type="text"/> | 1318 <param name="strategy_percent_p" label="strategy.percent.p" optional="false" value="" help="The percentage(s) to use In the case of the custom multi-image mode, several values can be given for each image." type="text"/> |
| 1319 <param name="strategy_total_v" label="strategy.total.v" optional="false" help="The number of samples to generateIn the case of the custom multi-image mode, several values can be given for each image." type="text"/> | 1319 <param name="strategy_total_v" label="strategy.total.v" optional="false" value="" help="The number of samples to generateIn the case of the custom multi-image mode, several values can be given for each image." type="text"/> |
| 1320 <param name="mim" label="mim" optional="false" value="proportional" help="mim" type="select"> | 1320 <param name="mim" label="mim" optional="false" value="proportional" help="mim" type="select"> |
| 1321 <option value="proportional">proportional</option> | 1321 <option value="proportional">proportional</option> |
| 1322 <option value="equal">equal</option> | 1322 <option value="equal">equal</option> |
| 1323 <option value="custom">custom</option> | 1323 <option value="custom">custom</option> |
| 1324 </param> | 1324 </param> |
| 1337 <param name="filter_meanshift_spatialr" label="filter.meanshift.spatialr" optional="false" value="5" help="Spatial radius of the neighborhood." type="integer"/> | 1337 <param name="filter_meanshift_spatialr" label="filter.meanshift.spatialr" optional="false" value="5" help="Spatial radius of the neighborhood." type="integer"/> |
| 1338 <param name="filter_meanshift_ranger" label="filter.meanshift.ranger" optional="false" value="15" help="Range radius defining the radius (expressed in radiometry unit) in the multispectral space." type="float"/> | 1338 <param name="filter_meanshift_ranger" label="filter.meanshift.ranger" optional="false" value="15" help="Range radius defining the radius (expressed in radiometry unit) in the multispectral space." type="float"/> |
| 1339 <param name="filter_meanshift_thres" label="filter.meanshift.thres" optional="false" value="0.1" help="Algorithm iterative scheme will stop if mean-shift vector is below this threshold or if iteration number reached maximum number of iterations." type="float"/> | 1339 <param name="filter_meanshift_thres" label="filter.meanshift.thres" optional="false" value="0.1" help="Algorithm iterative scheme will stop if mean-shift vector is below this threshold or if iteration number reached maximum number of iterations." type="float"/> |
| 1340 <param name="filter_meanshift_maxiter" label="filter.meanshift.maxiter" optional="false" value="100" help="Algorithm iterative scheme will stop if convergence hasn't been reached after the maximum number of iterations." type="integer"/> | 1340 <param name="filter_meanshift_maxiter" label="filter.meanshift.maxiter" optional="false" value="100" help="Algorithm iterative scheme will stop if convergence hasn't been reached after the maximum number of iterations." type="integer"/> |
| 1341 <param name="filter_meanshift_minsize" label="filter.meanshift.minsize" optional="false" value="100" help="Minimum size of a region (in pixel unit) in segmentation. Smaller clusters will be merged to the neighboring cluster with the closest radiometry. If set to 0 no pruning is done." type="integer"/> | 1341 <param name="filter_meanshift_minsize" label="filter.meanshift.minsize" optional="false" value="100" help="Minimum size of a region (in pixel unit) in segmentation. Smaller clusters will be merged to the neighboring cluster with the closest radiometry. If set to 0 no pruning is done." type="integer"/> |
| 1342 <param name="filter_cc_expr" label="filter.cc.expr" optional="false" help="User defined connection condition, written as a mathematical expression. Available variables are p(i)b(i), intensity_p(i) and distance (example of expression : distance &lt; 10 )" type="text"/> | 1342 <param name="filter_cc_expr" label="filter.cc.expr" optional="false" value="" help="User defined connection condition, written as a mathematical expression. Available variables are p(i)b(i), intensity_p(i) and distance (example of expression : distance &lt; 10 )" type="text"/> |
| 1343 <param name="filter_watershed_threshold" label="filter.watershed.threshold" optional="false" value="0.01" help="Depth threshold Units in percentage of the maximum depth in the image." type="float"/> | 1343 <param name="filter_watershed_threshold" label="filter.watershed.threshold" optional="false" value="0.01" help="Depth threshold Units in percentage of the maximum depth in the image." type="float"/> |
| 1344 <param name="filter_watershed_level" label="filter.watershed.level" optional="false" value="0.1" help="flood level for generating the merge tree from the initial segmentation (between 0 and 1)" type="float"/> | 1344 <param name="filter_watershed_level" label="filter.watershed.level" optional="false" value="0.1" help="flood level for generating the merge tree from the initial segmentation (between 0 and 1)" type="float"/> |
| 1345 <param name="filter_mprofiles_size" label="filter.mprofiles.size" optional="false" value="5" help="Size of the profiles" type="integer"/> | 1345 <param name="filter_mprofiles_size" label="filter.mprofiles.size" optional="false" value="5" help="Size of the profiles" type="integer"/> |
| 1346 <param name="filter_mprofiles_start" label="filter.mprofiles.start" optional="false" value="1" help="Initial radius of the structuring element (in pixels)" type="integer"/> | 1346 <param name="filter_mprofiles_start" label="filter.mprofiles.start" optional="false" value="1" help="Initial radius of the structuring element (in pixels)" type="integer"/> |
| 1347 <param name="filter_mprofiles_step" label="filter.mprofiles.step" optional="false" value="1" help="Radius step along the profile (in pixels)" type="integer"/> | 1347 <param name="filter_mprofiles_step" label="filter.mprofiles.step" optional="false" value="1" help="Radius step along the profile (in pixels)" type="integer"/> |
| 1380 </param> | 1380 </param> |
| 1381 </when> | 1381 </when> |
| 1382 <when value="OTB.VectorDataDSValidation"> | 1382 <when value="OTB.VectorDataDSValidation"> |
| 1383 <param name="in" label="in" optional="false" help="Input vector data to validate" type="data" format="txt"/> | 1383 <param name="in" label="in" optional="false" help="Input vector data to validate" type="data" format="txt"/> |
| 1384 <param name="descmod" label="descmod" optional="false" help="Fuzzy descriptors model (xml file)" type="data" format="txt"/> | 1384 <param name="descmod" label="descmod" optional="false" help="Fuzzy descriptors model (xml file)" type="data" format="txt"/> |
| 1385 <param name="belsup" label="belsup" optional="false" help="Dempster Shafer study hypothesis to compute belief" type="text"/> | 1385 <param name="belsup" label="belsup" optional="false" value="" help="Dempster Shafer study hypothesis to compute belief" type="text"/> |
| 1386 <param name="plasup" label="plasup" optional="false" help="Dempster Shafer study hypothesis to compute plausibility" type="text"/> | 1386 <param name="plasup" label="plasup" optional="false" value="" help="Dempster Shafer study hypothesis to compute plausibility" type="text"/> |
| 1387 <param name="cri" label="cri" optional="true" value="((Belief + Plausibility)/2.)" help="Dempster Shafer criterion (by default (belief+plausibility)/2)" type="text"/> | 1387 <param name="cri" label="cri" optional="true" value="((Belief + Plausibility)/2.)" help="Dempster Shafer criterion (by default (belief+plausibility)/2)" type="text"/> |
| 1388 <param name="thd" label="thd" optional="true" value="0.5" help="Criterion threshold (default 0.5)" type="float"/> | 1388 <param name="thd" label="thd" optional="true" value="0.5" help="Criterion threshold (default 0.5)" type="float"/> |
| 1389 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> | 1389 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> |
| 1390 <option value="text/xml">text/xml</option> | 1390 <option value="text/xml">text/xml</option> |
| 1391 <option value="application/vnd.google-earth.kml+xml">application/vnd.google-earth.kml+xml</option> | 1391 <option value="application/vnd.google-earth.kml+xml">application/vnd.google-earth.kml+xml</option> |
| 1394 </param> | 1394 </param> |
| 1395 </when> | 1395 </when> |
| 1396 <when value="OTB.OGRLayerClassifier"> | 1396 <when value="OTB.OGRLayerClassifier"> |
| 1397 <param name="inshp" label="inshp" optional="false" help="Name of the input shapefile" type="data" format="txt"/> | 1397 <param name="inshp" label="inshp" optional="false" help="Name of the input shapefile" type="data" format="txt"/> |
| 1398 <param name="instats" label="instats" optional="false" help="XML file containing mean and variance of each feature." type="data" format="txt"/> | 1398 <param name="instats" label="instats" optional="false" help="XML file containing mean and variance of each feature." type="data" format="txt"/> |
| 1399 <param name="feat" label="feat" optional="false" help="Features to be calculated" type="text"/> | 1399 <param name="feat" label="feat" optional="false" value="" help="Features to be calculated" type="text"/> |
| 1400 <param name="cfield" label="cfield" optional="false" value="predicted" help="Field containing the predicted class" type="text"/> | 1400 <param name="cfield" label="cfield" optional="false" value="predicted" help="Field containing the predicted class" type="text"/> |
| 1401 <param type="select" name="insvm_outformat" label="insvm_outformat" help="Output format"> | 1401 <param type="select" name="insvm_outformat" label="insvm_outformat" help="Output format"> |
| 1402 <option value="text/xml">text/xml</option> | 1402 <option value="text/xml">text/xml</option> |
| 1403 <option value="text/plain">text/plain</option> | 1403 <option value="text/plain">text/plain</option> |
| 1404 </param> | 1404 </param> |
| 1442 <when value="OTB.VectorClassifier"> | 1442 <when value="OTB.VectorClassifier"> |
| 1443 <param name="in" label="in" optional="false" help="The input vector data file to classify." type="data" format="txt"/> | 1443 <param name="in" label="in" optional="false" help="The input vector data file to classify." type="data" format="txt"/> |
| 1444 <param name="instat" label="instat" optional="false" help="A XML file containing mean and standard deviation to centerand reduce samples before classification, produced by ComputeImagesStatistics application." type="data" format="txt"/> | 1444 <param name="instat" label="instat" optional="false" help="A XML file containing mean and standard deviation to centerand reduce samples before classification, produced by ComputeImagesStatistics application." type="data" format="txt"/> |
| 1445 <param name="model" label="model" optional="false" help="Model file produced by TrainVectorClassifier application." type="data" format="txt"/> | 1445 <param name="model" label="model" optional="false" help="Model file produced by TrainVectorClassifier application." type="data" format="txt"/> |
| 1446 <param name="cfield" label="cfield" optional="false" value="predicted" help="Field containing the predicted class.Only geometries with this field available will be taken into account.The field is added either in the input file (if 'out' off) or in the output file.Caution, the 'cfield' must not exist in the input file if you are updating the file." type="text"/> | 1446 <param name="cfield" label="cfield" optional="false" value="predicted" help="Field containing the predicted class.Only geometries with this field available will be taken into account.The field is added either in the input file (if 'out' off) or in the output file.Caution, the 'cfield' must not exist in the input file if you are updating the file." type="text"/> |
| 1447 <param name="feat" label="feat" optional="false" help="List of field names in the input vector data used as features for training. Put the same field names as the TrainVectorClassifier application." type="text"/> | 1447 <param name="feat" label="feat" optional="false" value="" help="List of field names in the input vector data used as features for training. Put the same field names as the TrainVectorClassifier application." type="text"/> |
| 1448 <param name="confmap" label="confmap" optional="false" value="False" help="Confidence map of the produced classification. The confidence index depends on the model : - LibSVM : difference between the two highest probabilities (needs a model with probability estimates, so that classes probabilities can be computed for each sample) - OpenCV * Boost : sum of votes * DecisionTree : (not supported) * GradientBoostedTree : (not supported) * KNearestNeighbors : number of neighbors with the same label * NeuralNetwork : difference between the two highest responses * NormalBayes : (not supported) * RandomForest : Confidence (proportion of votes for the majority class). Margin (normalized difference of the votes of the 2 majority classes) is not available for now. * SVM : distance to margin (only works for 2-class models)." type="boolean" truevalue="True" falsevalue="False"/> | 1448 <param name="confmap" label="confmap" optional="false" value="False" help="Confidence map of the produced classification. The confidence index depends on the model : - LibSVM : difference between the two highest probabilities (needs a model with probability estimates, so that classes probabilities can be computed for each sample) - OpenCV * Boost : sum of votes * DecisionTree : (not supported) * GradientBoostedTree : (not supported) * KNearestNeighbors : number of neighbors with the same label * NeuralNetwork : difference between the two highest responses * NormalBayes : (not supported) * RandomForest : Confidence (proportion of votes for the majority class). Margin (normalized difference of the votes of the 2 majority classes) is not available for now. * SVM : distance to margin (only works for 2-class models)." type="boolean" truevalue="True" falsevalue="False"/> |
| 1449 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> | 1449 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> |
| 1450 <option value="text/xml">text/xml</option> | 1450 <option value="text/xml">text/xml</option> |
| 1451 <option value="application/vnd.google-earth.kml+xml">application/vnd.google-earth.kml+xml</option> | 1451 <option value="application/vnd.google-earth.kml+xml">application/vnd.google-earth.kml+xml</option> |
| 1452 <option value="application/json">application/json</option> | 1452 <option value="application/json">application/json</option> |
| 1453 <option value="application/zip">application/zip</option> | 1453 <option value="application/zip">application/zip</option> |
| 1454 </param> | 1454 </param> |
| 1455 </when> | 1455 </when> |
| 1456 <when value="OTB.ObtainUTMZoneFromGeoPoint"> | 1456 <when value="OTB.ObtainUTMZoneFromGeoPoint"> |
| 1457 <param name="lat" label="lat" optional="false" help="Latitude value of desired point." type="float"/> | 1457 <param name="lat" label="lat" optional="false" value="" help="Latitude value of desired point." type="float"/> |
| 1458 <param name="lon" label="lon" optional="false" help="Longitude value of desired point." type="float"/> | 1458 <param name="lon" label="lon" optional="false" value="" help="Longitude value of desired point." type="float"/> |
| 1459 </when> | 1459 </when> |
| 1460 <when value="OTB.SOMClassification"> | 1460 <when value="OTB.SOMClassification"> |
| 1461 <param name="in" label="in" optional="false" help="Input image to classify." type="data" format="txt"/> | 1461 <param name="in" label="in" optional="false" help="Input image to classify." type="data" format="txt"/> |
| 1462 <param name="out" label="out" optional="false" value="uint8" help="Output classified image (each pixel contains the index of its corresponding vector in the SOM)." type="select"> | 1462 <param name="out" label="out" optional="false" value="uint8" help="Output classified image (each pixel contains the index of its corresponding vector in the SOM)." type="select"> |
| 1463 <expand macro="out_options"/> | 1463 <expand macro="out_options"/> |
| 1558 <param name="outfield" label="outfield" optional="false" value="prefix" help="Choice between naming method for output fields" type="select"> | 1558 <param name="outfield" label="outfield" optional="false" value="prefix" help="Choice between naming method for output fields" type="select"> |
| 1559 <option value="prefix">prefix</option> | 1559 <option value="prefix">prefix</option> |
| 1560 <option value="list">list</option> | 1560 <option value="list">list</option> |
| 1561 </param> | 1561 </param> |
| 1562 <param name="outfield_prefix_name" label="outfield.prefix.name" optional="false" value="value_" help="Prefix used to form the field names thatwill contain the extracted values." type="text"/> | 1562 <param name="outfield_prefix_name" label="outfield.prefix.name" optional="false" value="value_" help="Prefix used to form the field names thatwill contain the extracted values." type="text"/> |
| 1563 <param name="outfield_list_names" label="outfield.list.names" optional="false" help="Full list of output field names." type="text"/> | 1563 <param name="outfield_list_names" label="outfield.list.names" optional="false" value="" help="Full list of output field names." type="text"/> |
| 1564 <param name="field" label="field" optional="false" help="Name of the field carrying the class name in the input vectors." type="text"/> | 1564 <param name="field" label="field" optional="false" value="" help="Name of the field carrying the class name in the input vectors." type="text"/> |
| 1565 <param name="layer" label="layer" optional="true" value="0" help="Layer index to read in the input vector file." type="integer"/> | 1565 <param name="layer" label="layer" optional="true" value="0" help="Layer index to read in the input vector file." type="integer"/> |
| 1566 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> | 1566 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> |
| 1567 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> | 1567 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> |
| 1568 <option value="text/xml">text/xml</option> | 1568 <option value="text/xml">text/xml</option> |
| 1569 <option value="application/vnd.google-earth.kml+xml">application/vnd.google-earth.kml+xml</option> | 1569 <option value="application/vnd.google-earth.kml+xml">application/vnd.google-earth.kml+xml</option> |
| 1654 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> | 1654 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> |
| 1655 <expand macro="format_options"/> | 1655 <expand macro="format_options"/> |
| 1656 </param> | 1656 </param> |
| 1657 </when> | 1657 </when> |
| 1658 <when value="OTB.ConvertCartoToGeoPoint"> | 1658 <when value="OTB.ConvertCartoToGeoPoint"> |
| 1659 <param name="carto_x" label="carto.x" optional="false" help="X cartographic coordinates in the projection defined by mapproj parameter" type="float"/> | 1659 <param name="carto_x" label="carto.x" optional="false" value="" help="X cartographic coordinates in the projection defined by mapproj parameter" type="float"/> |
| 1660 <param name="carto_y" label="carto.y" optional="false" help="Y cartographic coordinates in the projection defined by mapproj parameter" type="float"/> | 1660 <param name="carto_y" label="carto.y" optional="false" value="" help="Y cartographic coordinates in the projection defined by mapproj parameter" type="float"/> |
| 1661 <param name="mapproj" label="mapproj" optional="false" value="utm" help="Defines the map projection to be used." type="select"> | 1661 <param name="mapproj" label="mapproj" optional="false" value="utm" help="Defines the map projection to be used." type="select"> |
| 1662 <option value="utm">utm</option> | 1662 <option value="utm">utm</option> |
| 1663 <option value="lambert2">lambert2</option> | 1663 <option value="lambert2">lambert2</option> |
| 1664 <option value="lambert93">lambert93</option> | 1664 <option value="lambert93">lambert93</option> |
| 1665 <option value="wgs">wgs</option> | 1665 <option value="wgs">wgs</option> |
| 1706 <expand macro="format_options"/> | 1706 <expand macro="format_options"/> |
| 1707 </param> | 1707 </param> |
| 1708 </when> | 1708 </when> |
| 1709 <when value="OTB.VectorDataSetField"> | 1709 <when value="OTB.VectorDataSetField"> |
| 1710 <param name="in" label="in" optional="false" help="Input Vector Data" type="data" format="txt"/> | 1710 <param name="in" label="in" optional="false" help="Input Vector Data" type="data" format="txt"/> |
| 1711 <param name="fn" label="fn" optional="false" help="Field name" type="text"/> | 1711 <param name="fn" label="fn" optional="false" value="" help="Field name" type="text"/> |
| 1712 <param name="fv" label="fv" optional="false" help="Field value" type="text"/> | 1712 <param name="fv" label="fv" optional="false" value="" help="Field value" type="text"/> |
| 1713 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> | 1713 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> |
| 1714 <option value="text/xml">text/xml</option> | 1714 <option value="text/xml">text/xml</option> |
| 1715 <option value="application/vnd.google-earth.kml+xml">application/vnd.google-earth.kml+xml</option> | 1715 <option value="application/vnd.google-earth.kml+xml">application/vnd.google-earth.kml+xml</option> |
| 1716 <option value="application/json">application/json</option> | 1716 <option value="application/json">application/json</option> |
| 1717 <option value="application/zip">application/zip</option> | 1717 <option value="application/zip">application/zip</option> |
| 1756 <option value="def">def</option> | 1756 <option value="def">def</option> |
| 1757 <option value="loc">loc</option> | 1757 <option value="loc">loc</option> |
| 1758 </param> | 1758 </param> |
| 1759 <param name="out_ulx" label="out.ulx" optional="false" value="0" help="X Coordinate of the upper-left pixel of the output resampled image" type="float"/> | 1759 <param name="out_ulx" label="out.ulx" optional="false" value="0" help="X Coordinate of the upper-left pixel of the output resampled image" type="float"/> |
| 1760 <param name="out_uly" label="out.uly" optional="false" value="0" help="Y Coordinate of the upper-left pixel of the output resampled image" type="float"/> | 1760 <param name="out_uly" label="out.uly" optional="false" value="0" help="Y Coordinate of the upper-left pixel of the output resampled image" type="float"/> |
| 1761 <param name="out_sizex" label="out.sizex" optional="false" help="Size of the output resampled image along X (in pixels)" type="integer"/> | 1761 <param name="out_sizex" label="out.sizex" optional="false" value="" help="Size of the output resampled image along X (in pixels)" type="integer"/> |
| 1762 <param name="out_sizey" label="out.sizey" optional="false" help="Size of the output resampled image along Y (in pixels)" type="integer"/> | 1762 <param name="out_sizey" label="out.sizey" optional="false" value="" help="Size of the output resampled image along Y (in pixels)" type="integer"/> |
| 1763 <param name="out_spacingx" label="out.spacingx" optional="false" value="1" help="Size of each pixel along X axis" type="float"/> | 1763 <param name="out_spacingx" label="out.spacingx" optional="false" value="1" help="Size of each pixel along X axis" type="float"/> |
| 1764 <param name="out_spacingy" label="out.spacingy" optional="false" value="1" help="Size of each pixel along Y axis" type="float"/> | 1764 <param name="out_spacingy" label="out.spacingy" optional="false" value="1" help="Size of each pixel along Y axis" type="float"/> |
| 1765 <param name="out_default" label="out.default" optional="false" value="0" help="The default value to give to pixel that falls outside of the input image." type="float"/> | 1765 <param name="out_default" label="out.default" optional="false" value="0" help="The default value to give to pixel that falls outside of the input image." type="float"/> |
| 1766 <param name="interpolator" label="interpolator" optional="false" value="bco" help="This group of parameters allows one to define how the input image will be interpolated during resampling." type="select"> | 1766 <param name="interpolator" label="interpolator" optional="false" value="bco" help="This group of parameters allows one to define how the input image will be interpolated during resampling." type="select"> |
| 1767 <option value="nn">nn</option> | 1767 <option value="nn">nn</option> |
| 1856 <param name="ref" label="ref" optional="false" help="The reference image." type="data" format="txt"/> | 1856 <param name="ref" label="ref" optional="false" help="The reference image." type="data" format="txt"/> |
| 1857 <param name="sec" label="sec" optional="false" help="The secondary image." type="data" format="txt"/> | 1857 <param name="sec" label="sec" optional="false" help="The secondary image." type="data" format="txt"/> |
| 1858 <param name="out" label="out" optional="false" value="float" help="The output image contains 3 bands, for X offset, Y offset and the metric value. It may contain a 4th one with the validity mask (if used)." type="select"> | 1858 <param name="out" label="out" optional="false" value="float" help="The output image contains 3 bands, for X offset, Y offset and the metric value. It may contain a 4th one with the validity mask (if used)." type="select"> |
| 1859 <expand macro="out_options"/> | 1859 <expand macro="out_options"/> |
| 1860 </param> | 1860 </param> |
| 1861 <param name="erx" label="erx" optional="false" help="The exploration radius along x (in pixels)" type="integer"/> | 1861 <param name="erx" label="erx" optional="false" value="" help="The exploration radius along x (in pixels)" type="integer"/> |
| 1862 <param name="ery" label="ery" optional="false" help="The exploration radius along y (in pixels)" type="integer"/> | 1862 <param name="ery" label="ery" optional="false" value="" help="The exploration radius along y (in pixels)" type="integer"/> |
| 1863 <param name="mrx" label="mrx" optional="false" help="Radius along x (in pixels) of the metric computation window" type="integer"/> | 1863 <param name="mrx" label="mrx" optional="false" value="" help="Radius along x (in pixels) of the metric computation window" type="integer"/> |
| 1864 <param name="mry" label="mry" optional="false" help="Radius along y (in pixels) of the metric computation window" type="integer"/> | 1864 <param name="mry" label="mry" optional="false" value="" help="Radius along y (in pixels) of the metric computation window" type="integer"/> |
| 1865 <param name="w" label="w" optional="false" help="The image to warp after disparity estimation is completed." type="data" format="txt"/> | 1865 <param name="w" label="w" optional="false" help="The image to warp after disparity estimation is completed." type="data" format="txt"/> |
| 1866 <param name="wo" label="wo" optional="true" value="float" help="The output warped image" type="select"> | 1866 <param name="wo" label="wo" optional="true" value="float" help="The output warped image" type="select"> |
| 1867 <expand macro="out_options"/> | 1867 <expand macro="out_options"/> |
| 1868 </param> | 1868 </param> |
| 1869 <param name="cox" label="cox" optional="true" value="0" help="Coarse offset along x (in physical space) between the two images, used as an initial offset for all pixels." type="float"/> | 1869 <param name="cox" label="cox" optional="true" value="0" help="Coarse offset along x (in physical space) between the two images, used as an initial offset for all pixels." type="float"/> |
| 2012 <param name="il" label="il" optional="false" help="Image-list of operands to the mathematical expression." type="data" format="txt"/> | 2012 <param name="il" label="il" optional="false" help="Image-list of operands to the mathematical expression." type="data" format="txt"/> |
| 2013 <param name="out" label="out" optional="false" value="float" help="Output image which is the result of the mathematical expressions on input image-list operands." type="select"> | 2013 <param name="out" label="out" optional="false" value="float" help="Output image which is the result of the mathematical expressions on input image-list operands." type="select"> |
| 2014 <expand macro="out_options"/> | 2014 <expand macro="out_options"/> |
| 2015 </param> | 2015 </param> |
| 2016 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> | 2016 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> |
| 2017 <param name="exp" label="exp" optional="false" help="The muParser mathematical expression to apply on input images." type="text"/> | 2017 <param name="exp" label="exp" optional="false" value="" help="The muParser mathematical expression to apply on input images." type="text"/> |
| 2018 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> | 2018 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> |
| 2019 <expand macro="format_options"/> | 2019 <expand macro="format_options"/> |
| 2020 </param> | 2020 </param> |
| 2021 </when> | 2021 </when> |
| 2022 <when value="OTB.RigidTransformResample"> | 2022 <when value="OTB.RigidTransformResample"> |
| 2084 <expand macro="format_options"/> | 2084 <expand macro="format_options"/> |
| 2085 </param> | 2085 </param> |
| 2086 </when> | 2086 </when> |
| 2087 <when value="OTB.TileFusion"> | 2087 <when value="OTB.TileFusion"> |
| 2088 <param name="il" label="il" optional="false" help="Input images to concatenate (in lexicographic order, for instance : (0,0) (1,0) (0,1) (1,1))." type="data" format="txt"/> | 2088 <param name="il" label="il" optional="false" help="Input images to concatenate (in lexicographic order, for instance : (0,0) (1,0) (0,1) (1,1))." type="data" format="txt"/> |
| 2089 <param name="cols" label="cols" optional="false" help="Number of columns in the tile array" type="integer"/> | 2089 <param name="cols" label="cols" optional="false" value="" help="Number of columns in the tile array" type="integer"/> |
| 2090 <param name="rows" label="rows" optional="false" help="Number of rows in the tile array" type="integer"/> | 2090 <param name="rows" label="rows" optional="false" value="" help="Number of rows in the tile array" type="integer"/> |
| 2091 <param name="out" label="out" optional="false" value="float" help="Output entire image" type="select"> | 2091 <param name="out" label="out" optional="false" value="float" help="Output entire image" type="select"> |
| 2092 <expand macro="out_options"/> | 2092 <expand macro="out_options"/> |
| 2093 </param> | 2093 </param> |
| 2094 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> | 2094 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> |
| 2095 <expand macro="format_options"/> | 2095 <expand macro="format_options"/> |
| 2199 <option value="all">all</option> | 2199 <option value="all">all</option> |
| 2200 <option value="grayscale">grayscale</option> | 2200 <option value="grayscale">grayscale</option> |
| 2201 <option value="rgb">rgb</option> | 2201 <option value="rgb">rgb</option> |
| 2202 </param> | 2202 </param> |
| 2203 <param name="channels_grayscale_channel" label="channels.grayscale.channel" optional="false" value="1" help="channels.grayscale.channel" type="integer"/> | 2203 <param name="channels_grayscale_channel" label="channels.grayscale.channel" optional="false" value="1" help="channels.grayscale.channel" type="integer"/> |
| 2204 <param name="channels_rgb_red" label="channels.rgb.red" optional="false" help="Red channel index." type="integer"/> | 2204 <param name="channels_rgb_red" label="channels.rgb.red" optional="false" value="" help="Red channel index." type="integer"/> |
| 2205 <param name="channels_rgb_green" label="channels.rgb.green" optional="false" help="Green channel index." type="integer"/> | 2205 <param name="channels_rgb_green" label="channels.rgb.green" optional="false" value="" help="Green channel index." type="integer"/> |
| 2206 <param name="channels_rgb_blue" label="channels.rgb.blue" optional="false" help="Blue channel index." type="integer"/> | 2206 <param name="channels_rgb_blue" label="channels.rgb.blue" optional="false" value="" help="Blue channel index." type="integer"/> |
| 2207 <param name="outmin" label="outmin" optional="true" value="0" help="Minimum value of the output image." type="float"/> | 2207 <param name="outmin" label="outmin" optional="true" value="0" help="Minimum value of the output image." type="float"/> |
| 2208 <param name="outmax" label="outmax" optional="true" value="255" help="Maximum value of the output image." type="float"/> | 2208 <param name="outmax" label="outmax" optional="true" value="255" help="Maximum value of the output image." type="float"/> |
| 2209 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> | 2209 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> |
| 2210 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> | 2210 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> |
| 2211 <expand macro="format_options"/> | 2211 <expand macro="format_options"/> |
| 2314 </param> | 2314 </param> |
| 2315 <param name="startx" label="startx" optional="false" value="0" help="ROI start x position." type="integer"/> | 2315 <param name="startx" label="startx" optional="false" value="0" help="ROI start x position." type="integer"/> |
| 2316 <param name="starty" label="starty" optional="false" value="0" help="ROI start y position." type="integer"/> | 2316 <param name="starty" label="starty" optional="false" value="0" help="ROI start y position." type="integer"/> |
| 2317 <param name="sizex" label="sizex" optional="false" value="0" help="size along x in pixels." type="integer"/> | 2317 <param name="sizex" label="sizex" optional="false" value="0" help="size along x in pixels." type="integer"/> |
| 2318 <param name="sizey" label="sizey" optional="false" value="0" help="size along y in pixels." type="integer"/> | 2318 <param name="sizey" label="sizey" optional="false" value="0" help="size along y in pixels." type="integer"/> |
| 2319 <param name="cl" label="cl" optional="false" help="Channels to write in the output image." type="text"/> | 2319 <param name="cl" label="cl" optional="false" value="" help="Channels to write in the output image." type="text"/> |
| 2320 <param name="elev_dem" label="elev.dem" optional="true" help="This parameter allows selecting a directory containing Digital Elevation Model files. Note that this directory should contain only DEM files. Unexpected behaviour might occurs if other images are found in this directory." type="text"/> | 2320 <param name="elev_dem" label="elev.dem" optional="true" help="This parameter allows selecting a directory containing Digital Elevation Model files. Note that this directory should contain only DEM files. Unexpected behaviour might occurs if other images are found in this directory." type="text"/> |
| 2321 <param name="elev_geoid" label="elev.geoid" optional="false" help="Use a geoid grid to get the height above the ellipsoid in case there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles. A version of the geoid can be found on the OTB website(https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb-data/blob/master/Input/DEM/egm96.grd)." type="data" format="txt"/> | 2321 <param name="elev_geoid" label="elev.geoid" optional="false" help="Use a geoid grid to get the height above the ellipsoid in case there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles. A version of the geoid can be found on the OTB website(https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb-data/blob/master/Input/DEM/egm96.grd)." type="data" format="txt"/> |
| 2322 <param name="elev_default" label="elev.default" optional="false" value="0" help="This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value." type="float"/> | 2322 <param name="elev_default" label="elev.default" optional="false" value="0" help="This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value." type="float"/> |
| 2323 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> | 2323 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> |
| 2324 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> | 2324 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> |
| 2327 </when> | 2327 </when> |
| 2328 <when value="OTB.PolygonClassStatistics"> | 2328 <when value="OTB.PolygonClassStatistics"> |
| 2329 <param name="in" label="in" optional="false" help="Support image that will be classified" type="data" format="txt"/> | 2329 <param name="in" label="in" optional="false" help="Support image that will be classified" type="data" format="txt"/> |
| 2330 <param name="mask" label="mask" optional="false" help="Validity mask (only pixels corresponding to a mask value greater than 0 will be used for statistics)" type="data" format="txt"/> | 2330 <param name="mask" label="mask" optional="false" help="Validity mask (only pixels corresponding to a mask value greater than 0 will be used for statistics)" type="data" format="txt"/> |
| 2331 <param name="vec" label="vec" optional="false" help="Input geometries to analyze" type="data" format="txt"/> | 2331 <param name="vec" label="vec" optional="false" help="Input geometries to analyze" type="data" format="txt"/> |
| 2332 <param name="field" label="field" optional="false" help="Name of the field carrying the class name in the input vectors." type="text"/> | 2332 <param name="field" label="field" optional="false" value="" help="Name of the field carrying the class name in the input vectors." type="text"/> |
| 2333 <param name="layer" label="layer" optional="true" value="0" help="Layer index to read in the input vector file." type="integer"/> | 2333 <param name="layer" label="layer" optional="true" value="0" help="Layer index to read in the input vector file." type="integer"/> |
| 2334 <param name="elev_dem" label="elev.dem" optional="true" help="This parameter allows selecting a directory containing Digital Elevation Model files. Note that this directory should contain only DEM files. Unexpected behaviour might occurs if other images are found in this directory." type="text"/> | 2334 <param name="elev_dem" label="elev.dem" optional="true" help="This parameter allows selecting a directory containing Digital Elevation Model files. Note that this directory should contain only DEM files. Unexpected behaviour might occurs if other images are found in this directory." type="text"/> |
| 2335 <param name="elev_geoid" label="elev.geoid" optional="false" help="Use a geoid grid to get the height above the ellipsoid in case there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles. A version of the geoid can be found on the OTB website(https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb-data/blob/master/Input/DEM/egm96.grd)." type="data" format="txt"/> | 2335 <param name="elev_geoid" label="elev.geoid" optional="false" help="Use a geoid grid to get the height above the ellipsoid in case there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles. A version of the geoid can be found on the OTB website(https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb-data/blob/master/Input/DEM/egm96.grd)." type="data" format="txt"/> |
| 2336 <param name="elev_default" label="elev.default" optional="false" value="0" help="This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value." type="float"/> | 2336 <param name="elev_default" label="elev.default" optional="false" value="0" help="This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value." type="float"/> |
| 2337 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> | 2337 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> |
| 2393 <param name="filter_lee_nblooks" label="filter.lee.nblooks" optional="false" value="1" help="Number of looks in the input image." type="float"/> | 2393 <param name="filter_lee_nblooks" label="filter.lee.nblooks" optional="false" value="1" help="Number of looks in the input image." type="float"/> |
| 2394 <param name="filter_frost_rad" label="filter.frost.rad" optional="false" value="1" help="Radius in pixel." type="integer"/> | 2394 <param name="filter_frost_rad" label="filter.frost.rad" optional="false" value="1" help="Radius in pixel." type="integer"/> |
| 2395 <param name="filter_frost_deramp" label="filter.frost.deramp" optional="false" value="0.1" help="factor use to control theexponential function used to weight effect of the distance between thecentral pixel and its neighborhood. Increasing the deramp parameter willlead to take more into account pixels farther from the center andtherefore increase the smoothing effects." type="float"/> | 2395 <param name="filter_frost_deramp" label="filter.frost.deramp" optional="false" value="0.1" help="factor use to control theexponential function used to weight effect of the distance between thecentral pixel and its neighborhood. Increasing the deramp parameter willlead to take more into account pixels farther from the center andtherefore increase the smoothing effects." type="float"/> |
| 2396 <param name="filter_gammamap_rad" label="filter.gammamap.rad" optional="false" value="1" help="Radius in pixel." type="integer"/> | 2396 <param name="filter_gammamap_rad" label="filter.gammamap.rad" optional="false" value="1" help="Radius in pixel." type="integer"/> |
| 2397 <param name="filter_gammamap_nblooks" label="filter.gammamap.nblooks" optional="false" value="1" help="Number of looks in the input image." type="float"/> | 2397 <param name="filter_gammamap_nblooks" label="filter.gammamap.nblooks" optional="false" value="1" help="Number of looks in the input image." type="float"/> |
| 2398 <param name="filter_kuan_rad" label="filter.kuan.rad" optional="false" help="Radius in pixel." type="integer"/> | 2398 <param name="filter_kuan_rad" label="filter.kuan.rad" optional="false" value="" help="Radius in pixel." type="integer"/> |
| 2399 <param name="filter_kuan_nblooks" label="filter.kuan.nblooks" optional="false" help="Number of looks in the input image." type="float"/> | 2399 <param name="filter_kuan_nblooks" label="filter.kuan.nblooks" optional="false" value="" help="Number of looks in the input image." type="float"/> |
| 2400 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> | 2400 <param type="select" name="out_outformat" label="out_outformat" help="Output format"> |
| 2401 <expand macro="format_options"/> | 2401 <expand macro="format_options"/> |
| 2402 </param> | 2402 </param> |
| 2403 </when> | 2403 </when> |
| 2404 <when value="OTB.TrainVectorClassifier"> | 2404 <when value="OTB.TrainVectorClassifier"> |
| 2405 <param name="io_vd" label="io.vd" optional="false" help="Input geometries used for training (note : all geometries from the layer will be used)" type="data" format="txt"/> | 2405 <param name="io_vd" label="io.vd" optional="false" help="Input geometries used for training (note : all geometries from the layer will be used)" type="data" format="txt"/> |
| 2406 <param name="io_stats" label="io.stats" optional="false" help="XML file containing mean and variance of each feature." type="data" format="txt"/> | 2406 <param name="io_stats" label="io.stats" optional="false" help="XML file containing mean and variance of each feature." type="data" format="txt"/> |
| 2407 <param name="layer" label="layer" optional="true" value="0" help="Index of the layer to use in the input vector file." type="integer"/> | 2407 <param name="layer" label="layer" optional="true" value="0" help="Index of the layer to use in the input vector file." type="integer"/> |
| 2408 <param name="feat" label="feat" optional="false" help="List of field names in the input vector data to be used as features for training." type="text"/> | 2408 <param name="feat" label="feat" optional="false" value="" help="List of field names in the input vector data to be used as features for training." type="text"/> |
| 2409 <param name="valid_vd" label="valid.vd" optional="false" help="Geometries used for validation (must contain the same fields used for training, all geometries from the layer will be used)" type="data" format="txt"/> | 2409 <param name="valid_vd" label="valid.vd" optional="false" help="Geometries used for validation (must contain the same fields used for training, all geometries from the layer will be used)" type="data" format="txt"/> |
| 2410 <param name="valid_layer" label="valid.layer" optional="true" value="0" help="Index of the layer to use in the validation vector file." type="integer"/> | 2410 <param name="valid_layer" label="valid.layer" optional="true" value="0" help="Index of the layer to use in the validation vector file." type="integer"/> |
| 2411 <param name="cfield" label="cfield" optional="false" help="Field containing the class id for supervision. The values in this field shall be cast into integers. Only geometries with this field available will be taken into account." type="text"/> | 2411 <param name="cfield" label="cfield" optional="false" value="" help="Field containing the class id for supervision. The values in this field shall be cast into integers. Only geometries with this field available will be taken into account." type="text"/> |
| 2412 <param name="v" label="v" optional="false" value="False" help="Verbose mode, display the contingency table result." type="boolean" truevalue="True" falsevalue="False"/> | 2412 <param name="v" label="v" optional="false" value="False" help="Verbose mode, display the contingency table result." type="boolean" truevalue="True" falsevalue="False"/> |
| 2413 <param name="classifier" label="classifier" optional="false" value="libsvm" help="Choice of the classifier to use for the training." type="select"> | 2413 <param name="classifier" label="classifier" optional="false" value="libsvm" help="Choice of the classifier to use for the training." type="select"> |
| 2414 <option value="libsvm">libsvm</option> | 2414 <option value="libsvm">libsvm</option> |
| 2415 <option value="boost">boost</option> | 2415 <option value="boost">boost</option> |
| 2416 <option value="dt">dt</option> | 2416 <option value="dt">dt</option> |
| 2452 <param name="classifier_dt_t" label="classifier.dt.t" optional="false" value="False" help="If true, then pruned branches are physically removed from the tree." type="boolean" truevalue="True" falsevalue="False"/> | 2452 <param name="classifier_dt_t" label="classifier.dt.t" optional="false" value="False" help="If true, then pruned branches are physically removed from the tree." type="boolean" truevalue="True" falsevalue="False"/> |
| 2453 <param name="classifier_ann_t" label="classifier.ann.t" optional="false" value="reg" help="Type of training method for the multilayer perceptron (MLP) neural network." type="select"> | 2453 <param name="classifier_ann_t" label="classifier.ann.t" optional="false" value="reg" help="Type of training method for the multilayer perceptron (MLP) neural network." type="select"> |
| 2454 <option value="back">back</option> | 2454 <option value="back">back</option> |
| 2455 <option value="reg">reg</option> | 2455 <option value="reg">reg</option> |
| 2456 </param> | 2456 </param> |
| 2457 <param name="classifier_ann_sizes" label="classifier.ann.sizes" optional="false" help="The number of neurons in each intermediate layer (excluding input and output layers)." type="text"/> | 2457 <param name="classifier_ann_sizes" label="classifier.ann.sizes" optional="false" value="" help="The number of neurons in each intermediate layer (excluding input and output layers)." type="text"/> |
| 2458 <param name="classifier_ann_f" label="classifier.ann.f" optional="false" value="sig" help="This function determine whether the output of the node is positive or not depending on the output of the transfert function." type="select"> | 2458 <param name="classifier_ann_f" label="classifier.ann.f" optional="false" value="sig" help="This function determine whether the output of the node is positive or not depending on the output of the transfert function." type="select"> |
| 2459 <option value="ident">ident</option> | 2459 <option value="ident">ident</option> |
| 2460 <option value="sig">sig</option> | 2460 <option value="sig">sig</option> |
| 2461 <option value="gau">gau</option> | 2461 <option value="gau">gau</option> |
| 2462 </param> | 2462 </param> |
| 2507 <option value="total">total</option> | 2507 <option value="total">total</option> |
| 2508 <option value="smallest">smallest</option> | 2508 <option value="smallest">smallest</option> |
| 2509 <option value="all">all</option> | 2509 <option value="all">all</option> |
| 2510 </param> | 2510 </param> |
| 2511 <param name="strategy_byclass_in" label="strategy.byclass.in" optional="false" help="Number of samples by class (CSV format with class name in 1st column and required samples in the 2nd." type="data" format="txt"/> | 2511 <param name="strategy_byclass_in" label="strategy.byclass.in" optional="false" help="Number of samples by class (CSV format with class name in 1st column and required samples in the 2nd." type="data" format="txt"/> |
| 2512 <param name="strategy_constant_nb" label="strategy.constant.nb" optional="false" help="Number of samples for all classes" type="integer"/> | 2512 <param name="strategy_constant_nb" label="strategy.constant.nb" optional="false" value="" help="Number of samples for all classes" type="integer"/> |
| 2513 <param name="strategy_percent_p" label="strategy.percent.p" optional="false" value="0.5" help="The percentage to use" type="float"/> | 2513 <param name="strategy_percent_p" label="strategy.percent.p" optional="false" value="0.5" help="The percentage to use" type="float"/> |
| 2514 <param name="strategy_total_v" label="strategy.total.v" optional="false" value="1000" help="The number of samples to generate" type="integer"/> | 2514 <param name="strategy_total_v" label="strategy.total.v" optional="false" value="1000" help="The number of samples to generate" type="integer"/> |
| 2515 <param name="field" label="field" optional="false" help="Name of the field carrying the class name in the input vectors." type="text"/> | 2515 <param name="field" label="field" optional="false" value="" help="Name of the field carrying the class name in the input vectors." type="text"/> |
| 2516 <param name="layer" label="layer" optional="true" value="0" help="Layer index to read in the input vector file." type="integer"/> | 2516 <param name="layer" label="layer" optional="true" value="0" help="Layer index to read in the input vector file." type="integer"/> |
| 2517 <param name="elev_dem" label="elev.dem" optional="true" help="This parameter allows selecting a directory containing Digital Elevation Model files. Note that this directory should contain only DEM files. Unexpected behaviour might occurs if other images are found in this directory." type="text"/> | 2517 <param name="elev_dem" label="elev.dem" optional="true" help="This parameter allows selecting a directory containing Digital Elevation Model files. Note that this directory should contain only DEM files. Unexpected behaviour might occurs if other images are found in this directory." type="text"/> |
| 2518 <param name="elev_geoid" label="elev.geoid" optional="false" help="Use a geoid grid to get the height above the ellipsoid in case there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles. A version of the geoid can be found on the OTB website(https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb-data/blob/master/Input/DEM/egm96.grd)." type="data" format="txt"/> | 2518 <param name="elev_geoid" label="elev.geoid" optional="false" help="Use a geoid grid to get the height above the ellipsoid in case there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles. A version of the geoid can be found on the OTB website(https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb-data/blob/master/Input/DEM/egm96.grd)." type="data" format="txt"/> |
| 2519 <param name="elev_default" label="elev.default" optional="false" value="0" help="This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value." type="float"/> | 2519 <param name="elev_default" label="elev.default" optional="false" value="0" help="This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value." type="float"/> |
| 2520 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> | 2520 <param name="ram" label="ram" optional="true" value="128" help="Available memory for processing (in MB)" type="integer"/> |
| 2561 </when> | 2561 </when> |
| 2562 <when value="OTB.DownloadSRTMTiles"> | 2562 <when value="OTB.DownloadSRTMTiles"> |
| 2563 <param name="il" label="il" optional="false" help="List of images on which you want to determine corresponding SRTM tiles." type="data" format="txt"/> | 2563 <param name="il" label="il" optional="false" help="List of images on which you want to determine corresponding SRTM tiles." type="data" format="txt"/> |
| 2564 <param name="vl" label="vl" optional="false" help="List of vector data files on which you want to determine corresponding SRTM tiles." type="data" format="txt"/> | 2564 <param name="vl" label="vl" optional="false" help="List of vector data files on which you want to determine corresponding SRTM tiles." type="data" format="txt"/> |
| 2565 <param name="names" label="names" optional="true" help="List of SRTM tile names to download. This list is added to the tiles derived from input images or vectors.The names should follow the SRTM tile naming convention, for instance N43E001." type="text"/> | 2565 <param name="names" label="names" optional="true" help="List of SRTM tile names to download. This list is added to the tiles derived from input images or vectors.The names should follow the SRTM tile naming convention, for instance N43E001." type="text"/> |
| 2566 <param name="tiledir" label="tiledir" optional="false" help="Directory where SRTM tiles are stored. In download mode, the zipped archives will be downloaded to this directory. You'll need to unzip all tile files before using them in your application. In any case, this directory will be inspected to check which tiles are already downloaded." type="text"/> | 2566 <param name="tiledir" label="tiledir" optional="false" value="" help="Directory where SRTM tiles are stored. In download mode, the zipped archives will be downloaded to this directory. You'll need to unzip all tile files before using them in your application. In any case, this directory will be inspected to check which tiles are already downloaded." type="text"/> |
| 2567 <param name="mode" label="mode" optional="false" value="download" help="mode" type="select"> | 2567 <param name="mode" label="mode" optional="false" value="download" help="mode" type="select"> |
| 2568 <option value="download">download</option> | 2568 <option value="download">download</option> |
| 2569 <option value="list">list</option> | 2569 <option value="list">list</option> |
| 2570 </param> | 2570 </param> |
| 2571 </when> | 2571 </when> |
| 2572 <when value="OTB.ComputeOGRLayersFeaturesStatistics"> | 2572 <when value="OTB.ComputeOGRLayersFeaturesStatistics"> |
| 2573 <param name="inshp" label="inshp" optional="false" help="Name of the input shapefile" type="data" format="txt"/> | 2573 <param name="inshp" label="inshp" optional="false" help="Name of the input shapefile" type="data" format="txt"/> |
| 2574 <param name="feat" label="feat" optional="false" help="List of features to consider for statistics." type="text"/> | 2574 <param name="feat" label="feat" optional="false" value="" help="List of features to consider for statistics." type="text"/> |
| 2575 <param type="select" name="outstats_outformat" label="outstats_outformat" help="Output format"> | 2575 <param type="select" name="outstats_outformat" label="outstats_outformat" help="Output format"> |
| 2576 <option value="text/xml">text/xml</option> | 2576 <option value="text/xml">text/xml</option> |
| 2577 </param> | 2577 </param> |
| 2578 </when> | 2578 </when> |
| 2579 <when value="OTB.LSMSSmallRegionsMerging"> | 2579 <when value="OTB.LSMSSmallRegionsMerging"> |
| 2590 <expand macro="format_options"/> | 2590 <expand macro="format_options"/> |
| 2591 </param> | 2591 </param> |
| 2592 </when> | 2592 </when> |
| 2593 <when value="OTB.PixelValue"> | 2593 <when value="OTB.PixelValue"> |
| 2594 <param name="in" label="in" optional="false" help="Input image" type="data" format="txt"/> | 2594 <param name="in" label="in" optional="false" help="Input image" type="data" format="txt"/> |
| 2595 <param name="coordx" label="coordx" optional="false" help="This will be the X coordinate interpreted depending on the chosen mode" type="float"/> | 2595 <param name="coordx" label="coordx" optional="false" value="" help="This will be the X coordinate interpreted depending on the chosen mode" type="float"/> |
| 2596 <param name="coordy" label="coordy" optional="false" help="This will be the Y coordinate interpreted depending on the chosen mode" type="float"/> | 2596 <param name="coordy" label="coordy" optional="false" value="" help="This will be the Y coordinate interpreted depending on the chosen mode" type="float"/> |
| 2597 <param name="mode" label="mode" optional="false" value="index" help="Different modes can be selected, default mode is Index." type="select"> | 2597 <param name="mode" label="mode" optional="false" value="index" help="Different modes can be selected, default mode is Index." type="select"> |
| 2598 <option value="index">index</option> | 2598 <option value="index">index</option> |
| 2599 <option value="physical">physical</option> | 2599 <option value="physical">physical</option> |
| 2600 <option value="epsg">epsg</option> | 2600 <option value="epsg">epsg</option> |
| 2601 </param> | 2601 </param> |
| 2684 <param name="classifier_dt_t" label="classifier.dt.t" optional="false" value="False" help="If true, then pruned branches are physically removed from the tree." type="boolean" truevalue="True" falsevalue="False"/> | 2684 <param name="classifier_dt_t" label="classifier.dt.t" optional="false" value="False" help="If true, then pruned branches are physically removed from the tree." type="boolean" truevalue="True" falsevalue="False"/> |
| 2685 <param name="classifier_ann_t" label="classifier.ann.t" optional="false" value="reg" help="Type of training method for the multilayer perceptron (MLP) neural network." type="select"> | 2685 <param name="classifier_ann_t" label="classifier.ann.t" optional="false" value="reg" help="Type of training method for the multilayer perceptron (MLP) neural network." type="select"> |
| 2686 <option value="back">back</option> | 2686 <option value="back">back</option> |
| 2687 <option value="reg">reg</option> | 2687 <option value="reg">reg</option> |
| 2688 </param> | 2688 </param> |
| 2689 <param name="classifier_ann_sizes" label="classifier.ann.sizes" optional="false" help="The number of neurons in each intermediate layer (excluding input and output layers)." type="text"/> | 2689 <param name="classifier_ann_sizes" label="classifier.ann.sizes" optional="false" value="" help="The number of neurons in each intermediate layer (excluding input and output layers)." type="text"/> |
| 2690 <param name="classifier_ann_f" label="classifier.ann.f" optional="false" value="sig" help="This function determine whether the output of the node is positive or not depending on the output of the transfert function." type="select"> | 2690 <param name="classifier_ann_f" label="classifier.ann.f" optional="false" value="sig" help="This function determine whether the output of the node is positive or not depending on the output of the transfert function." type="select"> |
| 2691 <option value="ident">ident</option> | 2691 <option value="ident">ident</option> |
| 2692 <option value="sig">sig</option> | 2692 <option value="sig">sig</option> |
| 2693 <option value="gau">gau</option> | 2693 <option value="gau">gau</option> |
| 2694 </param> | 2694 </param> |
| 7151 <option value="true">true</option> | 7151 <option value="true">true</option> |
| 7152 <option value="false">false</option> | 7152 <option value="false">false</option> |
| 7153 </param> | 7153 </param> |
| 7154 <param name="USERNAME" label="USERNAME" optional="true" help="User Name" type="text"/> | 7154 <param name="USERNAME" label="USERNAME" optional="true" help="User Name" type="text"/> |
| 7155 <param name="PASSWORD" label="PASSWORD" optional="true" help="Password" type="text"/> | 7155 <param name="PASSWORD" label="PASSWORD" optional="true" help="Password" type="text"/> |
| 7156 <param name="ABSTRACT" label="ABSTRACT" optional="false" help="Abstract" type="text"/> | 7156 <param name="ABSTRACT" label="ABSTRACT" optional="false" value="" help="Abstract" type="text"/> |
| 7157 <param type="select" name="MAP_outformat" label="MAP_outformat" help="Output format"> | 7157 <param type="select" name="MAP_outformat" label="MAP_outformat" help="Output format"> |
| 7158 <option value="image/tiff">image/tiff</option> | 7158 <option value="image/tiff">image/tiff</option> |
| 7159 <option value="application/x-ogc-envi">application/x-ogc-envi</option> | 7159 <option value="application/x-ogc-envi">application/x-ogc-envi</option> |
| 7160 <option value="application/x-ogc-aaigrid">application/x-ogc-aaigrid</option> | 7160 <option value="application/x-ogc-aaigrid">application/x-ogc-aaigrid</option> |
| 7161 <option value="image/png">image/png</option> | 7161 <option value="image/png">image/png</option> |
| 17935 <option value="application/vnd.google-earth.kml+xml">application/vnd.google-earth.kml+xml</option> | 17935 <option value="application/vnd.google-earth.kml+xml">application/vnd.google-earth.kml+xml</option> |
| 17936 <option value="application/json">application/json</option> | 17936 <option value="application/json">application/json</option> |
| 17937 </param> | 17937 </param> |
| 17938 </when> | 17938 </when> |
| 17939 <when value="S3Download"> | 17939 <when value="S3Download"> |
| 17940 <param name="endpoint_url" label="endpoint_url" optional="false" help="An input string" type="text"/> | 17940 <param name="endpoint_url" label="endpoint_url" optional="false" value="" help="An input string" type="text"/> |
| 17941 <param name="access_key_id" label="access_key_id" optional="false" help="An input string" type="text"/> | 17941 <param name="access_key_id" label="access_key_id" optional="false" value="" help="An input string" type="text"/> |
| 17942 <param name="secret_access_key" label="secret_access_key" optional="false" help="An input string" type="text"/> | 17942 <param name="secret_access_key" label="secret_access_key" optional="false" value="" help="An input string" type="text"/> |
| 17943 <param name="region" label="region" optional="false" help="An input string" type="text"/> | 17943 <param name="region" label="region" optional="false" value="" help="An input string" type="text"/> |
| 17944 <param name="s3_bucket" label="s3_bucket" optional="false" help="An input string" type="text"/> | 17944 <param name="s3_bucket" label="s3_bucket" optional="false" value="" help="An input string" type="text"/> |
| 17945 <param name="s3_path" label="s3_path" optional="false" help="An input string" type="text"/> | 17945 <param name="s3_path" label="s3_path" optional="false" value="" help="An input string" type="text"/> |
| 17946 <param name="band" label="band" optional="false" help="An input string" type="select"> | 17946 <param name="band" label="band" optional="false" value="" help="An input string" type="select"> |
| 17947 <option value="B01">B01</option> | 17947 <option value="B01">B01</option> |
| 17948 <option value="B02">B02</option> | 17948 <option value="B02">B02</option> |
| 17949 <option value="B03">B03</option> | 17949 <option value="B03">B03</option> |
| 17950 <option value="B04">B04</option> | 17950 <option value="B04">B04</option> |
| 17951 <option value="B05">B05</option> | 17951 <option value="B05">B05</option> |
| 17959 <option value="AOT">AOT</option> | 17959 <option value="AOT">AOT</option> |
| 17960 <option value="SCL">SCL</option> | 17960 <option value="SCL">SCL</option> |
| 17961 <option value="TCL">TCL</option> | 17961 <option value="TCL">TCL</option> |
| 17962 <option value="WVP">WVP</option> | 17962 <option value="WVP">WVP</option> |
| 17963 </param> | 17963 </param> |
| 17964 <param name="resolution" label="resolution" optional="false" help="An input string" type="select"> | 17964 <param name="resolution" label="resolution" optional="false" value="" help="An input string" type="select"> |
| 17965 <option value="10m">10m</option> | 17965 <option value="10m">10m</option> |
| 17966 <option value="20m">20m</option> | 17966 <option value="20m">20m</option> |
| 17967 <option value="60m">60m</option> | 17967 <option value="60m">60m</option> |
| 17968 </param> | 17968 </param> |
| 17969 <param type="select" name="Result_outformat" label="Result_outformat" help="Output format"> | 17969 <param type="select" name="Result_outformat" label="Result_outformat" help="Output format"> |
| 18024 <option value="application/json">application/json</option> | 18024 <option value="application/json">application/json</option> |
| 18025 </param> | 18025 </param> |
| 18026 </when> | 18026 </when> |
| 18027 <when value="Gdal_Grid"> | 18027 <when value="Gdal_Grid"> |
| 18028 <param name="OF" label="OF" optional="true" value="AAIGrid" help="Select the output format." type="text"/> | 18028 <param name="OF" label="OF" optional="true" value="AAIGrid" help="Select the output format." type="text"/> |
| 18029 <param name="InputDSN" label="InputDSN" optional="false" help="The input data source name to use as source for convertion." type="text"/> | 18029 <param name="InputDSN" label="InputDSN" optional="false" value="" help="The input data source name to use as source for convertion." type="text"/> |
| 18030 <param name="OutputDSN" label="OutputDSN" optional="false" help="The output data source name to use as source for convertion." type="text"/> | 18030 <param name="OutputDSN" label="OutputDSN" optional="false" value="" help="The output data source name to use as source for convertion." type="text"/> |
| 18031 </when> | 18031 </when> |
| 18032 <when value="GetArea"> | 18032 <when value="GetArea"> |
| 18033 <param name="InputPolygon" label="InputPolygon" optional="false" help="URI to a set of GML that describes the polygon." type="data" format="txt"/> | 18033 <param name="InputPolygon" label="InputPolygon" optional="false" help="URI to a set of GML that describes the polygon." type="data" format="txt"/> |
| 18034 </when> | 18034 </when> |
| 18035 <when value="Within"> | 18035 <when value="Within"> |
| 18037 <param name="InputEntity2" label="InputEntity2" optional="false" help="the other geometry." type="data" format="txt"/> | 18037 <param name="InputEntity2" label="InputEntity2" optional="false" help="the other geometry." type="data" format="txt"/> |
| 18038 </when> | 18038 </when> |
| 18039 <when value="Gdal_Translate"> | 18039 <when value="Gdal_Translate"> |
| 18040 <param name="Format" label="Format" optional="true" value="GTiff" help="Select the output format by usig short name of the format (use gda-config --formats for list of available formats on your platform)." type="text"/> | 18040 <param name="Format" label="Format" optional="true" value="GTiff" help="Select the output format by usig short name of the format (use gda-config --formats for list of available formats on your platform)." type="text"/> |
| 18041 <param name="GCP" label="GCP" optional="true" help="Ground Point Control in the form : pixel,line,eating,northing(,elev)." type="text"/> | 18041 <param name="GCP" label="GCP" optional="true" help="Ground Point Control in the form : pixel,line,eating,northing(,elev)." type="text"/> |
| 18042 <param name="InputDSN" label="InputDSN" optional="false" help="The input data source name to use as source for convertion." type="text"/> | 18042 <param name="InputDSN" label="InputDSN" optional="false" value="" help="The input data source name to use as source for convertion." type="text"/> |
| 18043 <param name="OutputDSN" label="OutputDSN" optional="false" help="The output data source name to use as source for convertion." type="text"/> | 18043 <param name="OutputDSN" label="OutputDSN" optional="false" value="" help="The output data source name to use as source for convertion." type="text"/> |
| 18044 </when> | 18044 </when> |
| 18045 <when value="Equals"> | 18045 <when value="Equals"> |
| 18046 <param name="InputEntity1" label="InputEntity1" optional="false" help="the first geometry." type="data" format="txt"/> | 18046 <param name="InputEntity1" label="InputEntity1" optional="false" help="the first geometry." type="data" format="txt"/> |
| 18047 <param name="InputEntity2" label="InputEntity2" optional="false" help="the other geometry." type="data" format="txt"/> | 18047 <param name="InputEntity2" label="InputEntity2" optional="false" help="the other geometry." type="data" format="txt"/> |
| 18048 </when> | 18048 </when> |
| 18052 <when value="Touches"> | 18052 <when value="Touches"> |
| 18053 <param name="InputEntity1" label="InputEntity1" optional="false" help="the first geometry to compare against." type="data" format="txt"/> | 18053 <param name="InputEntity1" label="InputEntity1" optional="false" help="the first geometry to compare against." type="data" format="txt"/> |
| 18054 <param name="InputEntity2" label="InputEntity2" optional="false" help="the other geometry to compare against." type="data" format="txt"/> | 18054 <param name="InputEntity2" label="InputEntity2" optional="false" help="the other geometry to compare against." type="data" format="txt"/> |
| 18055 </when> | 18055 </when> |
| 18056 <when value="Gdal_Dem"> | 18056 <when value="Gdal_Dem"> |
| 18057 <param name="InputDSN" label="InputDSN" optional="false" help="The input data source name to use." type="text"/> | 18057 <param name="InputDSN" label="InputDSN" optional="false" value="" help="The input data source name to use." type="text"/> |
| 18058 <param name="OutputDSN" label="OutputDSN" optional="false" help="The output data source name." type="text"/> | 18058 <param name="OutputDSN" label="OutputDSN" optional="false" value="" help="The output data source name." type="text"/> |
| 18059 <param name="utility" label="utility" optional="false" help="This service has 7 different modes : hillshade, slope, aspect, color-relief, TRI, TPI, roughness" type="text"/> | 18059 <param name="utility" label="utility" optional="false" value="" help="This service has 7 different modes : hillshade, slope, aspect, color-relief, TRI, TPI, roughness" type="text"/> |
| 18060 <param name="s" label="s" optional="true" help="Scale is the ratio of vertical units to horizontal, for Feet:Latlong use 370400, for Meters:LatLong use 111120" type="text"/> | 18060 <param name="s" label="s" optional="true" help="Scale is the ratio of vertical units to horizontal, for Feet:Latlong use 370400, for Meters:LatLong use 111120" type="text"/> |
| 18061 <param name="co" label="co" optional="true" help="string representing options (NAME=VALUE)" type="text"/> | 18061 <param name="co" label="co" optional="true" help="string representing options (NAME=VALUE)" type="text"/> |
| 18062 </when> | 18062 </when> |
| 18063 <when value="Contains"> | 18063 <when value="Contains"> |
| 18064 <param name="InputEntity1" label="InputEntity1" optional="false" help="the first geometry." type="data" format="txt"/> | 18064 <param name="InputEntity1" label="InputEntity1" optional="false" help="the first geometry." type="data" format="txt"/> |
| 18070 <option value="text/xml">text/xml</option> | 18070 <option value="text/xml">text/xml</option> |
| 18071 <option value="application/json">application/json</option> | 18071 <option value="application/json">application/json</option> |
| 18072 </param> | 18072 </param> |
| 18073 </when> | 18073 </when> |
| 18074 <when value="GetStatus"> | 18074 <when value="GetStatus"> |
| 18075 <param name="sid" label="sid" optional="false" help="The ZOO Service ID of the ZOO Service we want to get the current status." type="integer"/> | 18075 <param name="sid" label="sid" optional="false" value="" help="The ZOO Service ID of the ZOO Service we want to get the current status." type="integer"/> |
| 18076 <param type="select" name="Result_outformat" label="Result_outformat" help="Output format"> | 18076 <param type="select" name="Result_outformat" label="Result_outformat" help="Output format"> |
| 18077 <option value="text/xml">text/xml</option> | 18077 <option value="text/xml">text/xml</option> |
| 18078 </param> | 18078 </param> |
| 18079 </when> | 18079 </when> |
| 18080 <when value="Gdal_Contour"> | 18080 <when value="Gdal_Contour"> |
| 18081 <param name="InputDSN" label="InputDSN" optional="false" help="The input data source name to use." type="text"/> | 18081 <param name="InputDSN" label="InputDSN" optional="false" value="" help="The input data source name to use." type="text"/> |
| 18082 <param name="OutputDSN" label="OutputDSN" optional="false" help="The output data source name." type="text"/> | 18082 <param name="OutputDSN" label="OutputDSN" optional="false" value="" help="The output data source name." type="text"/> |
| 18083 <param name="i" label="i" optional="false" help="The elevation interval between contours." type="text"/> | 18083 <param name="i" label="i" optional="false" value="" help="The elevation interval between contours." type="text"/> |
| 18084 <param name="a" label="a" optional="true" help="provides a name for the attribute in which to put the elevation. If not provided no elevation attribute is attached." type="text"/> | 18084 <param name="a" label="a" optional="true" help="provides a name for the attribute in which to put the elevation. If not provided no elevation attribute is attached." type="text"/> |
| 18085 <param name="b" label="b" optional="true" help="A particular band, defaults to band 1." type="integer"/> | 18085 <param name="b" label="b" optional="true" help="A particular band, defaults to band 1." type="integer"/> |
| 18086 </when> | 18086 </when> |
| 18087 <when value="GdalExtractProfile"> | 18087 <when value="GdalExtractProfile"> |
| 18088 <param name="RasterFile" label="RasterFile" optional="true" value="topofr.tif" help="The file containing elevation model relative to the dataPath defined in the ZOO-Project main configuration file." type="text"/> | 18088 <param name="RasterFile" label="RasterFile" optional="true" value="topofr.tif" help="The file containing elevation model relative to the dataPath defined in the ZOO-Project main configuration file." type="text"/> |
| 18098 <param name="InputEntity1" label="InputEntity1" optional="false" help="the first geometry." type="data" format="txt"/> | 18098 <param name="InputEntity1" label="InputEntity1" optional="false" help="the first geometry." type="data" format="txt"/> |
| 18099 <param name="InputEntity2" label="InputEntity2" optional="false" help="the other geometry." type="data" format="txt"/> | 18099 <param name="InputEntity2" label="InputEntity2" optional="false" help="the other geometry." type="data" format="txt"/> |
| 18100 </when> | 18100 </when> |
| 18101 <when value="Ogr2Ogr"> | 18101 <when value="Ogr2Ogr"> |
| 18102 <param name="F" label="F" optional="true" value="ESRI ShapeFile" help="Select the output format." type="text"/> | 18102 <param name="F" label="F" optional="true" value="ESRI ShapeFile" help="Select the output format." type="text"/> |
| 18103 <param name="InputDSN" label="InputDSN" optional="false" help="The input data source name to use as source for convertion." type="text"/> | 18103 <param name="InputDSN" label="InputDSN" optional="false" value="" help="The input data source name to use as source for convertion." type="text"/> |
| 18104 <param name="OutputDSN" label="OutputDSN" optional="false" help="The output data name." type="text"/> | 18104 <param name="OutputDSN" label="OutputDSN" optional="false" value="" help="The output data name." type="text"/> |
| 18105 <param name="LCO" label="LCO" optional="true" help="Select the output format." type="text"/> | 18105 <param name="LCO" label="LCO" optional="true" help="Select the output format." type="text"/> |
| 18106 <param name="DSCO" label="DSCO" optional="true" help="Select the output format." type="text"/> | 18106 <param name="DSCO" label="DSCO" optional="true" help="Select the output format." type="text"/> |
| 18107 </when> | 18107 </when> |
| 18108 <when value="Intersection"> | 18108 <when value="Intersection"> |
| 18109 <param name="InputEntity1" label="InputEntity1" optional="false" help="the first geometry to compare against." type="data" format="txt"/> | 18109 <param name="InputEntity1" label="InputEntity1" optional="false" help="the first geometry to compare against." type="data" format="txt"/> |
| 18147 <option value="application/json">application/json</option> | 18147 <option value="application/json">application/json</option> |
| 18148 </param> | 18148 </param> |
| 18149 </when> | 18149 </when> |
| 18150 <when value="Gdal_Warp"> | 18150 <when value="Gdal_Warp"> |
| 18151 <param name="Format" label="Format" optional="true" value="GTiff" help="Select the output format by usig short name of the format (use gda-config --formats for list of available formats on your platform)." type="text"/> | 18151 <param name="Format" label="Format" optional="true" value="GTiff" help="Select the output format by usig short name of the format (use gda-config --formats for list of available formats on your platform)." type="text"/> |
| 18152 <param name="InputDSN" label="InputDSN" optional="false" help="The input data source name to use as source for convertion." type="text"/> | 18152 <param name="InputDSN" label="InputDSN" optional="false" value="" help="The input data source name to use as source for convertion." type="text"/> |
| 18153 <param name="OutputDSN" label="OutputDSN" optional="false" help="The output data source name to use as source for convertion." type="text"/> | 18153 <param name="OutputDSN" label="OutputDSN" optional="false" value="" help="The output data source name to use as source for convertion." type="text"/> |
| 18154 <param name="s_srs" label="s_srs" optional="true" help="The coordinate systems that can be passed are anything supported by the OGRSpatialReference.SetFromUserInput() call, which includes EPSG PCS and GCSes (ie. EPSG:4296), PROJ.4 declarations (as above), or the name of a .prf file containing well known text." type="text"/> | 18154 <param name="s_srs" label="s_srs" optional="true" help="The coordinate systems that can be passed are anything supported by the OGRSpatialReference.SetFromUserInput() call, which includes EPSG PCS and GCSes (ie. EPSG:4296), PROJ.4 declarations (as above), or the name of a .prf file containing well known text." type="text"/> |
| 18155 <param name="t_srs" label="t_srs" optional="true" help="The coordinate systems that can be passed are anything supported by the OGRSpatialReference.SetFromUserInput() call, which includes EPSG PCS and GCSes (ie. EPSG:4296), PROJ.4 declarations (as above), or the name of a .prf file containing well known text." type="text"/> | 18155 <param name="t_srs" label="t_srs" optional="true" help="The coordinate systems that can be passed are anything supported by the OGRSpatialReference.SetFromUserInput() call, which includes EPSG PCS and GCSes (ie. EPSG:4296), PROJ.4 declarations (as above), or the name of a .prf file containing well known text." type="text"/> |
| 18156 <param name="tps" label="tps" optional="true" help="Force use of thin plate spline transformer based on available GCPs" type="boolean" truevalue="True" falsevalue="False"/> | 18156 <param name="tps" label="tps" optional="true" help="Force use of thin plate spline transformer based on available GCPs" type="boolean" truevalue="True" falsevalue="False"/> |
| 18157 <param name="geoloc" label="geoloc" optional="true" help="Force use of Geolocation Arrays" type="boolean" truevalue="True" falsevalue="False"/> | 18157 <param name="geoloc" label="geoloc" optional="true" help="Force use of Geolocation Arrays" type="boolean" truevalue="True" falsevalue="False"/> |
| 18158 <param name="rpc" label="rpc" optional="true" help="Force use of RPCs" type="boolean" truevalue="True" falsevalue="False"/> | 18158 <param name="rpc" label="rpc" optional="true" help="Force use of RPCs" type="boolean" truevalue="True" falsevalue="False"/> |
