Hi Guys Someone knows how to do Conditional statements in GDAL Tool's Raster Calculator?
For Example:
In ArcGIS: CON(([RASTER] < 500), 300, 100) or
CON(([RASTER] < 500), 300, CON(([RASTER] <
250), 150, SetNull([RASTER])))
In Excel: IF(([VALUE] < 500), 300, 100)
*CARLOS RÍOS *
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
