Hello
I am having troubles building my expression in raster calculator
I am trying to work around not being able to use decimals in reclassification. I am multiplying multiple rasters, If the values is 1, Id like it to stay a 1 and all other values be divided by 100 before I multiply them. After mutliply the rasters I want to take the value from 1.
1 - (Con("Grid1" = 1 ,1 , "Grid1" /100 )* Con("Grid2 " = 1 ,1,"Grid2" /100))
Hope that makes sense
Thank you!!
Jasmine