I'm using qgis' raster calculator and wanted to make a new raster (oraster) from the values of an input raster (iraster). something like:
if iraster>2 then oraster=1; if iraster >4 then oraster=2; if iraster>6 then oraster=3
all in one operation.
Anyone can help?