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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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 19 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply