Hi there, I need the zonal statistics mean value for each polygon to be stored in the attribute table of the polygon in the shapefile attribute table. The zonal statistics gives me a raster and a zonal statistics to table gives me a table. I don't want these. I want the values of for example mean (mean of pixels within each polygon) right in my shapefile. Any suggestion is appreciated.
Thanks
Then you simply Join the Zonal statistics as table back to the zone file and everything will be there.