Skip to content

Commit

Permalink
Splitted r.contour, following GRASS plugin (to be completed)
Browse files Browse the repository at this point in the history
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@284 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
paolo.cavallini committed Jul 5, 2012
1 parent 1190830 commit 7a236b9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sextante/grass/description/r.contour.level.txt
@@ -0,0 +1,6 @@
r.contour
r.contour.level - Create vector contour from raster at specified levels
Raster (r.*)
ParameterRaster|input|Name of input raster map|False
ParameterString|levels|List of contour levels|
OutputVector|output|Name of output vector map
8 changes: 8 additions & 0 deletions src/sextante/grass/description/r.contour.step.txt
@@ -0,0 +1,8 @@
r.contour
r.contour.step - Create vector contours from raster at specified steps
Raster (r.*)
ParameterRaster|input|Name of input raster map|False
ParameterString|minlevel|Minimum contour level|0
ParameterString|maxlevel|Maximum contour level|10000
ParameterString|step|Increment between contour levels|100
OutputVector|output|Name of output vector map

0 comments on commit 7a236b9

Please sign in to comment.