Skip to content

Commit fb142df

Browse files
committed
[processing] fixed some GRASS descriptions
1 parent 55c6f8f commit fb142df

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

python/plugins/processing/algs/grass/description/r.cost.full.raster.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ r.cost
22
r.cost.full.raster - Creates a raster layer of cumulative cost of moving across a raster layer whose cell values represent cost.
33
Raster (r.*)
44
ParameterRaster|input|Unit cost layer|False
5-
ParameterRaster|start_rast|Name of starting raster points map|0|False
5+
ParameterRaster|start_rast|Name of starting raster points map|False
66
ParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
77
ParameterBoolean|-n|Keep null values in output raster layer|False
88
OutputRaster|output|Cumulative cost

python/plugins/processing/algs/grass/description/r.random.raster.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ r.randon.raster
22
r.random.raster - Create random raster
33
Raster (r.*)
44
ParameterRaster|raster|Name of input raster map|False
5-
ParameterNumericalValue|value|The number of points to allocate |None|None|1
5+
ParameterNumber|value|The number of points to allocate |None|None|1
66
OutputRaster|output|Output layer

python/plugins/processing/algs/grass/description/v.out.pov.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ v.out.pov - Converts to POV-Ray format, GRASS x,y,z -> POV-Ray x,z,y
33
Vector (v.*)
44
ParameterVector|input|Name of input vector map|-1|False
55
ParameterString|type|Feature type|point,line,area,face
6-
ParameterNumer|size|Radius of sphere for points and tube for lines|0|None|10.0
6+
ParameterNumber|size|Radius of sphere for points and tube for lines|0|None|10.0
77
ParameterString|zmod|Modifier for z coordinates, this string is appended to each z coordinate|
88
ParameterString|objmod|Object modifier (OBJECT_MODIFIER in POV-Ray documentation)|
99
OutputFile|output|Output file

python/plugins/processing/algs/grass/description/v.to.rast.attribute.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ v.to.rast.attribute - Converts (rasterize) a vector layer into a raster layer.
33
Vector (v.*)
44
ParameterVector|input|Input vector layer|-1|False
55
ParameterSelection|use|Source of raster values|attr
6-
ParameterTableField|column|Name of column for 'attr' parameter (data type must be numeric)|input|0|-1|False
6+
ParameterTableField|column|Name of column for 'attr' parameter (data type must be numeric)|input|0|False
77
OutputRaster|output|Rasterized layer

python/plugins/processing/algs/grass7/description/r.random.raster.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ r.randon.raster
22
r.random.raster - Create random raster
33
Raster (r.*)
44
ParameterRaster|raster|Name of input raster map|False
5-
ParameterNumericalValue|value|The number of points to allocate |None|None|1
5+
ParameterNumber|value|The number of points to allocate |None|None|1
66
OutputRaster|output|Output layer

python/plugins/processing/algs/grass7/description/v.out.pov.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ v.out.pov - Converts to POV-Ray format, GRASS x,y,z -> POV-Ray x,z,y
33
Vector (v.*)
44
ParameterVector|input|Name of input vector map|-1|False
55
ParameterString|type|Feature type|point,line,area,face
6-
ParameterNumer|size|Radius of sphere for points and tube for lines|0|None|10.0
6+
ParameterNumber|size|Radius of sphere for points and tube for lines|0|None|10.0
77
ParameterString|zmod|Modifier for z coordinates, this string is appended to each z coordinate|
88
ParameterString|objmod|Object modifier (OBJECT_MODIFIER in POV-Ray documentation)|
99
OutputFile|output|Output file

python/plugins/processing/algs/grass7/description/v.to.rast.attribute.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ v.to.rast.attribute - Converts (rasterize) a vector layer into a raster layer.
33
Vector (v.*)
44
ParameterVector|input|Input vector layer|-1|False
55
ParameterSelection|use|Source of raster values|attr
6-
ParameterTableField|column|Name of column for 'attr' parameter (data type must be numeric)|input|0|-1|False
6+
ParameterTableField|column|Name of column for 'attr' parameter (data type must be numeric)|input|0|False
77
OutputRaster|output|Rasterized layer

0 commit comments

Comments
 (0)