Hello grass users
I try to compute of average value of raster map (slope map) using grass (im interesting to get only one value not new map)
i know how to do it using R but im wonder if grass can do it.
best regards
mt
Hello grass users
I try to compute of average value of raster map (slope map) using grass (im interesting to get only one value not new map)
i know how to do it using R but im wonder if grass can do it.
> I try to compute of average value of raster map (slope map) using
> grass (im interesting to get only one value not new map)
> i know how to do it using R but im wonder if grass can do it.
Moritz Lennert answered:
r.univar ?
make sure you run 'g.region rast=yourmap' before r.univar if you want
it to act on the whole map and not just the current region zoom
settings.
I try to compute of average value of raster map (slope map) using
grass (im interesting to get only one value not new map)
i know how to do it using R but im wonder if grass can do it.
Moritz Lennert answered:
r.univar ?
make sure you run ‘g.region rast=yourmap’ before r.univar if you want
it to act on the whole map and not just the current region zoom
settings.