<?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: Common Polygon Question in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/common-polygon-question/m-p/423147#M24161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way I can do is run a tool named Polygon Neighbors,&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/polygon-neighbors.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/polygon-neighbors.htm"&gt;Polygon Neighbors—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;, seems to worked but it can get you a lot of work if you have a lot of polygons. Fortunely for me I ran it and discovered 18 out of 15,796 polygons that found the same common polygons.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2016 18:19:35 GMT</pubDate>
    <dc:creator>DEAF_PROBERT_68</dc:creator>
    <dc:date>2016-12-01T18:19:35Z</dc:date>
    <item>
      <title>Common Polygon Question</title>
      <link>https://community.esri.com/t5/data-management-questions/common-polygon-question/m-p/423144#M24158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way around for me to do find common polygons ? What am I trying to do is to find the common polygons that have both the same label and are next to each other they needed to be merge into one polygon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now the only way around for me is to run a dissolve and use by the field to dissolve them. Then I ran and use the tool Split them by using the split field name. I then bring them to Arcmap to go through to ensure each polygon from field name (MUID) , so they don't touch each other...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the layer may have a lot of them in cluster and some of them are far apart. When they are far apart, I remove them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a script for that ? or Is there a better method to do around than that I am doing ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here is the scope of what I am doing here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. dissolve the layer using the field name ie MUID&lt;/P&gt;&lt;P&gt;2. Use split tool the dissolve layer using the MUID&lt;/P&gt;&lt;P&gt;3. Bring them to ArcMap to review each split layer to look for common polygons.&lt;/P&gt;&lt;P&gt;4. If there is no common polygon found then remove it from the Table of Content.&lt;/P&gt;&lt;P&gt;5) If the common polygon is found, keep it in the table of contents.&lt;/P&gt;&lt;P&gt;6) Return to the Original data I worked on and compare with the common polygon found.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 15:29:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/common-polygon-question/m-p/423144#M24158</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2016-11-30T15:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Common Polygon Question</title>
      <link>https://community.esri.com/t5/data-management-questions/common-polygon-question/m-p/423145#M24159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/dissolve.htm"&gt;Dissolve&lt;/A&gt; followed by &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/multipart-to-singlepart.htm"&gt;Multipart to Singlepart&lt;/A&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 15:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/common-polygon-question/m-p/423145#M24159</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2016-11-30T15:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Common Polygon Question</title>
      <link>https://community.esri.com/t5/data-management-questions/common-polygon-question/m-p/423146#M24160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.I tried this before and it worked. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 15:47:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/common-polygon-question/m-p/423146#M24160</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2016-11-30T15:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Common Polygon Question</title>
      <link>https://community.esri.com/t5/data-management-questions/common-polygon-question/m-p/423147#M24161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way I can do is run a tool named Polygon Neighbors,&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/polygon-neighbors.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/polygon-neighbors.htm"&gt;Polygon Neighbors—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;, seems to worked but it can get you a lot of work if you have a lot of polygons. Fortunely for me I ran it and discovered 18 out of 15,796 polygons that found the same common polygons.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 18:19:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/common-polygon-question/m-p/423147#M24161</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2016-12-01T18:19:35Z</dc:date>
    </item>
  </channel>
</rss>

