Select to view content in your preferred language

Zonal Histogram of many rasters at once

473
1
08-10-2012 06:56 AM
CharlesScaife
Emerging Contributor
Hi,

I'm looking to export the table created from the ZONAL HISTOGRAM function for many raster layers.  Is there an automated or batch ZONAL HISTOGRAM tool out there? More specifically, will this tool allow me to export the statistics as a table (e.g. .txt or .dbf)?

Thanks
0 Kudos
1 Reply
EricRice
Esri Regular Contributor
Hi Charles,

You can run the Zonal Histogram geoprocessing tool in batch mode (right click tool and select Batch) or you could throw the tool in a model and insert a raster iterator in front to loop through many rasters.  The iterator option assumes that your zone is constant for all rasters.  If the zone input changes when the input value raster changes then you should use Python because Model builder restricts itself to one iterator per model.  This tool will allow you to output to .dbf table.  Use the parameter, Output Table.

Best,
Eric
0 Kudos