<div dir="ltr"><div>Hi Mariana:<br><br>The official QGIS manual has a lack in this point, so here is a tip for Raster Calculator: You must to use logical expressions for your task:<br><br></div><div>(raster >=0 and raster<1)*1+(raster>=1 and raster<2.5)*2+(raster>=2.5 and raster<4.5)*3 ... etc<br><br></div><div>Where "raster" is the layer that you want reclassify. Expression between parentheses takes 1 value if it's true, else 0. Result is  reclassification that you want.<br></div><div><br></div><div>Regards from Perú<br><br></div><div>Carlos Cerdán<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-09-21 11:11 GMT-05:00 Mariana Buzzi <span dir="ltr"><<a href="mailto:marianabuzzi86@gmail.com" target="_blank">marianabuzzi86@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Mariana Buzzi</b> <span dir="ltr"><<a href="mailto:marianabuzzi86@gmail.com" target="_blank">marianabuzzi86@gmail.com</a>></span><br>Date: 2015-09-21 13:03 GMT-03:00<br>Subject: [Qgis-user] (no subject)<br>To: <a href="mailto:qgis-user@lists.osgeo.org" target="_blank">qgis-user@lists.osgeo.org</a><br><br><br><div dir="ltr"><div>Hello people! How are you?</div><div>I connect with you because I want to do a reclassification on a raster layer, the same information is pendient. What I want is to perform a reclassification so that the slope values quedende me as follows:</div><div><br></div><div>0-1 -> give them the new value of 1</div><div>1 to 2.25 -> give the new value of 2.</div><div>2.25 to 4.5 -> give the new value of 3</div><div>4.5 to 9 -> give the new value of 4</div><div>9 and higher than 9 ---> give the new value of 5</div><div><br></div><div>Of course, I appreciate it and it is always useful answers !!!</div><div>They have always helped me to move forward!</div><div><br></div><div>Regards!</div><div><br></div><div>Mariana</div><div>Patagonia Argentina</div></div>
<br>_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br></div><br></div>
<br>_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br></blockquote></div><br></div>