6 changes: 3 additions & 3 deletions python/plugins/sextante/grass/description/v.extract.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
v.extract
v.extract - Selects vector objects from an existing vector map and creates a new map containing only the selected objects.
v.extract - Selects vector objects from a vector layer a new layer containing only the selected objects.
Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterVector|input|Vector layer|-1|False
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
ParameterBoolean|-d|Dissolve common boundaries|True
OutputVector|output|Name for output vector map
OutputVector|output|Output layer

12 changes: 0 additions & 12 deletions python/plugins/sextante/grass/description/v.extrude.txt

This file was deleted.

4 changes: 2 additions & 2 deletions python/plugins/sextante/grass/description/v.generalize.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
v.generalize
v.generalize - Vector based generalization.
Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterVector|input|Input layer|-1|False
ParameterSelection|method|method|douglas;douglas_reduction;lang;reduction;reumann;remove_small;boyle;sliding_averaging;distance_weighting;chaiken;hermite;snakes;network;displacement
ParameterNumber|threshold|Maximal tolerance value|None|None|1.0
ParameterNumber|look_ahead|Look-ahead parameter|None|None|7
Expand All @@ -15,5 +15,5 @@ ParameterNumber|alpha|Snakes alpha parameter|None|None|1.0
ParameterNumber|beta|Snakes beta parameter|None|None|1.0
ParameterNumber|iterations|Number of iterations|None|None|1
ParameterBoolean|-c|Copy attributes|True
OutputVector|output|Name for output vector map
OutputVector|output|Output layer

4 changes: 2 additions & 2 deletions python/plugins/sextante/grass/description/v.hull.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
v.hull
v.hull - Produces a convex hull for a given vector map.
Vector (v.*)
ParameterVector|input|Name of input vector map|0|False
ParameterVector|input|Input layer|0|False
ParameterBoolean|-a|Use all vector points (do not limit to current region)|False
OutputVector|output|Name for output vector map
OutputVector|output|Convex hull

1 change: 1 addition & 0 deletions python/plugins/sextante/grass/description/v.info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ ParameterVector|map|Name of input vector map|-1|False
ParameterBoolean|-c|Print types/names of table columns for specified layer instead of info|False
ParameterBoolean|-g|Print map region only|False
ParameterBoolean|-t|Print topology information only|False
OutputHTML|html|Info file

4 changes: 2 additions & 2 deletions python/plugins/sextante/grass/description/v.kcv.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
v.kcv
v.kcv - Randomly partition points into test/train sets.
Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterVector|input|Input layer|-1|False
ParameterNumber|k|Number of partitions|2.0|32767|10
ParameterString|column|Name for new column to which partition number is written|part
ParameterBoolean|-d|Use drand48()|False
OutputVector|Name for output vector map|output
OutputVector|output|Output layer

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
v.lidar.correction
v.lidar.correction - Correction of the v.lidar.growing output. It is the last of the three algorithms for LIDAR filtering.
Vector (v.*)
ParameterVector|input|Input observation vector map name (v.lidar.growing output)|-1|False
ParameterVector|input|Input vector layer (v.lidar.growing output)|-1|False
ParameterString|sce|Interpolation spline step value in east direction|25
ParameterString|scn|Interpolation spline step value in north direction|25
ParameterString|lambda_c|Regularization weight in reclassification evaluation|1
ParameterString|tch|High threshold for object to terrain reclassification|2
ParameterString|tcl|Low threshold for object to terrain reclassification|1
ParameterBoolean|-e|Estimate point density and distance|False
OutputVector|output|Output classified vector map name
OutputVector|terrain|Only 'terrain' points output vector map
OutputVector|output|Output classified layer
OutputVector|terrain|Only 'terrain' points output layer

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
v.lidar.edgedetection
v.lidar.edgedetection - Detects the object's edges from a LIDAR data set.
Vector (v.*)
ParameterVector|input|Name of input vector map|0|False
ParameterVector|input|Input vector layer|0|False
ParameterString|see|Interpolation spline step value in east direction|4
ParameterString|sen|Interpolation spline step value in north direction|4
ParameterString|lambda_g|Regularization weight in gradient evaluation|0.01
Expand All @@ -10,5 +10,5 @@ ParameterString|tgl|Low gradient threshold for edge classification|3
ParameterString|theta_g|Angle range for same direction detection|0.26
ParameterString|lambda_r|Regularization weight in residual evaluation|2
ParameterBoolean|-e|Estimate point density and distance|False
OutputVector|output|Name for output vector map
OutputVector|output|Output vector layer

