What I’m trying to accomplish is simple to define: what is the percentage tree cover (raster) across four polygon zones (vector)? When I run my analysis using Zonal Statistics as a Table, I get an equal ratio of tree canopy in each zone (Count/Area). Each zone seems to have 25% of the total tree canopy count, but this can’t possibly be accurate. Screenshot is below and the ratio of Count (i.e. tree pixels)/Area across all four zones is .25. Common sense tells us that the tree canopy wouldn't be equally distributed across any area like this so obviously I'm doing something wrong. HOLC_Grade is the four polygon zones grades where A='good' neighborhoods' and D= 'bad' neighborhoods according to redlining criteria used to establish discriminatory lending practices in Chicago. My hypothesis is that areas that were redlined in the past might have a lower percentage of tree canopy than areas that were not.
a) Redlining layer as the feature zone datab) ‘holc_grade’ as my Zone Field (these are the four investment zones)c) My new Clipped Tree Canopy raster as the Input Value Rasterd) selecting all statisticsThe resulting zonal statistics table I get looks like this, with the Count/Area ratio by 25% across each polygon zoneI'm wondering ifa) I'm not understanding what Count and Area really mean? Count is the number of pixels, and Area is square meters...b) There is a projection issue? I set the Data Frame to UTM Zone 15N when I started the project. However, when I check the Source Properties for my Redlined layer it says the GCS is WGS 1984, but doesn't list a projection.I'm also including a screenshot of my TOC and map just for reference.Any help is much appreciated!
Are your 'zones' unique? or do you have several areas with the same value?
How Zonal Statistics works—Help | ArcGIS Desktop
A zone is all the cells in a raster that have the same value, whether or not they are contiguous.
There are situations where you might have to use RegionGroup to isolate areas which are not contiguous but have the same value.
Hi Dan, thanks for the response. There are four polygon zones (A, B, C, D) in my vector layer. These zones are not always contiguous. What I really want to know is how many tree canopy pixels (value of 1) are in each zone. Unfortunately, grouping them together by contiguity doesn't help me do that unless there are some additional steps you would suggest.
Hello Graham, I am also trying to accomplish what you proposed in this question. If you are able to provide any additional insight to this issue I would greatly appreciate it!