For this type of stuff, I like to automate with a Python Script like the one here. http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000w8000000.htmIf you put all rasters in a single folder, you can use Python to make a list of all the raster names in your folder and automate running zonal statistics on each file. glob.glob("/home/username/www/*") (for example) will list all files in the www directory.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.