>>> import arcpy >>> from arcpy import env >>> env.workspace=r"S:\FIRE\ben_data\1973to1980\Eco01" >>> rasterlist=arcpy.ListRasters >>> >>> for raster in rasterlist: ... print raster
rasterlist=arcpy.ListRasters
rasterlist=arcpy.ListRasters()
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.