<?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: Calculating Percentages from two features in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/calculating-percentages-from-two-features/m-p/251986#M19386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It may be simplest to add a double precision item to your pre-intersect feature class (call it, say, ORIG_AREA), and calculate it to be equal to your pre-intersect Shape_Area. After the intersect, each polygon will have both the original area (ORIG_AREA) and the new area (Shape_Area). Then, just do, as they say, the math.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2012 18:20:17 GMT</pubDate>
    <dc:creator>markdenil</dc:creator>
    <dc:date>2012-06-25T18:20:17Z</dc:date>
    <item>
      <title>Calculating Percentages from two features</title>
      <link>https://community.esri.com/t5/python-questions/calculating-percentages-from-two-features/m-p/251985#M19385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have created an Intersect from a buffer and a feature class.&amp;nbsp; I want to find the percentages of the original feature class that now lies within my buffered zone.&amp;nbsp; I need to divide the new Shape_areas by the original Shape_areas then multiply by 100. How can I do this in Python?&amp;nbsp; Here is my code to help visualize what i have done so far ( &lt;/SPAN&gt;&lt;A href="http://pastie.org/4148734"&gt;http://pastie.org/4148734&lt;/A&gt;&lt;SPAN&gt; ) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 13:54:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculating-percentages-from-two-features/m-p/251985#M19385</guid>
      <dc:creator>WillDavis</dc:creator>
      <dc:date>2012-06-25T13:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Percentages from two features</title>
      <link>https://community.esri.com/t5/python-questions/calculating-percentages-from-two-features/m-p/251986#M19386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It may be simplest to add a double precision item to your pre-intersect feature class (call it, say, ORIG_AREA), and calculate it to be equal to your pre-intersect Shape_Area. After the intersect, each polygon will have both the original area (ORIG_AREA) and the new area (Shape_Area). Then, just do, as they say, the math.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 18:20:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculating-percentages-from-two-features/m-p/251986#M19386</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2012-06-25T18:20:17Z</dc:date>
    </item>
  </channel>
</rss>

