You can create  symbology classes with the desired values you need. <br><br><br>----- Reply message -----<br>Από: "ambijat" <ambijat@hotmail.com><br>Ημ/νία: Σαβ, Απρ 23, 2011 20:57<br>Θέμα: [Qgis-user] to query a raster<br>Προς: "qgis-user" <qgis-user@lists.osgeo.org><br><br>Hi! Andrea,<br>you can use mapcalc available in grass plugin in qgis.<br>you can create a blank raster and then load the two rasters in mapcalc.<br>and then put the if condition for eg.<br>if((A > 150), B == A, null())<br><br>it would copy values greater than 150 from raster A to raster B.<br>I hope I got it right for you.<br>cheers,<br>Ambrish Dhaka<br><br>On 4/23/2011 3:31 PM, iomeneandrei wrote:<br>> Dear all,<br>> I would like to highlight all the pixels of a DEM with a value exceeding a<br>> specific height value. Something like "SELECT * FROM dem WHERE zvalue><br>> 150".<br>><br>> Is there a way to do this in QGIS?<br>> Is grass plugin the only tool I can use inside QGIS to make this kind of<br>> query?<br>> Is there a way to have only something that highlights the pixels and do not<br>> produce a new layer?<br>><br>> Thank you,<br>><br>> Andrea<br>><br>> -----<br>> Andrea Borruso<br>><br>> ----------------------------------------------------<br>> email: aborruso@tin.it<br>> website: <a href="http://blog.spaziogis.it">http://blog.spaziogis.it</a><br>> my 2.0 life: <a href="http://aborruso.spaziogis.it">http://aborruso.spaziogis.it</a><br>> feed: <a href="http://feeds2.feedburner.com/Tanto">http://feeds2.feedburner.com/Tanto</a><br>> 38° 7' 48" N, 13° 21' 9" E<br>> ----------------------------------------------------<br>> --<br>> View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/to-query-a-raster-tp6299256p6299256.html">http://osgeo-org.1803224.n2.nabble.com/to-query-a-raster-tp6299256p6299256.html</a><br>> Sent from the qgis-user mailing list archive at Nabble.com.<br>> _______________________________________________<br>> Qgis-user mailing list<br>> Qgis-user@lists.osgeo.org<br>> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>><br>><br><br>_______________________________________________<br>Qgis-user mailing list<br>Qgis-user@lists.osgeo.org<br><a href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br><br><br>