Select to view content in your preferred language

Trouble executing expression in raster calculator

518
1
03-05-2013 01:03 AM
LaurenRoss1
Deactivated User
Hi all,

I am trying to execute this expression in raster calculator:

"flowtopo" * "K_factor_100" * "C_factor_1000" * 280 * Cos((("Aspect") * (-1)) + 450) * .01745)

However, everytime I try I get error 00539: Error running expression: rcexec.

Can someone tell me where I am going wrong?

Thanks
0 Kudos
1 Reply
curtvprice
MVP Alum


"flowtopo" * "K_factor_100" * "C_factor_1000" * 280 * Cos((("Aspect") * (-1)) + 450) * .01745)

However, everytime I try I get error 00539: Error running expression: rcexec.


I counted up your parens (an old trick) and didn't see any issues. I would check to make sure all of your strings map directly to raster layers in your ArcMap session. Maybe you mispelled one?
0 Kudos