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