arcpy.CheckOutExtension('Spatial')
outras = (a1+a2+a3+a4)/4 outras.save("averaster')
outras = arpcy.sa.CellStatisitics([a1,a2,a3,a4], "MEAN") outras.save("averaster")
why not use the plus syntaxfrom arcpy.sa import *outPlus = Plus(inRaster1, inRaster2)http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000096000000.htm for further information
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.