I have a polygon feature with different names for each polygon
I have a habitat raster layer with a bunch of classifications (this is clipped to all the polygons above)
I want to run statistics on the Habitat layer where it falls inside the polygon layer, its already clipped so we're good there.
Result: I am looking for the polygon feature name with the statistics of each habitat type and their sum in that polygon
Polygon Trees Water developed
Polygon x 50 21 55
Polygon z 152 66 88
ANY IDEAS on how to do this?