Navigation Menu

Skip to content

Commit

Permalink
more improvement to grass description
Browse files Browse the repository at this point in the history
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@211 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
volayaf committed Jun 1, 2012
1 parent bf67531 commit bf8d11f
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion src/sextante/grass/description/r.colors.txt
Expand Up @@ -3,7 +3,7 @@ r.colors - Creates/modifies the color table associated with a raster map layer.
Raster (r.*)
ParameterRaster|map|Name of input raster map|False
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
ParameterString|rules|Path to rules file ("-" to read rules from stdin)|/file
ParameterFile|rules|Path to rules file ("-" to read rules from stdin)|False
ParameterBoolean|-l|List available rules then exit|False
ParameterBoolean|-n|Invert colors|False
ParameterBoolean|-g|Logarithmic scaling|False
Expand Down
2 changes: 1 addition & 1 deletion src/sextante/grass/description/r.mfilter.fp.txt
Expand Up @@ -2,7 +2,7 @@ r.mfilter.fp
r.mfilter.fp - Raster map matrix filter.
Raster (r.*)
ParameterRaster|input|Name of input raster map|False
ParameterString|filter|Filter file|/file
ParameterFile|filter|Filter file|False
ParameterNumber|repeat|Number of times to repeat the filter|None|None|1
ParameterString|title|Output raster map title|
ParameterBoolean|-z|Apply filter only to zero data values|False
Expand Down
2 changes: 1 addition & 1 deletion src/sextante/grass/description/r.mfilter.txt
Expand Up @@ -2,7 +2,7 @@ r.mfilter
r.mfilter - Performs raster map matrix filter.
Raster (r.*)
ParameterRaster|input|Name of input raster map|False
ParameterString|filter|Filter file|/file
ParameterFile|filter|Filter file|False
ParameterNumber|repeat|Number of times to repeat the filter|None|None|1
ParameterString|title|Output raster map title|
ParameterBoolean|-z|Apply filter only to zero data values|False
Expand Down
2 changes: 1 addition & 1 deletion src/sextante/grass/description/r.reclass.txt
Expand Up @@ -2,5 +2,5 @@ r.reclass
r.reclass - Creates a new map layer whose category values are based upon a reclassification of the categories in an existing raster map layer.
Raster (r.*)
ParameterRaster|input|Name of input raster map|False
ParameterString|rules|File containing reclass rules|/file
ParameterFile|rules|File containing reclass rules|False
OutputRaster|output|Name for output raster map
2 changes: 1 addition & 1 deletion src/sextante/grass/description/v.out.dxf.txt
Expand Up @@ -2,5 +2,5 @@ v.out.dxf
v.out.dxf - Exports GRASS vector map layers to DXF file format.
Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterFile|output|Name of DXF output file|False
OutputFile|output|Name of DXF output file

4 changes: 2 additions & 2 deletions src/sextante/grass/description/v.out.pov.txt
Expand Up @@ -3,7 +3,7 @@ v.out.pov - Converts to POV-Ray format, GRASS x,y,z -> POV-Ray x,z,y
Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterString|type|Feature type|point,line,area,face
ParameterFile|output|Output file|False
OutputFile|output|Output file|
ParameterString|size|Radius of sphere for points and tube for lines|10
ParameterString|zmod|Modifier for z coordinates, this string is appended to each z coordinate|
ParameterString|objmod|Object modifier (OBJECT_MODIFIER in POV-Ray documentation)|
ParameterString|objmod|Object modifier (OBJECT_MODIFIER in POV-Ray documentation)
2 changes: 1 addition & 1 deletion src/sextante/grass/description/v.reclass.txt
Expand Up @@ -4,6 +4,6 @@ Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterString|type|Feature type|point,line,boundary,centroid
ParameterTableField|column|The name of the column whose values are to be used as new categories|input
ParameterFile|rules|Full path to the reclass rule file|
ParameterFile|rules|Full path to the reclass rule file|False
OutputVector|output|Name for output vector map

