On Thu, 8 Jun 2017, Mark Seibel wrote:
Maybe if-then statements with mapcalc are applicable to the situation. outputRaster=if(EXPRESSION,true,false)
Mark, I'll try writing an expression that tests for a map name. I can use any output map name because if it contains the appropriate cell values a simple g.rename will work. Perhaps this will work: r.mapcalc 'output1 = if (mapname@mapset,value=0.0)' I'll try it tomorrow morning and post the results. Thanks, Rich _______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
