<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Find the percentage of polygon that overlaps other polygon in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647229#M21636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if the Tabulate Intersection tool will give you what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2017 17:42:58 GMT</pubDate>
    <dc:creator>BruceHarold</dc:creator>
    <dc:date>2017-02-22T17:42:58Z</dc:date>
    <item>
      <title>Find the percentage of polygon that overlaps other polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647226#M21633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 17:14:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647226#M21633</guid>
      <dc:creator>LindseyWinn</dc:creator>
      <dc:date>2017-02-22T17:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Find the percentage of polygon that overlaps other polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647227#M21634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 17:22:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647227#M21634</guid>
      <dc:creator>LindseyWinn</dc:creator>
      <dc:date>2017-02-22T17:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Find the percentage of polygon that overlaps other polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647228#M21635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a field called OriginalArea of double type; calc it to equal the area.&amp;nbsp; Then perform your geoprocessing.&amp;nbsp; You'll end up with a new area, which when you divide it by OriginalArea will give your percentage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 17:33:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647228#M21635</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2017-02-22T17:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Find the percentage of polygon that overlaps other polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647229#M21636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if the Tabulate Intersection tool will give you what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 17:42:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647229#M21636</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2017-02-22T17:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Find the percentage of polygon that overlaps other polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647230#M21637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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&amp;nbsp;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!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 19:17:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647230#M21637</guid>
      <dc:creator>LindseyWinn</dc:creator>
      <dc:date>2017-02-22T19:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Find the percentage of polygon that overlaps other polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647231#M21638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should be NewArea/OriginalArea *100. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 19:25:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647231#M21638</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2017-02-22T19:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Find the percentage of polygon that overlaps other polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647232#M21639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahhhh yes - THANK YOU!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 20:19:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647232#M21639</guid>
      <dc:creator>LindseyWinn</dc:creator>
      <dc:date>2017-02-22T20:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Find the percentage of polygon that overlaps other polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647233#M21640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;You'll end up with a new area, which when you divide it by OriginalArea will give your percentage.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what Darren said.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/lewinn"&gt;lewinn&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 20:22:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/find-the-percentage-of-polygon-that-overlaps-other/m-p/647233#M21640</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2017-02-22T20:22:51Z</dc:date>
    </item>
  </channel>
</rss>

