[GRASSLIST:5168] area/volume depression

Hi Grassusers,
The r.fill.dir and r.mapcalc are a good way to find depressions in a DEM.

The next step is often : how to obtain the following curves :
- volume = V(depth)
- area = A(depth)

Does anybody have such a script or command , or an idea to calculate
these curves ?

Thanks.
Francois DELCLAUX ------------------------------------------------------------
UMR HydroSciences Montpellier
Universite Montpellier II - Place Eugene Bataillon
Case courrier MSE
34095 Montpellier Cedex 5 FRANCE http://www.maisondeleau.org mailto: delclaux@msem.univ-montp2.fr
Tel : (33) (0)4 67 14 90 11 Fax : (33) (0)4 67 14 47 74
------------------------------------------------------------

On Fri, Dec 06, 2002 at 08:42:12AM +0000, Francois Delclaux wrote:

Hi Grassusers,
The r.fill.dir and r.mapcalc are a good way to find depressions in a DEM.

The next step is often : how to obtain the following curves :
- volume = V(depth)
- area = A(depth)

Does anybody have such a script or command , or an idea to calculate
these curves ?

You may want to look at the manual pages of
r.volume
r.surf.area

Cheers

Markus