|
On 07/16/2013 04:28 PM, Elisa Dal Maso
wrote:
Instead of the "isnull()" functions, just set null to '0' with r.null for each raster before your mapcalc _expression_: i.e. r.null Fraxinus_excelsior_raster null=0 same for each of the other Fraxious* ... then, be sure you have set the region correctly: g.region rast=`g.mlist type=rast pattern="Frax*" separator=,` and finally r.mapcalc "weighted = (Fraxinus_excelsior_raster * 10.0 + ....+ ....)/23.0"
|
_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
