Select to view content in your preferred language

Calculation within raster images - areas zoned by polygon-shapefile

410
1
Jump to solution
07-24-2012 11:40 PM
AndreaNass
Deactivated User
Hi,
I like to calculate the mean raster value of areas in a raster image. The boundaries of the areas are defined by polygons in a separate shapefile. The result of the mean value should record in an attribute column within the shapefile. Finally, I like to convert this mean value for every polygon area by a simple equation and record the result once again in a separate attribute column within the shapefile. I hope my problem is formulated understandably!

Thanks for any help,
an
0 Kudos
1 Solution

Accepted Solutions
JeffreySwain
Esri Regular Contributor
I would recommend of the zonal statistics or zonal statistics as a table.  They should create the desired output. With the Zonal Statistics as a Table, you will have to join the table back to the original shapefile.

View solution in original post

0 Kudos
1 Reply
JeffreySwain
Esri Regular Contributor
I would recommend of the zonal statistics or zonal statistics as a table.  They should create the desired output. With the Zonal Statistics as a Table, you will have to join the table back to the original shapefile.
0 Kudos