GRASS logo

NAME

r.ipso.py -

KEYWORDS

raster

SYNOPSIS

r.ipso.py
r.ipso.py help
r.ipso.py [-ab] map=name image=image [--verbose] [--quiet]

Flags:

-a
generate ipsometric curve
-b
generate ipsographic curve
--verbose
Verbose module output
--quiet
Quiet module output

Parameters:

map=name
Name of elevation map
image=image
output graph (png)

DESCRIPTION

r.ipso produces the Ipsometric and Ipsographic curve related to a digital elevation model and prints the percentiles.

NOTES

The ipsographic curve gives the distribution of surfaces in different altitude ranges. Each point on the function reports on the y-axis the elevation and on the x-axis the portion of the basin surface placed above such elevation value. The ipsometric curve uses adimensional axes.

Flags:

-a : generates ipsometric curve

-b : generates iposographic curve

EXAMPLE

r.ipso.py -b map=elevation.10m image=path/to/output/prefix

generates ipsographic curve, and

r.ipso.py -a map=elevation.10m image=path/to/output/prefix

generates ipsometric curve

Dependencies

SEE ALSO

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