Skip to content

Commit bf8d11f

Browse files
author
volayaf
committed
more improvement to grass description
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@211 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
1 parent bf67531 commit bf8d11f

12 files changed

+30
-30
lines changed

src/sextante/grass/description/r.colors.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ r.colors - Creates/modifies the color table associated with a raster map layer.
33
Raster (r.*)
44
ParameterRaster|map|Name of input raster map|False
55
ParameterSelection|color|Type of color table|aspect;aspectcolr;bcyr;bgyr;byg;byr;celsius;corine;curvature;differences;elevation;etopo2;evi;gdd;grey;grey1.0;grey255;gyr;haxby;ndvi;population;precipitation;rainbow;ramp;rstcurv;ryb;ryg;sepia;slope;srtm;terrain;wave;random;grey.eq;grey.log;rules
6-
ParameterString|rules|Path to rules file ("-" to read rules from stdin)|/file
6+
ParameterFile|rules|Path to rules file ("-" to read rules from stdin)|False
77
ParameterBoolean|-l|List available rules then exit|False
88
ParameterBoolean|-n|Invert colors|False
99
ParameterBoolean|-g|Logarithmic scaling|False

src/sextante/grass/description/r.mfilter.fp.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ r.mfilter.fp
22
r.mfilter.fp - Raster map matrix filter.
33
Raster (r.*)
44
ParameterRaster|input|Name of input raster map|False
5-
ParameterString|filter|Filter file|/file
5+
ParameterFile|filter|Filter file|False
66
ParameterNumber|repeat|Number of times to repeat the filter|None|None|1
77
ParameterString|title|Output raster map title|
88
ParameterBoolean|-z|Apply filter only to zero data values|False

src/sextante/grass/description/r.mfilter.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ r.mfilter
22
r.mfilter - Performs raster map matrix filter.
33
Raster (r.*)
44
ParameterRaster|input|Name of input raster map|False
5-
ParameterString|filter|Filter file|/file
5+
ParameterFile|filter|Filter file|False
66
ParameterNumber|repeat|Number of times to repeat the filter|None|None|1
77
ParameterString|title|Output raster map title|
88
ParameterBoolean|-z|Apply filter only to zero data values|False

src/sextante/grass/description/r.reclass.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ r.reclass
22
r.reclass - Creates a new map layer whose category values are based upon a reclassification of the categories in an existing raster map layer.
33
Raster (r.*)
44
ParameterRaster|input|Name of input raster map|False
5-
ParameterString|rules|File containing reclass rules|/file
5+
ParameterFile|rules|File containing reclass rules|False
66
OutputRaster|output|Name for output raster map

src/sextante/grass/description/v.out.dxf.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ v.out.dxf
22
v.out.dxf - Exports GRASS vector map layers to DXF file format.
33
Vector (v.*)
44
ParameterVector|input|Name of input vector map|-1|False
5-
ParameterFile|output|Name of DXF output file|False
5+
OutputFile|output|Name of DXF output file
66

src/sextante/grass/description/v.out.pov.txt

+2-2
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-
ParameterFile|output|Output file|False
6+
OutputFile|output|Output file|
77
ParameterString|size|Radius of sphere for points and tube for lines|10
88
ParameterString|zmod|Modifier for z coordinates, this string is appended to each z coordinate|
9-
ParameterString|objmod|Object modifier (OBJECT_MODIFIER in POV-Ray documentation)|
9+
ParameterString|objmod|Object modifier (OBJECT_MODIFIER in POV-Ray documentation)

src/sextante/grass/description/v.reclass.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Vector (v.*)
44
ParameterVector|input|Name of input vector map|-1|False
55
ParameterString|type|Feature type|point,line,boundary,centroid
66
ParameterTableField|column|The name of the column whose values are to be used as new categories|input
7-
ParameterFile|rules|Full path to the reclass rule file|
7+
ParameterFile|rules|Full path to the reclass rule file|False
88
OutputVector|output|Name for output vector map
99