6 changes: 3 additions & 3 deletions python/plugins/sextante/grass/description/v.lidar.growing.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
v.lidar.growing
v.lidar.growing - Building contour determination and Region Growing algorithm for determining the building inside
Vector (v.*)
ParameterVector|input|Input vector (v.lidar.edgedetection output|-1|False
ParameterVector|first|Name of the first pulse vector map|-1|False
ParameterVector|input|Input vector (v.lidar.edgedetection output)|-1|False
ParameterVector|first|First pulse vector layer|-1|False
ParameterNumber|tj|Threshold for cell object frequency in region growing|None|None|0.2
ParameterNumber|td|Threshold for double pulse in region growing|None|None|0.6
OutputVector|output|Name for output vector map
OutputVector|output|Output vector layer

6 changes: 3 additions & 3 deletions python/plugins/sextante/grass/description/v.mkgrid.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
v.mkgrid
v.mkgrid - Creates a GRASS vector map of a user-defined grid.
v.mkgrid - Creates a GRASS vector layer of a user-defined grid.
Vector (v.*)
ParameterString|grid|Number of rows and columns in grid|10,10
ParameterSelection|position|Where to place the grid|region;coor
ParameterSelection|position|Where to place the grid|coor
ParameterString|coor|Lower left easting and northing coordinates of map|
ParameterString|box|Width and height of boxes in grid|
ParameterString|angle|Angle of rotation (in degrees counter-clockwise)|0
ParameterBoolean|-p|Create grid of points instead of areas and centroids|False
OutputVector|map|Name for output vector map
OutputVector|map|Output grid

4 changes: 2 additions & 2 deletions python/plugins/sextante/grass/description/v.neighbors.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
v.neighbors
v.neighbors - Makes each cell value a function of attribute values and stores in an output raster map.
Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterVector|input|Input vector layer|-1|False
ParameterNumber|size|Neighborhood diameter in map units|None|None|0.1
OutputRaster|output|Name for output raster map
OutputRaster|output|Output raster layer

1 change: 1 addition & 0 deletions python/plugins/sextante/grass/description/v.normal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ ParameterString|tests|Lists of tests (1-15): e.g. 1,3-8,13|1-3
ParameterTableField|column|Attribute column|map
ParameterBoolean|-r|Use only points in current region|True
ParameterBoolean|-l|lognormal|False
OutputHTML|html|Output

6 changes: 3 additions & 3 deletions python/plugins/sextante/grass/description/v.outlier.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
v.outlier
v.outlier - Removes outliers from vector point data.
Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterVector|input|Input vector layer|-1|False
ParameterNumber|soe|Interpolation spline step value in east direction|None|None|10
ParameterNumber|son|Interpolation spline step value in north direction|None|None|10
ParameterNumber|lambda_i|Tykhonov regularization weight|None|None|0.1
ParameterNumber|thres_o|Threshold for the outliers|None|None|50
ParameterBoolean|-e|Estimate point density and distance|False
OutputVector|output|Name for output vector map
OutputVector|outlier|Name for output outlier vector map
OutputVector|output|Layer without outliers
OutputVector|outlier|Outliers

6 changes: 3 additions & 3 deletions python/plugins/sextante/grass/description/v.overlay.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
v.overlay
v.overlay - Overlays two vector maps.
Vector (v.*)
ParameterVector|ainput|Name of input vector map (A)|2|False
ParameterVector|binput|Name of input vector map (B)|2|False
ParameterVector|ainput|Input layer (A)|2|False
ParameterVector|binput|Input layer (B)|2|False
ParameterSelection|operator|Operator to use|and;or;not;xor
ParameterBoolean|-t|Do not create attribute table|False
OutputVector|output|Name for output vector map
OutputVector|output|Overlay

4 changes: 2 additions & 2 deletions python/plugins/sextante/grass/description/v.parallel.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
v.parallel
v.parallel - Creates parallel line to input vector lines.
Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterVector|input|Input lines|1|False
ParameterNumber|distance|Offset along major axis in map units|None|None|1
ParameterNumber|minordistance|Offset along minor axis in map units|None|None|1
ParameterNumber|angle|Angle of major axis in degrees|None|None|0
ParameterSelection|side|Side|left;right;both
ParameterNumber|tolerance|Tolerance of arc polylines in map units|None|None|1
ParameterBoolean|-r|Make outside corners round|False
ParameterBoolean|-b|Create buffer-like parallel lines|False
OutputVector|output|Name for output vector map
OutputVector|output|Layer with parallel lines

4 changes: 2 additions & 2 deletions python/plugins/sextante/grass/description/v.patch.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
v.patch
v.patch - Create a new vector map layer by combining other vector map layers.
Vector (v.*)
ParameterMultipleInput|input|Name of input vector maps|-1.0|False
ParameterMultipleInput|input|Input layers|-1.0|False
ParameterBoolean|-e|Copy also attribute table|True
OutputVector|output|Name for output vector map
OutputVector|bbox|Name for output vector map where bounding boxes of input vector maps are written to
OutputVector|bbox|Bounding boxes

2 changes: 1 addition & 1 deletion python/plugins/sextante/grass/description/v.perturb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ ParameterSelection|distribution|Distribution of perturbation|uniform;normal
ParameterString|parameters|Parameter(s) of distribution (uniform: maximum; normal: mean and stddev)|
ParameterNumber|minimum|Minimum deviation in map units|None|None|0.0
ParameterNumber|seed|Seed for random number generation|None|None|0
OutputVector|output|Name for output vector map
OutputVector|output|Output layer

8 changes: 4 additions & 4 deletions python/plugins/sextante/grass/description/v.qcount.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
v.qcount
v.qcount - Indices for quadrat counts of sites lists.
v.qcount - Indices for quadrant counts of sites lists.
Vector (v.*)
ParameterVector|input|Vector of points defining sample points|0|False
ParameterNumber|n|Number of quadrats|0|None|4
ParameterVector|input|Vector points layer|0|False
ParameterNumber|n|Number of quadrants|0|None|4
ParameterNumber|r|Quadrat radius|0.0|None|10
OutputVector|output|Output quadrant centres, number of points is written as category
OutputVector|output|Output quadrant layer

3 changes: 1 addition & 2 deletions python/plugins/sextante/grass/description/v.random.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ ParameterNumber|zmin|Minimum z height for 3D output|None|None|0.0
ParameterNumber|zmax|Maximum z height for 3D output|None|None|0.0
ParameterString|column|Column for Z values|z
*ParameterBoolean|-d|Use drand48() function instead of rand()|False
OutputVector|output|Name for output vector map

OutputVector|output|Output layer
10 changes: 0 additions & 10 deletions python/plugins/sextante/grass/description/v.rast.stats.txt

This file was deleted.

6 changes: 3 additions & 3 deletions python/plugins/sextante/grass/description/v.reclass.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
v.reclass
v.reclass - Changes vector category values for an existing vector map according to results of SQL queries or a value in attribute table column.
Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterVector|input|Input layer|-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|False
OutputVector|output|Name for output vector map
ParameterFile|rules|Reclass rule file|False
OutputVector|output|Reclassified layer

3 changes: 2 additions & 1 deletion python/plugins/sextante/grass/description/v.report.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
v.report
v.report - Reports geometry statistics for vectors.
Vector (v.*)
ParameterVector|map|Name of input vector map|-1|False
ParameterVector|map|Input layer|-1|False
ParameterSelection|option|Value to calculate|area;length;coor
ParameterSelection|units|units|miles;feet;meters;kilometers;acres;hectares;percent
ParameterBoolean|-r|Reverse sort the result|False
ParameterBoolean|-s|Sort the result|False
OutputHTML|html|Report HTML file

8 changes: 4 additions & 4 deletions python/plugins/sextante/grass/description/v.sample.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
v.sample
v.sample - Samples a raster map at vector point locations.
v.sample - Samples a raster layer at vector point locations.
Vector (v.*)
ParameterVector|input|Vector map defining sample points|-1|False
ParameterTableField|column|Vector map attribute column to use for comparison|input
ParameterVector|input|Vector layer defining sample points|0|False
ParameterTableField|column|Vector layer attribute column to use for comparison|input
ParameterRaster|raster|Raster map to be sampled|False
ParameterNumber|z|Sampled raster values will be multiplied by this factor|None|None|1.0
ParameterBoolean|-b|Bilinear interpolation (default is nearest neighbor)|False
ParameterBoolean|-c|Cubic convolution interpolation (default is nearest neighbor)|False
OutputVector|output|Vector map to store differences
OutputVector|output|Output vector layer

6 changes: 3 additions & 3 deletions python/plugins/sextante/grass/description/v.segment.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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|False
OutputVector|output|Name for output vector map with segments
ParameterVector|input|Input lines layer|1|False
ParameterFile|file|File containing segment rules|False
OutputVector|output|Output vector layer

7 changes: 0 additions & 7 deletions python/plugins/sextante/grass/description/v.select.txt

This file was deleted.

4 changes: 2 additions & 2 deletions python/plugins/sextante/grass/description/v.split.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
v.split
v.split - Split lines to shorter segments.
Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterVector|input|Input lines layer|1|False
ParameterNumber|length|Maximum segment length|None|None|10.0
ParameterNumber|vertices|Maximum number of vertices in segment|None|None|10
OutputVector|output|Name for output vector map
OutputVector|output|Output layer

9 changes: 4 additions & 5 deletions python/plugins/sextante/grass/description/v.surf.bspline.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
v.surf.bspline
v.surf.bspline - Bicubic or bilinear spline interpolation with Tykhonov regularization.
Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterVector|sparse|Name of input vector map of sparse points|-1|False
ParameterVector|input|Input points layer|-1|False
ParameterVector|sparse|Input layer of sparse points|-1|False
ParameterNumber|sie|Length of each spline step in the east-west direction|None|None|4
ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4
ParameterSelection|method|Spline interpolation algorithm|bilinear;bicubic
ParameterNumber|lambda_i|Tykhonov regularization parameter (affects smoothing)|None|None|1
ParameterTableField|column|Attribute table column with values to interpolate|input
ParameterBoolean|-c|Find the best Tykhonov regularizing parameter using a "leave-one-out" cross validation method|False
ParameterBoolean|-e|Estimate point density and distance|False
OutputVector|output|Name for output vector map
OutputRaster|raster|Name for output raster map

OutputVector|output|Output vector layer
OutputRaster|raster|Output raster layer
5 changes: 2 additions & 3 deletions python/plugins/sextante/grass/description/v.surf.idw.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
v.surf.idw
v.surf.idw - Surface interpolation from vector point data by Inverse Distance Squared Weighting.
Vector (v.*)
ParameterVector|input|Name of input vector map|0|False
ParameterVector|input|Input vector layer|0|False
ParameterNumber|npoints|Number of interpolation points|None|None|12
ParameterNumber|power|Power parameter; greater values assign greater influence to closer points|None|None|2.0
ParameterTableField|column|Attribute table column with values to interpolate|input
ParameterBoolean|-n|Don't index points by raster cell|False
OutputRaster|output|Name for output raster map

OutputRaster|output|Output raster
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
v.surf.rst
v.surf.rst.cvdev - Spatial approximation and topographic analysis using regularized spline with tension.
Vector (v.*)
ParameterVector|input|Name of input vector map|0|False
ParameterVector|input|Input vector layer|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
Expand All @@ -13,4 +13,4 @@ ParameterNumber|dmax|Maximum distance between points on isoline (to insert addit
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|Output cross-validation errors vector point file
OutputVector|cvdev|Cross-validation errors
14 changes: 7 additions & 7 deletions python/plugins/sextante/grass/description/v.surf.rst.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
v.surf.rst
v.surf.rst - Spatial approximation and topographic analysis using regularized spline with tension.
Vector (v.*)
ParameterVector|input|Name of input vector map|0|False
ParameterVector|input|Input points layer|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
Expand All @@ -15,10 +15,10 @@ ParameterNumber|theta|Anisotropy angle (in degrees counterclockwise from East)|0
ParameterNumber|scalex|Anisotropy scaling factor|None|None|0
ParameterBoolean|-t|Use scale dependent tension|False
ParameterBoolean|-d|Output partial derivatives instead of topographic parameters|False
OutputRaster|elev|Output surface raster map
OutputRaster|slope|Output slope raster map
OutputRaster|aspect|Output aspect raster map
OutputRaster|pcurv|Output profile curvature raster map
OutputRaster|tcurv|Output tangential curvature raster map
OutputRaster|mcurv|Output mean curvature raster map
OutputRaster|elev|Surface
OutputRaster|slope|Slope
OutputRaster|aspect|Aspect
OutputRaster|pcurv|Profile curvature
OutputRaster|tcurv|Tangential curvature
OutputRaster|mcurv|Mean curvature

10 changes: 0 additions & 10 deletions python/plugins/sextante/grass/description/v.to.3d.txt

This file was deleted.

5 changes: 2 additions & 3 deletions python/plugins/sextante/grass/description/v.to.points.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
v.to.points
v.to.points - Create points along input lines in new vector with 2 layers.
v.to.points - Create points along input lines
Vector (v.*)
ParameterVector|input|Input vector map containing lines|-1|False
ParameterVector|input|Input lines layer|1|False
ParameterString|dmax|Maximum distance between points in map units|100
ParameterBoolean|-n|Write line nodes|False
ParameterBoolean|-v|Write line vertices|True
ParameterBoolean|-i|Interpolate points between line vertices|False
OutputVector|output|Output vector map where points will be written
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
v.to.rast
v.to.rast.attribute - Converts (rasterize) a vector map into a raster map.
v.to.rast.attribute - Converts (rasterize) a vector layer into a raster layer.
Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterVector|input|Input vector layer|-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
OutputRaster|output|Rasterized layer
6 changes: 3 additions & 3 deletions python/plugins/sextante/grass/description/v.to.rast.value.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
v.to.rast
v.to.rast.value - Converts (rasterize) a vector map into a raster map.
v.to.rast.value - Converts (rasterize) a vector layer into a raster layer.
Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterVector|input|Input vector layer|-1|False
ParameterSelection|use|Source of raster values|val
ParameterNumber|value|Raster value|None|None|1.0
OutputRaster|output|Name for output raster map
OutputRaster|output|Rasterized layer
5 changes: 2 additions & 3 deletions python/plugins/sextante/grass/description/v.transform.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v.transform
v.transform - Performs an affine transformation (shift, scale and rotate, or GPCs) on vector map.
v.transform - Performs an affine transformation (shift, scale and rotate, or GPCs) on a vector layer.
Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterNumber|xshift|X shift|None|None|0.0
Expand All @@ -9,6 +9,5 @@ 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|False
OutputVector|output|Name for output vector map
OutputVector|output|Transformed layer

2 changes: 1 addition & 1 deletion python/plugins/sextante/grass/description/v.univar.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
ParameterString|percentile|Percentile to calculate|90
ParameterBoolean|-g|Print the stats in shell script style|True
ParameterBoolean|-e|Calculate extended statistics|False

OutputHTML|html|Statistics
6 changes: 3 additions & 3 deletions python/plugins/sextante/grass/description/v.voronoi.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
v.voronoi
v.voronoi - Creates a Voronoi diagram from an input vector map containing points or centroids.
v.voronoi - Creates a Voronoi diagram from an input vector layer containing points.
Vector (v.*)
ParameterVector|input|Name of input vector map|0|False
ParameterVector|input|Input points layer|0|False
ParameterBoolean|-l|Output tessellation as a graph (lines), not areas|False
ParameterBoolean|-t|Do not create attribute table|False
OutputVector|output|Name for output vector map
OutputVector|output|Voronoi diagram

Empty file.
36 changes: 36 additions & 0 deletions python/plugins/sextante/grass/postproc/r_coin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
r_coin.py
---------------------
Date : December 2012
Copyright : (C) 2012 by Victor Olaya
Email : volayaf at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""
__author__ = 'Victor Olaya'
__date__ = 'December 2012'
__copyright__ = '(C) 2012, Victor Olaya'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

def postProcessResults(alg):
htmlFile = alg.getOutputFromName('html').value
found = False
f = open(htmlFile, "w")
f.write("<h2>r.coin</h2>\n")
for line in alg.consoleOutput:
if found and not line.strip().endswith('exit'):
f.write(line + "<br>\n")
if 'r.coin' in line:
found = True
f.close()

36 changes: 36 additions & 0 deletions python/plugins/sextante/grass/postproc/r_covar.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
r_covar.py
---------------------
Date : December 2012
Copyright : (C) 2012 by Victor Olaya
Email : volayaf at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""
__author__ = 'Victor Olaya'
__date__ = 'December 2012'
__copyright__ = '(C) 2012, Victor Olaya'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

def postProcessResults(alg):
htmlFile = alg.getOutputFromName('html').value
found = False
f = open(htmlFile, "w")
f.write("<h2>r.covar</h2>\n")
for line in alg.consoleOutput:
if found and not line.strip().endswith('exit'):
f.write(line + "<br>\n")
if 'r.covar' in line:
found = True
f.close()

36 changes: 36 additions & 0 deletions python/plugins/sextante/grass/postproc/v_class.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
v_class.py
---------------------
Date : December 2012
Copyright : (C) 2012 by Victor Olaya
Email : volayaf at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""
__author__ = 'Victor Olaya'
__date__ = 'December 2012'
__copyright__ = '(C) 2012, Victor Olaya'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

def postProcessResults(alg):
htmlFile = alg.getOutputFromName('html').value
found = False
f = open(htmlFile, "w")
f.write("<h2>v.class</h2>\n")
for line in alg.consoleOutput:
if found and not line.strip().endswith('exit'):
f.write(line + "<br>\n")
if 'v.class' in line:
found = True
f.close()

36 changes: 36 additions & 0 deletions python/plugins/sextante/grass/postproc/v_info.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
v_info.py
---------------------
Date : December 2012
Copyright : (C) 2012 by Victor Olaya
Email : volayaf at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""
__author__ = 'Victor Olaya'
__date__ = 'December 2012'
__copyright__ = '(C) 2012, Victor Olaya'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

def postProcessResults(alg):
htmlFile = alg.getOutputFromName('html').value
found = False
f = open(htmlFile, "w")
f.write("<h2>v.info</h2>\n")
for line in alg.consoleOutput:
if found and not line.strip().endswith('exit'):
f.write(line + "<br>\n")
if 'v.info' in line:
found = True
f.close()

36 changes: 36 additions & 0 deletions python/plugins/sextante/grass/postproc/v_normal.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
v_normal.py
---------------------
Date : December 2012
Copyright : (C) 2012 by Victor Olaya
Email : volayaf at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""
__author__ = 'Victor Olaya'
__date__ = 'December 2012'
__copyright__ = '(C) 2012, Victor Olaya'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

def postProcessResults(alg):
htmlFile = alg.getOutputFromName('html').value
found = False
f = open(htmlFile, "w")
f.write("<h2>v.normal</h2>\n")
for line in alg.consoleOutput:
if found and not line.strip().endswith('exit'):
f.write(line + "<br>\n")
if 'v.normal' in line:
found = True
f.close()

36 changes: 36 additions & 0 deletions python/plugins/sextante/grass/postproc/v_report.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
v_report.py
---------------------
Date : December 2012
Copyright : (C) 2012 by Victor Olaya
Email : volayaf at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""
__author__ = 'Victor Olaya'
__date__ = 'December 2012'
__copyright__ = '(C) 2012, Victor Olaya'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

def postProcessResults(alg):
htmlFile = alg.getOutputFromName('html').value
found = False
f = open(htmlFile, "w")
f.write("<h2>v.report</h2>\n")
for line in alg.consoleOutput:
if found and not line.strip().endswith('exit'):
f.write(line + "<br>\n")
if 'v.report' in line:
found = True
f.close()

36 changes: 36 additions & 0 deletions python/plugins/sextante/grass/postproc/v_univar.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
v_univar.py
---------------------
Date : December 2012
Copyright : (C) 2012 by Victor Olaya
Email : volayaf at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""
__author__ = 'Victor Olaya'
__date__ = 'December 2012'
__copyright__ = '(C) 2012, Victor Olaya'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

def postProcessResults(alg):
htmlFile = alg.getOutputFromName('html').value
found = False
f = open(htmlFile, "w")
f.write("<h2>v.univar</h2>\n")
for line in alg.consoleOutput:
if found and not line.strip().endswith('exit'):
f.write(line + "<br>\n")
if 'v.univar' in line:
found = True
f.close()

2 changes: 1 addition & 1 deletion python/plugins/sextante/gui/AlgorithmExecutionDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def setParamValues(self):
continue
output.value = self.paramTable.valueItems[output.name].getValue()
if not SextanteConfig.getSetting(SextanteConfig.TABLE_LIKE_PARAM_PANEL):
if isinstance(output, (OutputRaster, OutputVector, OutputTable, OutputHTML)):
if isinstance(output, (OutputRaster, OutputVector, OutputTable)):
output.open = self.paramTable.checkBoxes[output.name].isChecked()

return True
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/sextante/gui/ParametersPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def initGUI(self):
widget = OutputSelectionPanel(output,self.alg)
self.verticalLayout.addWidget(label)
self.verticalLayout.addWidget(widget)
if isinstance(output, (OutputRaster, OutputVector, OutputTable, OutputHTML)):
if isinstance(output, (OutputRaster, OutputVector, OutputTable)):
check = QtGui.QCheckBox()
check.setText("Open output file after running algorithm")
check.setChecked(True)
Expand Down