I'd really like to know if there is an automated process for taking a folder full or rasters and dumping their means into one file. I have found one tool that was written for 3.2, that doesn't help. And another that uses an aml and an excel script. I've only got ArcEditor so running an aml isn't going to work either!
I have found many ways to automate the process of creating a new file with the mean in it, but I've got hundreds of rasters and editing hundreds of dbfs afterwards would take as long as looking at the raster properties in ArcMap and typing them out. I could put together a script in excel that would combine them, but wanted to do this more on the GIS side.
There is the possibility of using Zonal Stats as table too ZonalStatisticsAsTable_sa (in_zone_data, zone_field, in_value_raster, out_table, ignore_nodata) if you could refer to a table listing your rasters for in_value_raster and print outputs to a single table.
I have looked at the Calculate Statistics tool and Get Raster Properties tool. The Get Raster Properties that would either loop through all rasters in a directory, or read rasters from a file and would print those mean values to a file (instead of the screen in the output dialog) would be perfect.
any help would be appreciated, I know this is a topic that's been around for a long time.
Summary This simple script runs the Zonal Statistics as Table in batch mode. The loop reads from a list of rasters, summarizing grid values by the zone of another layer. Pathways and input values have to be changed to work with your data.