Skip to content

Commit

Permalink
edited some SAGA/GRASS algorithm description in SEXTANTE
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Feb 3, 2013
1 parent 3751337 commit dc340de
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/plugins/sextante/grass/description/r.rescale.txt
Expand Up @@ -2,6 +2,6 @@ r.rescale
r.rescale - Rescales the range of category values in a raster layer.
Raster (r.*)
ParameterRaster|input|Input raster layer|False
ParameterRange|from|The input data range to be rescaled|
ParameterRange|from|The input data range to be rescaled|0,1
ParameterRange|to|The output data range|0,1
OutputRaster|output|Output raster layer
@@ -1,7 +1,7 @@
v.buffer
v.buffer.column - Creates a buffer around features of given type.
Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterVector|input|Input vector layer|-1|False
ParameterTableField|bufcolumn|Name of column to use for buffer distances|input
ParameterNumber|scale|Scaling factor for attribute column values|None|None|1.0
ParameterString|tolerance|Maximum distance between theoretical arc and polygon segments as multiple of buffer|0.01
Expand Down
@@ -1,7 +1,7 @@
v.buffer
v.buffer.distance - Creates a buffer around features of given type.
Vector (v.*)
ParameterVector|input|Name for input vector map|-1|False
ParameterVector|input|Input vector layer|-1|False
ParameterString|distance|Buffer distance in map units|
ParameterString|tolerance|Maximum distance between theoretical arc and polygon segments as multiple of buffer|0.01
ParameterBoolean|-s|Make outside corners straight|False
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/sextante/grass/description/v.class.txt
@@ -1,7 +1,7 @@
v.class
v.class - Classifies attribute data, e.g. for thematic mapping.
Vector (v.*)
ParameterVector|map|Name of input vector map|-1|False
ParameterVector|map|Input vector layer|-1|False
ParameterTableField|column|Column name or expression|map
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
ParameterSelection|algorithm|Algorithm to use for classification|int;std;qua;equ;dis
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/sextante/grass/description/v.delaunay.txt
@@ -1,7 +1,7 @@
v.delaunay
v.delaunay - Creates a Delaunay triangulation from an input vector map containing points or centroids.
Vector (v.*)
ParameterVector|input|Name of input vector map|0|False
ParameterVector|input|Input vector layer|0|False
ParameterBoolean|-r|Use only points in current region|True
ParameterBoolean|-l|Output triangulation as a graph (lines), not areas|True
OutputVector|output|Delaunay triangulation
Expand Down

0 comments on commit dc340de

Please sign in to comment.