Skip to content

Commit f56be03

Browse files
author
volayaf
committedJun 1, 2012
added improved descrition for r.* algorithms, provided by Markus Neteler
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@201 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
1 parent 0a0cb3b commit f56be03

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+600
-612
lines changed
 
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
nviz
22
nviz
33
Visualization(NVIZ)
4-
ParameterMultipleInput|elevation|elevation|3|False
5-
ParameterMultipleInput|vector|vector|-1|False
4+
ParameterMultipleInput|elevation|Name of elevation raster map|3|False
5+
ParameterMultipleInput|color|Name of raster map(s) for Color|-1|False
6+
ParameterMultipleInput|vector|Name of vector lines/areas overlay map(s)|-1|False
7+
ParameterMultipleInput|point|Name of vector points overlay file(s)|-1|False
8+
ParameterMultipleInput|volume|Name of existing 3d raster map|-1|False
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
r.average
22
r.average
33
Raster (r.*)
4-
ParameterRaster|base|base|False
5-
ParameterRaster|cover|cover|False
6-
ParameterBoolean|-c|-c|True
7-
OutputRaster|output|output
4+
ParameterRaster|base|Name of base raster map|False
5+
ParameterRaster|cover|Name of cover raster map|False
6+
ParameterBoolean|-c|Cover values extracted from the category labels of the cover map|False
7+
OutputRaster|output|Name for output raster map

0 commit comments

Comments
 (0)
Please sign in to comment.