Pedro Roma wrote: > Instead of using r.mask (I'm not a big fan of r.mask) can I cross my > v.to.rast raster(composed by 1 and nulls) and my raster file?
r.mapcalc "outrast = if(isnull(maskrast),null(),inrast)" -- Glynn Clements <[email protected]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
