Page 1 of 1

What is this Con expression (Conditional) saying? (Note: InputRaster is the input raster, OutputRaster is the output ras

Posted: Fri May 20, 2022 3:23 pm
by answerhappygod
What Is This Con Expression Conditional Saying Note Inputraster Is The Input Raster Outputraster Is The Output Ras 1
What Is This Con Expression Conditional Saying Note Inputraster Is The Input Raster Outputraster Is The Output Ras 1 (30.36 KiB) Viewed 21 times
What is this Con expression (Conditional) saying? (Note: InputRaster is the input raster, OutputRaster is the output raster) OutputRaster = Con(InputRaster >= 2, 40, 30) If the input cell value is 40 or 30. make the output 2 If the input cell value is greater than or equal to 2, output 40. If not, output 30 If the input cell value is greater than 2, output 30. If not, output 40 If the input cell value is between 40 and 30, output 2