Hi all, I need to create a raster file with the if(fuel_class==4,3,if(fuel_class==8,15)) expression. I used the following command but it result a parse error.
r.mapcalc --overwrite expression=1hr_moisture = if(fuel_class==4,3,if(fuel_class==8,15)) What could be the reason for the error? BR, Vidura Dantanarayana.
_______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
