How to Calculate a percentage of wetlands in a parcel

1735
4
Jump to solution
01-07-2021 06:07 AM
JamesWenyon
New Contributor III

Hello,

I am working on a project that involves me calculating the amount of wetlands that take up a census block. I was wondering if there is a streamlined way to calculate the wetland area in a block. In my attempts I have been able to isolate pieces of a wetland inside a block but because the wetland shape extends outside the block it reports the acres of the parent wetland. The attached picture shows my issue. I was able to isolate the wetland in green, but when i want to see the acreage, it reports the acres of the blue polygon in the adjacent block. If anyone has any kind of direction to assist me, it would be greatly appreciated!

2 Solutions

Accepted Solutions
JoeBorgione
MVP Emeritus

Add a new field to your block polygon(s) called Original area and calculate to equal the Shape Area field.  Then perform an intersection of your wetlands and your block polygons.  You know can compare the original area with the current area (OrginalArea divided by current Shape Area).

That should just about do it....

View solution in original post

DanPatterson
MVP Esteemed Contributor
4 Replies
JoeBorgione
MVP Emeritus

Add a new field to your block polygon(s) called Original area and calculate to equal the Shape Area field.  Then perform an intersection of your wetlands and your block polygons.  You know can compare the original area with the current area (OrginalArea divided by current Shape Area).

That should just about do it....
DanPatterson
MVP Esteemed Contributor
Robert_LeClair
Esri Notable Contributor

In addition to Joe's and Dan's response, be sure to pick a projected coordinate system that preserves area as this could skew your area calculations if the incorrect projected coordinate system is chosen.

DanPatterson
MVP Esteemed Contributor

And in addition to us alll. If you have selections made, only the selected features will be processed which is useful if you only have a few to do 😂


... sort of retired...