Hi,
I want to use the Con (one of the conditional tools of the raster calculator) but I don't know how to do it with one exponent.
My conditional equation is something like this:
Con("slope_50" < 1, (("slope_50" / 22.13) ^ 0.2), Con(("slope_50" < 3) & ("slope_50" > 1), (("slope_50" / 22.13) ^ 0.3), Con(("slope_50" < 5) & ("slope_50" > 3), (("slope_50" / 22.13) ^ 0.4)), ("slope_50" / 22.13) ^ 0.5))))
And the part of something ^0.2 (or 0.3 or 0.4 or 0.5) I know that it's wrong because the ^ it's not the way to express a exponent.
Do you have any ideas?
Thanks,
Cláudia Caetano
Did you check this page out on working with map algebra operators ** I think is what you are after