-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1389 from radosuav/small_processing_fixes
[processing] Small fixes
- Loading branch information
Showing
11 changed files
with
110 additions
and
44 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
python/plugins/processing/algs/grass/description/r.slope.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
r.slope.aspect | ||
r.slope - Generates raster maps of slope from a elevation raster map. | ||
Raster (r.*) | ||
ParameterRaster|elevation|Name of elevation raster map|False | ||
ParameterSelection|format|Format for reporting the slope|degrees;percent | ||
ParameterSelection|prec|Type of output aspect and slope maps|float;double;int | ||
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0 | ||
ParameterNumber|min_slp_allowed|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0 | ||
ParameterBoolean|-a|Do not align the current region to the elevation layer|True | ||
OutputRaster|slope|Name for output slope raster map |
29 changes: 29 additions & 0 deletions
29
python/plugins/processing/algs/otb/description/SplitImage.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<root> | ||
<key>SplitImage</key> | ||
<exec>otbcli_SplitImage</exec> | ||
<longname>Split Image</longname> | ||
<group>Image Manipulation</group> | ||
<description>Rescale the image between two given values.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>Input image to be split into individual images.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputFile</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>The base filename of the split images.</description> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type> | ||
<key>ram</key> | ||
<name>Available RAM (Mb)</name> | ||
<description>Available memory for processing (in MB)</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>128</default> | ||
</parameter> | ||
</root> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters