List ALL the GIF type rasters. rasts = arcpy.ListRasters('*', 'GIF') print 'b. GIF rasters:' print rasts print # c. List the raster whose name is GIF rasts ...
確定! 回上一頁