Hi Micha,<div><br></div><div>About:</div><div><br></div><div><i>Not sure I understand the logic of taking the highest value<br></i><div><br></div><div>This was defined by an agronomist, I also do not understand why =/</div>
<div><br></div><div>However, your answer is exactly what I need, did not know r.series, thank you!</div><div><br></div><div>If you can help me also in this tip, I would be very grateful, I'm reclassifying the slope as follows:</div>
<div><br></div><div><div>r.mapcalc class_1 = 'if(slope <= 2.0, 1, null())'</div><div>r.mapcalc class_2 = 'if(2.0 < slope <= 5, 2, null())'</div><div>r.mapcalc class_3 = 'if(5 < slope <= 10, 3, null())'</div>
<div>r.mapcalc class_4 = 'if(10 < slope <= 15, 4, null())'</div><div>r.mapcalc class_5 = 'if(15 < slope <= 45, 5, null())'</div><div>r.mapcalc class_6 = 'if(45 < slope <= 70, 6, null())'</div>
<div>r.mapcalc class_7 = 'if(slope > 70, 7, null())'</div><div><br></div><div>r.mapcalc slope.reclass = class_1 + class_2 + class_3 + class_4 + class_5 + class_6 + class_7</div></div><div><br></div><div>How do I create a single expression for this problem?</div>
<div><br></div><div>Regards</div><div>-- <br><b>Marcello Benigno B. de Barros Filho</b><br><font size="1">Prof. do Curso Superior de Tecnologia em Geoprocessamento - IFPB<br>Mestre em Ciências Geodésicas e Tecnologias da Geoinformação - UFPE</font><div>
<font size="1">Doutorando em Tecnologia Ambiental e Recursos Hídricos - UFPE</font><font size="1"><br></font><font size="1"><a href="http://profmarcello.blogspot.com" target="_blank">http://profmarcello.blogspot.com</a></font><div>
<a href="http://about.me/marcello.benigno" target="_blank"><font size="1">http://about.me/marcello.benigno</font></a></div></div>
</div></div>