Skip to content

Commit 80dc723

Browse files
author
Rado Guzinski
committed
[processing] Add some missing algorithms
1 parent a09aa76 commit 80dc723

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
r.slope.aspect
2+
r.slope - Generates raster maps of slope from a elevation raster map.
3+
Raster (r.*)
4+
ParameterRaster|elevation|Name of elevation raster map|False
5+
ParameterSelection|format|Format for reporting the slope|degrees;percent
6+
ParameterSelection|prec|Type of output aspect and slope maps|float;double;int
7+
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
8+
ParameterNumber|min_slp_allowed|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
9+
ParameterBoolean|-a|Do not align the current region to the elevation layer|True
10+
OutputRaster|slope|Name for output slope raster map
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<root>
2+
<key>SplitImage</key>
3+
<exec>otbcli_SplitImage</exec>
4+
<longname>Split Image</longname>
5+
<group>Image Manipulation</group>
6+
<description>Rescale the image between two given values.</description>
7+
<parameter>
8+
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
9+
<key>in</key>
10+
<name>Input Image</name>
11+
<description>Input image to be split into individual images.</description>
12+
<optional>False</optional>
13+
</parameter>
14+
<parameter>
15+
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputFile</parameter_type>
16+
<key>out</key>
17+
<name>Output Image</name>
18+
<description>The base filename of the split images.</description>
19+
</parameter>
20+
<parameter>
21+
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
22+
<key>ram</key>
23+
<name>Available RAM (Mb)</name>
24+
<description>Available memory for processing (in MB)</description>
25+
<minValue />
26+
<maxValue />
27+
<default>128</default>
28+
</parameter>
29+
</root>

0 commit comments

Comments
 (0)