Hello! I two polygon layers - one of which I need to find the percentage of how much of those polygons are outside of the much larger polygon (Places shapefile to MSA shapefile). Thank you!
I can get the area of each polygon - I run the insect tool and then calculate area. But then how do I show which ones fall outside of the main polygon and the percentage of each one? So ideally, I want every polygon that falls inside my larger polygon to be labeled as "100%" and all others that fall outside of it to be labeled 50%, 10%, and so on. Does this make sense?
Add a field called OriginalArea of double type; calc it to equal the area. Then perform your geoprocessing. You'll end up with a new area, which when you divide it by OriginalArea will give your percentage.
See if the Tabulate Intersection tool will give you what you need.
Excellent, thank you! I'm almost there. I calculated the original area, then ran the intersect tool, then calculated the new area. Then I created a new field and used the field calculator to computer (OriginalArea/NewArea) * 100 to get the percentage. The polygons that are completely inside are labeled as 100%, but the polygons that are 50%, 10%, etc. inside the polygon have weird numbers (for example, one of the slivers that is inside the polygon is calculated as 1328227643.9 (the new area was calculated as 0.00003). I know it's just a matter of my calculations, but how do I fix that? Thanks!!
It should be NewArea/OriginalArea *100.
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.