rasters = arcpy.ListRasters() for raster in rasters: Whatever you want to do with each raster
rasters = arcpy.ListRasters() array = array([value1, value 2, value 3... value n]) i = 0 for raster in rasters raster * array (This is not the correct syntax, it is just showing you how the i variable would be called) i = i + 1
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.