I have a grid of sites. I would like to sum up the values of these sites hundred by hundred. According to a grass article I should be able to do this using s.cellstats -sum command but it doesn’t exist any longer under Grass60. Any idea what to use instead of it?
I have a grid of sites. I would like to sum up the values of these
sites hundred by hundred. According to a grass article I should be
able to do this using s.cellstats -sum command but it doesn't exist
any longer under Grass60. Any idea what to use instead of it?
GRASS 5.4 still works fine, load the data into there, use s.cellstats,
then restart in GRASS 6 and use the new raster map. Raster maps are
backwards compatible, you may need to edit out any 3D lines in the
mapset's WIND file if you want to go GRASS 6 -> GRASS 5.
Hamish, thank you for the answer! One more question: is it possible to install Grass 5.4 on the same machine while having grass 6.0 already on it? Should it cause any trouble? Sorry for the question, but I’m coming from the microsoft universe
I have a grid of sites. I would like to sum up the values of these
sites hundred by hundred. According to a grass article I should be
able to do this using s.cellstats -sum command but it doesn’t exist
any longer under Grass60. Any idea what to use instead of it?
GRASS 5.4 still works fine, load the data into there, use s.cellstats,
then restart in GRASS 6 and use the new raster map. Raster maps are
backwards compatible, you may need to edit out any! 3D lines in the
mapset’s WIND file if you want to go GRASS 6 → GRASS 5.
One more question: is it possible to install Grass 5.4 on the same
machine while having grass 6.0 already on it?
Yes.
Should it cause any trouble?
No.
Each version installs into its own directory. The only file which
lives outside of the installation directory is the script which starts
GRASS (e.g. grass54, grass60 etc).