[GRASSLIST:5971] r.area ?

Hallo,
is there some raster module, which would assign new values to raster, based on
area size of grouped cells? Something like the Area module in Idrisi
Kilimanjaro...

Jachym
--
Jachym Cepicky
e-mail: jachym.cepicky@centrum.cz
URL: http://les-ejk.cz
GPG: http://www.fle.czu.cz/~jachym/gnupg_public_key/

is there some raster module, which would assign new values to raster,
based on area size of grouped cells? Something like the Area module in
Idrisi Kilimanjaro...

maybe with the r.to.vect module then vector command magic? (starting
with d.what.vect)

or use r.mapcalc if(value < this && value > that,1,0)
then 'r.stats -a' to get an area total.

maybe r.reclass + 'r.stats -a'?

Hamish