ArcGIS Help claims that it is possible to perform multi-line statements in the raster calculator but I have not been able to do so http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Building_complex_statements/00p60000000p000000/ I'm wondering if this is a case of false advertising or if I'm missing something? My multi-line statement is relatively simple although I'm planning on eventually making it more complicated t1 = Raster(r"forest.tif") t2 = Raster(r"forest.tif") * 2 t1 + t2 -Tom Dilts
... View more