NAME

r.circle - Creates a raster map containing concentric rings around a given point.

GRASS VERSION

5.x

SYNOPSIS

r.circle output=name coordinate=x,y [mult=value]

DESCRIPTION

This module creates a raster map containing concentric rings around a given point. The cell values are increasing linear from the center point to outer rings.

OPTIONS

Parameters:

output=name
name for new raster file.
coordinate=x,y
The coordinate of the center (easting, northing).
mult=value
Multiplier

AUTHOR

Bill Brown, U.S. Army Construction Engineering Research Laboratory