Hi,Trying to extract some values from some tiny AOI polygons from multiple bands of a .tif.AOI = "X:\\aoi.shp"
Img1_1 = "X:\\Glovertown_in_1.tif\\Band_1"
tab_1_1 = "X:\\Tab1_1"
Tab1_1 = ZonalStatisticsAsTable(AOI, "OBJECTID", Img1_1, "tab_1_1", "", "MINIMUM")
error: ExecuteError: ERROR 999999: Error executing function.Failed to open raster datasetFailed to execute (ZonalStatisticsAsTable).Can anyone tell me what's going wrong here?ThanksRich