I am looking for summing up all pixels of a raster into one value
(output to stdin).
r.sum was supposed to do it earlier. However, it does not appear in SVN...
Could anyone help me locating it, it may have been absorbed into another module.
Thank you,
Yann
--
Yann Chemin
Senior Spatial Hydrologist
www.csu.edu.au/research/icwater
M +61-4-3740 7019
On Thu, Apr 15, 2010 at 4:05 AM, Yann Chemin <yann.chemin@gmail.com> wrote:
Hello list,
I am looking for summing up all pixels of a raster into one value
(output to stdin).
r.sum was supposed to do it earlier. However, it does not appear in SVN...
Could anyone help me locating it, it may have been absorbed into another module.
> I am looking for summing up all pixels of a raster into one value
> (output to stdin).
> r.sum was supposed to do it earlier. However, it does not appear in SVN...
>
> Could anyone help me locating it, it may have been absorbed into another module.
Markus:
It is a regular module:
GRASS 6.4.0svn (eu_laea):~ > r.sum --help
Description:
Sums up the raster cell values.
apparently it was removed in trunk, see r34408, r34438
"Remove r.sum, r.average, r.median - redundant due to r.statistics{,2,3}"