I have to calculate r.sum from files from different mapsets - it seems
that there is no way of specifying the mapset or the raster map - is
this correct?
So I have to options:
1) modify the mapset serachlist --- r.sum --- reset the searchpath
or
2) change to other mapset --- r.sum --- change back to other mapset
I have to calculate r.sum from files from different mapsets - it seems
that there is no way of specifying the mapset or the raster map - is
this correct?
use 'g.mapsets -s' to select mapsets to put in the
search path (in which case you can skip the @othermapset part, but it don't hurt to explicitly
add that)
mapsets not in the current search path can still
be accessed by @othermapset.
use 'g.mapsets -s' to select mapsets to put in the search path (in
which case you can skip the @othermapset part, but it don't hurt to
explicitly add that)
mapsets not in the current search path can still be accessed by @othermapset.
Thanks Hamish - that is exactly what I was looking for (the @) and it
is now working nicely.
I initially tried it as well, but it did not work - but I tried to
access a map which did not exist in the other mapset - shame on me.