<?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 How can I use the Intersect tool to find common areas from 3 output files created by an Iterator tool in a Model Builder? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-can-i-use-the-intersect-tool-to-find-common/m-p/410407#M32355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2015 17:32:14 GMT</pubDate>
    <dc:creator>abubadruddin</dc:creator>
    <dc:date>2015-05-05T17:32:14Z</dc:date>
    <item>
      <title>How can I use the Intersect tool to find common areas from 3 output files created by an Iterator tool in a Model Builder?</title>
      <link>https://community.esri.com/t5/python-questions/how-can-i-use-the-intersect-tool-to-find-common/m-p/410407#M32355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 17:32:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-can-i-use-the-intersect-tool-to-find-common/m-p/410407#M32355</guid>
      <dc:creator>abubadruddin</dc:creator>
      <dc:date>2015-05-05T17:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use the Intersect tool to find common areas from 3 output files created by an Iterator tool in a Model Builder?</title>
      <link>https://community.esri.com/t5/python-questions/how-can-i-use-the-intersect-tool-to-find-common/m-p/410408#M32356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're asking because Basic and Standard licenses only allow two inputs for Intersect, you can get around it by running the tool once between feature classes 1 and 2, then again with the output and feature class 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 17:45:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-can-i-use-the-intersect-tool-to-find-common/m-p/410408#M32356</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-05-05T17:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use the Intersect tool to find common areas from 3 output files created by an Iterator tool in a Model Builder?</title>
      <link>https://community.esri.com/t5/python-questions/how-can-i-use-the-intersect-tool-to-find-common/m-p/410409#M32357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the &lt;A href="http://resources.arcgis.com/en/help/main/10.1/0008/00080000000p000000.htm"&gt;Intersect Help Topic&lt;/A&gt;, there are some helpful Python code examples at the bottom. The function can take all three of your output files as a &lt;A href="http://www.tutorialspoint.com/python/python_lists.htm"&gt;list&lt;/A&gt; for input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 17:48:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-can-i-use-the-intersect-tool-to-find-common/m-p/410409#M32357</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2015-05-05T17:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use the Intersect tool to find common areas from 3 output files created by an Iterator tool in a Model Builder?</title>
      <link>https://community.esri.com/t5/python-questions/how-can-i-use-the-intersect-tool-to-find-common/m-p/410410#M32358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abu, It might be helpful to post a screenshot of your model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 17:48:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-can-i-use-the-intersect-tool-to-find-common/m-p/410410#M32358</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-05-05T17:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use the Intersect tool to find common areas from 3 output files created by an Iterator tool in a Model Builder?</title>
      <link>https://community.esri.com/t5/python-questions/how-can-i-use-the-intersect-tool-to-find-common/m-p/410411#M32359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/95897_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Here is the screen shot of my Model. It selects 3 different school using the Iterator tool from the Parcel layer and creates a 3 mile buffer around each of the 3 schools and save them as School1_Buffer, School2_Buffer, &amp;amp; School3_Buffer. So this model works as expected!&lt;/P&gt;&lt;P&gt;However, I want to find the common areas among those 3 school buffer (School1_Buffer, School2_Buffer, &amp;amp; School3_Buffer). How can I use the Intersect tool in the model to create an intersect among those 3 buffers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 02:13:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-can-i-use-the-intersect-tool-to-find-common/m-p/410411#M32359</guid>
      <dc:creator>abubadruddin</dc:creator>
      <dc:date>2015-05-07T02:13:43Z</dc:date>
    </item>
  </channel>
</rss>