src/sextante/grass/description/v.segment.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ v.segment
22
v.segment - Creates points/segments from input vector lines and positions.
33
Vector (v.*)
44
ParameterVector|input|Name of input vector map containing lines|1|False
5-
ParameterFile|file|Name of file containing segment rules|True
5+
ParameterFile|file|Name of file containing segment rules|False
66
OutputVector|output|Name for output vector map with segments
77

Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
v.surf.rst
22
v.surf.rst.cvdev - Spatial approximation and topographic analysis using regularized spline with tension.
33
Vector (v.*)
4-
ParameterVector|input|input|0|False
5-
ParameterString|where|where|
6-
ParameterRaster|maskmap|maskmap|True
7-
ParameterTableField|zcolumn|zcolumn|input
8-
ParameterNumber|tension|tension|None|None|40
9-
ParameterNumber|segmax|segmax|None|None|40
10-
ParameterNumber|npmin|npmin|None|None|300
11-
ParameterNumber|dmin|dmin|None|None|0.5
12-
ParameterNumber|dmax|dmax|None|None|2.5
13-
ParameterNumber|theta|theta|None|None|0
14-
ParameterNumber|scalex|scalex|None|None|0
4+
ParameterVector|input|Name of input vector map|0|False
5+
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
6+
ParameterRaster|maskmap|Name of the raster map used as mask|True
7+
ParameterTableField|zcolumn|Name of the attribute column with values to be used for approximation|input
8+
ParameterNumber|tension|Tension parameter|None|None|40
9+
ParameterNumber|segmax|Maximum number of points in a segment|None|None|40
10+
ParameterNumber|npmin|Minimum number of points for approximation in a segment (>segmax)|None|None|300
11+
ParameterNumber|dmin|Minimum distance between points (to remove almost identical points)|None|None|0.001
12+
ParameterNumber|dmax|Maximum distance between points on isoline (to insert additional points)|None|None|2.5
13+
ParameterNumber|theta|Anisotropy angle (in degrees counterclockwise from East)|0|360|0
14+
ParameterNumber|scalex|Anisotropy scaling factor|None|None|0
1515
ParameterBoolean|-c|-c[leave this as True]|True
16-
OutputVector|cvdev|cvdev
16+
OutputVector|cvdev|Output cross-validation errors vector point file
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
v.to.rast
22
v.to.rast.attribute - Converts (rasterize) a vector map into a raster map.
33
Vector (v.*)
4-
ParameterVector|input|input|-1|False
5-
ParameterSelection|use|use|attr
6-
ParameterTableField|column|column|input
7-
OutputRaster|output|output
4+
ParameterVector|input|Name of input vector map|-1|False
5+
ParameterSelection|use|Source of raster values|attr
6+
ParameterTableField|column|Name of column for 'attr' parameter (data type must be numeric)|input
7+
OutputRaster|output|Name for output raster map
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
v.to.rast
22
v.to.rast.value - Converts (rasterize) a vector map into a raster map.
33
Vector (v.*)
4-
ParameterVector|input|input|-1|False
5-
ParameterSelection|use|use|val
6-
ParameterNumber|value|value|None|None|1
7-
OutputRaster|output|output
4+
ParameterVector|input|Name of input vector map|-1|False
5+
ParameterSelection|use|Source of raster values|val
6+
ParameterNumber|value|Raster value|None|None|1.0
7+
OutputRaster|output|Name for output raster map

src/sextante/grass/description/v.transform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ ParameterNumber|xscale|X scale|None|None|1.0
99
ParameterNumber|yscale|Y scale|None|None|1.0
1010
ParameterNumber|zscale|Z scale|None|None|1.0
1111
ParameterNumber|zrot|Rotation around z axis in degrees counterclockwise|None|None|0.0
12-
ParameterFile|pointsfile|Name of input text file with GCPs|True
12+
ParameterFile|pointsfile|Name of input text file with GCPs|False
1313
OutputVector|output|Name for output vector map
1414

0 commit comments

Comments
 (0)