
NAME
r.wf.py -
KEYWORDS
raster
SYNOPSIS
r.wf.py
r.wf.py help
r.wf.py map=name image=image [--verbose] [--quiet]
Parameters:
- map=name
- Distance to outlet map (from r.stream.distance)
- image=image
- output plot
DESCRIPTION
r.wf produces the Width Function of a basin. The Width Function W(x) gives the number of the cells in a basin at a flow distance x from the outlet (it is also referred as distance-area function). It is important to underline the fact that the distance is not the euclidean one, but it is measured along the flowpath towards the outlet.
Input
Distance to outlet map: Input map, required. It is obtained by r.stream.distance (with
the option: distance to outlet, flag -o)
Output plot: Path and name of the plot
Output
It provides the quantiles of the area - distance distribution and the plot of the Width Function. In x axis is reported the distance and in y axis is the area.
Dependencies
SEE ALSO
r.stream.distance,
r.basin,
REFERENCES
Rodriguez-Iturbe I., Rinaldo A. — Fractal River Basins, Chance and Self-Organization. Cambridge Press (2001)
In Italian: Di Leo M., Di Stefano M., Claps P., Sole A. — Caratterizzazione morfometrica del bacino idrografico in GRASS GIS
(Morphometric characterization of the catchment in GRASS GIS environment), Geomatics Workbooks, n. 9 (2010)
AUTHORS
Margherita Di Leo (dileomargherita AT gmail DOT com), Massimo Di Stefano, Francesco Di Stefano
Last changed: $Date: 2012-04-10 14:50:03 -0400 (Tue, 10 Apr 2012) $
Main index - raster index - Full index
© 2003-2013 GRASS Development Team