Map algebra help in arcmap 10 Python Window

2077
1
02-01-2011 09:43 AM
RuiboHan
New Contributor
Map algebra help in arcmap 10 Python Window

I started to use arcmap 10 lately, but found that they changed the syntax for map algebra, for exmaple, in arcgis 9, we can use CON([DamBasin] AND ([DamElev] <= 790), 790) in raster calculator, but in arcmap 10, how do I run this in Python window?

I tried with one input raster, and it worked this way, Con("DamElev", "790", "", "Value < 790"), but how do I get the second raster in as another input?
0 Kudos
1 Reply