1r.topidx(1)                   Grass User's Manual                  r.topidx(1)
2
3
4

NAME

6       r.topidx  - Creates topographic index, ln(a/tan(beta)), map from eleva‐
7       tion map.
8

KEYWORDS

10       raster
11

SYNOPSIS

13       r.topidx
14       r.topidx help
15       r.topidx [-v] input=string output=string  [--overwrite]
16
17   Flags:
18       -v  Output verbosely
19
20       --overwrite
21
22   Parameters:
23       input=string
24           Elevation map
25
26       output=string
27           Topographic index ln(a/tanB) map
28

DESCRIPTION

30       r.topidx creates topographic index  (wetness  index),  ln(a/tan(beta)),
31       map from elevation map
32
33       where  a: the area of the hillslope per unit contour length that drains
34       through any point,
35
36       tan(beta): the local  surface  topographic  slope  (delta  vertical)  /
37       (delta horizontal).
38
39       Input maps may have NULL values.  For example, if you have a MASK for a
40       watershed (basin map from r.water.outlet), the following  command  will
41       create a masked elevation map (belev):
42       r.mapcalc "belev = if(isnull(basin), basin, elev)"
43
44
45       r.stats -Anc prints out averaged statistics for topographic index.
46

SEE ALSO

48       r.topmodel, r.water.outlet, r.mapcalc
49

REFERENCE

51       Moore,  I.D., R.B. Grayson, and A.R. Ladson, 1991. Digital terrain mod‐
52       eling: A  review  of  hydrological,  geomorphological,  and  biological
53       applications. Hydrol. Processes 5:3-30.
54

AUTHORS

56       Main algorithm sources are rewritten from GRIDATB.FOR.
57       Thanks to Keith Beven.
58
59       GRASS port by Huidae Cho
60       Hydro Laboratory, Kyungpook National University, South Korea
61
62       Last changed: $Date: 2007/01/17 16:35:59 $
63
64       Full index
65
66
67
68GRASS 6.2.2                                                        r.topidx(1)
Impressum