NAME

r.contour - Produces a GRASS binary vector map of specified contours from GRASS raster map layer.

SYNOPSIS

r.contour
r.contour help
r.contour [-qn] input=string [levels=float[,float,...]] [minlevel=float] [maxlevel=float] [step=float] [cut=integer] output=string

Flags:

-q
Suppress progress report & min/max information
-n
Suppress single crossing error messages

Parameters:

input=string
Name of an existing raster map
levels=float
List of contour levels
minlevel=float
Minimum contour level
maxlevel=float
Maximum contour level
step=float
Increment between contour levels
cut=integer
Minimum number of points for a contour line (0 -> no limit)
Default: 0
output=string
Name of output vector file

Help Index