2 changes: 1 addition & 1 deletion src/sextante/grass/description/v.segment.txt
Expand Up @@ -2,6 +2,6 @@ v.segment
v.segment - Creates points/segments from input vector lines and positions.
Vector (v.*)
ParameterVector|input|Name of input vector map containing lines|1|False
ParameterFile|file|Name of file containing segment rules|True
ParameterFile|file|Name of file containing segment rules|False
OutputVector|output|Name for output vector map with segments

24 changes: 12 additions & 12 deletions src/sextante/grass/description/v.surf.rst.cvdev.txt
@@ -1,16 +1,16 @@
v.surf.rst
v.surf.rst.cvdev - Spatial approximation and topographic analysis using regularized spline with tension.
Vector (v.*)
ParameterVector|input|input|0|False
ParameterString|where|where|
ParameterRaster|maskmap|maskmap|True
ParameterTableField|zcolumn|zcolumn|input
ParameterNumber|tension|tension|None|None|40
ParameterNumber|segmax|segmax|None|None|40
ParameterNumber|npmin|npmin|None|None|300
ParameterNumber|dmin|dmin|None|None|0.5
ParameterNumber|dmax|dmax|None|None|2.5
ParameterNumber|theta|theta|None|None|0
ParameterNumber|scalex|scalex|None|None|0
ParameterVector|input|Name of input vector map|0|False
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
ParameterRaster|maskmap|Name of the raster map used as mask|True
ParameterTableField|zcolumn|Name of the attribute column with values to be used for approximation|input
ParameterNumber|tension|Tension parameter|None|None|40
ParameterNumber|segmax|Maximum number of points in a segment|None|None|40
ParameterNumber|npmin|Minimum number of points for approximation in a segment (>segmax)|None|None|300
ParameterNumber|dmin|Minimum distance between points (to remove almost identical points)|None|None|0.001
ParameterNumber|dmax|Maximum distance between points on isoline (to insert additional points)|None|None|2.5
ParameterNumber|theta|Anisotropy angle (in degrees counterclockwise from East)|0|360|0
ParameterNumber|scalex|Anisotropy scaling factor|None|None|0
ParameterBoolean|-c|-c[leave this as True]|True
OutputVector|cvdev|cvdev
OutputVector|cvdev|Output cross-validation errors vector point file
8 changes: 4 additions & 4 deletions src/sextante/grass/description/v.to.rast.attribute.txt
@@ -1,7 +1,7 @@
v.to.rast
v.to.rast.attribute - Converts (rasterize) a vector map into a raster map.
Vector (v.*)
ParameterVector|input|input|-1|False
ParameterSelection|use|use|attr
ParameterTableField|column|column|input
OutputRaster|output|output
ParameterVector|input|Name of input vector map|-1|False
ParameterSelection|use|Source of raster values|attr
ParameterTableField|column|Name of column for 'attr' parameter (data type must be numeric)|input
OutputRaster|output|Name for output raster map
8 changes: 4 additions & 4 deletions src/sextante/grass/description/v.to.rast.value.txt
@@ -1,7 +1,7 @@
v.to.rast
v.to.rast.value - Converts (rasterize) a vector map into a raster map.
Vector (v.*)
ParameterVector|input|input|-1|False
ParameterSelection|use|use|val
ParameterNumber|value|value|None|None|1
OutputRaster|output|output
ParameterVector|input|Name of input vector map|-1|False
ParameterSelection|use|Source of raster values|val
ParameterNumber|value|Raster value|None|None|1.0
OutputRaster|output|Name for output raster map
2 changes: 1 addition & 1 deletion src/sextante/grass/description/v.transform.txt
Expand Up @@ -9,6 +9,6 @@ ParameterNumber|xscale|X scale|None|None|1.0
ParameterNumber|yscale|Y scale|None|None|1.0
ParameterNumber|zscale|Z scale|None|None|1.0
ParameterNumber|zrot|Rotation around z axis in degrees counterclockwise|None|None|0.0
ParameterFile|pointsfile|Name of input text file with GCPs|True
ParameterFile|pointsfile|Name of input text file with GCPs|False
OutputVector|output|Name for output vector map

0 comments on commit bf8d11f

Please sign in to comment.