Sunday, 19 February 2017

arcpy - How do you add a long list of rasters together in Python?


If you have produced a long list of rasters (lets say 50) and want to add them together, is there any shorter way to write in python rather than typing all the inputs, like so:


outRas = inRas1 + inRas2.........+ inRas50


No comments:

Post a Comment