<?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 Generate a single shapefile from various intersection agreements in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/generate-a-single-shapefile-from-various/m-p/496736#M39012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;I have five vector files wherein I want to determine the spatial agreements among them using intersect. Here is my illustration. (Actually these are forest shapefiles from five different forest maps)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #222222;"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; vector_file_1&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;shp&lt;BR /&gt; B &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; vector_file_2&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;shp&lt;BR /&gt; C &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; vector_file_3&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;shp&lt;BR /&gt; D &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; vector_file_4&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;shp&lt;BR /&gt; E &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; vector_file_5&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;shp&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;&lt;SPAN style="background-color: rgba(248, 248, 248, 0.6); color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;So that I will have a set of spatial agreement from 2/5, 3/5, 4/5 to 5/5. For example:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;&lt;SPAN style="background-color: rgba(248, 248, 248, 0.6); color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #222222;"&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;1&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;2&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;5&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;2&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;3&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;5&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;3&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;4&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;5&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;4&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;5&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;5&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;&lt;SPAN style="background-color: rgba(248, 248, 248, 0.6); color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;My question is what geoprocessing technique will I use to generate a single shapefile from each agreement above (except item # 4), supposing I've done the intersection combinations for agreement items 1-3? Will I use intersection again, union or other technique?&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;(My professor told me to just add a field and put a number code on that field, for each shapefile, unfortunately I forgot the next process he mentioned.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 May 2015 13:31:39 GMT</pubDate>
    <dc:creator>RobertBeno</dc:creator>
    <dc:date>2015-05-25T13:31:39Z</dc:date>
    <item>
      <title>Generate a single shapefile from various intersection agreements</title>
      <link>https://community.esri.com/t5/python-questions/generate-a-single-shapefile-from-various/m-p/496736#M39012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;I have five vector files wherein I want to determine the spatial agreements among them using intersect. Here is my illustration. (Actually these are forest shapefiles from five different forest maps)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #222222;"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; vector_file_1&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;shp&lt;BR /&gt; B &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; vector_file_2&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;shp&lt;BR /&gt; C &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; vector_file_3&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;shp&lt;BR /&gt; D &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; vector_file_4&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;shp&lt;BR /&gt; E &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; vector_file_5&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;shp&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;&lt;SPAN style="background-color: rgba(248, 248, 248, 0.6); color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;So that I will have a set of spatial agreement from 2/5, 3/5, 4/5 to 5/5. For example:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;&lt;SPAN style="background-color: rgba(248, 248, 248, 0.6); color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #222222;"&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;1&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;2&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;5&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;2&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;3&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;5&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;3&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;4&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;5&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;E&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;4&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;5&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;5&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;D&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;&lt;SPAN style="background-color: rgba(248, 248, 248, 0.6); color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;My question is what geoprocessing technique will I use to generate a single shapefile from each agreement above (except item # 4), supposing I've done the intersection combinations for agreement items 1-3? Will I use intersection again, union or other technique?&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;(My professor told me to just add a field and put a number code on that field, for each shapefile, unfortunately I forgot the next process he mentioned.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 13:31:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/generate-a-single-shapefile-from-various/m-p/496736#M39012</guid>
      <dc:creator>RobertBeno</dc:creator>
      <dc:date>2015-05-25T13:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a single shapefile from various intersection agreements</title>
      <link>https://community.esri.com/t5/python-questions/generate-a-single-shapefile-from-various/m-p/496737#M39013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Five different forest maps can mean several things.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;there are from separate but adjoining areas&lt;/LI&gt;&lt;LI&gt;there are from the same area but the areas delineated as forest do not overlap in each shapefile&lt;/LI&gt;&lt;LI&gt;the areas are the same but the areas can overlap by varying degrees...perhaps representing different classification accuracies/methods&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The first case would be a merge.&amp;nbsp; The latter two cases would depend upon the outcome you want&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Intersect/00080000000p000000/"&gt;Intersect&lt;/A&gt; .... performs the geometric intersection ignoring all areas where there is no overlap, but retaining the attributes of both&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Union/00080000000s000000/"&gt;Union&lt;/A&gt; ...&amp;nbsp;&amp;nbsp; does the same but retains all areas, even those that don't overlap&lt;/P&gt;&lt;P&gt;And of course don't forget the other options&lt;STRONG&gt; Erase, Identity, Spatial Join, Symmetrical Difference and Update &lt;/STRONG&gt;are all other overlay tools.&lt;/P&gt;&lt;P&gt;Your choice will depend upon how you want the geometry reconfigured during the operation (ie. compare&amp;nbsp; Identity, Union and Update) and how you want the attributes treated.&lt;/P&gt;&lt;P&gt;So if you can provide some answers to those questions, you will be done.&amp;nbsp; If you have a field with a unique code in each shapefile, then the attributes could be carried forward between operations.&amp;nbsp; In your final result, you could produce a new field and concatenate the various unique input fields into on.&amp;nbsp; This operation is equivalent to the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Combine/009z0000007r000000/"&gt;Combine operation&lt;/A&gt; in raster world (amongst other tools).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the slightly indirect answer...but I teach...and you will only learn by being pushed in the right-ish direction &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 13:56:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/generate-a-single-shapefile-from-various/m-p/496737#M39013</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-05-25T13:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a single shapefile from various intersection agreements</title>
      <link>https://community.esri.com/t5/python-questions/generate-a-single-shapefile-from-various/m-p/496738#M39014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create a single shapefile using &lt;STRONG&gt;Union&lt;/STRONG&gt; of A,B,C,D and E shapefiles.&lt;/P&gt;&lt;P&gt;Then you could make the queries in attribute table (Select by Attributes) like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(248, 248, 248, 0.6); color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #222222;"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;A&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;B: &lt;STRONG&gt;&lt;A&gt; IS NOT NULL AND &lt;B&gt; IS NOT NULL&lt;/B&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;A&gt;&lt;B&gt;&lt;BR /&gt;&lt;/B&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(248, 248, 248, 0.6); color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;Export the selected features to a new shapefile, if required.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(248, 248, 248, 0.6); color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;Repeat similar query for the desired combinations with "AND" operator in Attribute table&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 15:26:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/generate-a-single-shapefile-from-various/m-p/496738#M39014</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-05-25T15:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a single shapefile from various intersection agreements</title>
      <link>https://community.esri.com/t5/python-questions/generate-a-single-shapefile-from-various/m-p/496739#M39015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jayanta...I see you missed the point of my last sentence...It would be nice to see what Robert offered as his first venture first...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 18:22:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/generate-a-single-shapefile-from-various/m-p/496739#M39015</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-05-25T18:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a single shapefile from various intersection agreements</title>
      <link>https://community.esri.com/t5/python-questions/generate-a-single-shapefile-from-various/m-p/496740#M39016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use the Union overlay for this type of analysis. Before you do so, follow the instructions of your professor. Add a numeric field to each of the featureclasses and fill it with the value 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the union of the the 5 featureclasses you can sum the 5 fields into a new field. &lt;EM&gt;You may have to select each if the numeric fields (fieldname IS NULL) and replace the NULL value with 0.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since what I deduce from your explanation is that you are not interested in distinguishing between the different cases, just to denote where there is forest in 2, 3, 4 or all 5 input featureclasses, the sum of the numeric fields will result in a value ranging from 1 to 5. You are looking for the values 2 to 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a side note, you were missing someting:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lit" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #953838; background-color: rgba(248, 248, 248, 0.6);"&gt;1&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="lit" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #953838; background-color: rgba(248, 248, 248, 0.6);"&gt;2&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #953838; background-color: rgba(248, 248, 248, 0.6);"&gt;5&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt; B&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt;E&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt; C&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt; C&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt;E&lt;SPAN style="color: #e23d39;"&gt;&lt;STRONG&gt;, &lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background-color: rgba(248, 248, 248, 0.6);"&gt;D&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background-color: rgba(248, 248, 248, 0.6);"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background-color: rgba(248, 248, 248, 0.6);"&gt;E&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lit" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #953838; background-color: rgba(248, 248, 248, 0.6);"&gt;4&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="lit" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #953838; background-color: rgba(248, 248, 248, 0.6);"&gt;5&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #953838; background-color: rgba(248, 248, 248, 0.6);"&gt;5&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt; A&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt;B&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt;C&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #145680; background-color: rgba(248, 248, 248, 0.6);"&gt;∩&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000; background-color: rgba(248, 248, 248, 0.6);"&gt;D&lt;SPAN style="color: #e23d39;"&gt;&lt;STRONG style="background-color: rgba(248, 248, 248, 0.6); font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;"&gt;∩E&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 18:24:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/generate-a-single-shapefile-from-various/m-p/496740#M39016</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-05-25T18:24:08Z</dc:date>
    </item>
  </channel>
</rss>

