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

المشرف العام

Administrator
طاقم الإدارة
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

أكثر...
 
أعلى