Skip to content

Commit 7a236b9

Browse files
author
paolo.cavallini
committed
Splitted r.contour, following GRASS plugin (to be completed)
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@284 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
1 parent 1190830 commit 7a236b9

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
r.contour
2+
r.contour.level - Create vector contour from raster at specified levels
3+
Raster (r.*)
4+
ParameterRaster|input|Name of input raster map|False
5+
ParameterString|levels|List of contour levels|
6+
OutputVector|output|Name of output vector map
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
r.contour
2+
r.contour.step - Create vector contours from raster at specified steps
3+
Raster (r.*)
4+
ParameterRaster|input|Name of input raster map|False
5+
ParameterString|minlevel|Minimum contour level|0
6+
ParameterString|maxlevel|Maximum contour level|10000
7+
ParameterString|step|Increment between contour levels|100
8+
OutputVector|output|Name of output vector map

0 commit comments

Comments
 (0)