<?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: Finding overlapping polygons in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300879#M10478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I should clarify more, that Intersect does work, but it gives back all of the places where the overlap is and however many times it overlaps -- ie: if it is overlapped by 3 other polygons, the layer contains that polygon 3 times.&lt;BR /&gt;&lt;BR /&gt;So I want what the Intersect gives back BUT I just want 1 record of each.&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope you have the ArcInfo license so that you can do one of the following ways:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Use Feature To Polygon tool on your intersection (duplicated) polygons. This tool produces only one polygon from multiple identical polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Or use Delete Identical tool to delete duplicated ones. This tool may leave some duplicated features in some cases; we are working on a fix to this problem. The workaround is to run Delete Identical another time, if Find Identical tool still finds duplicates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2011 16:55:28 GMT</pubDate>
    <dc:creator>DanLee</dc:creator>
    <dc:date>2011-04-06T16:55:28Z</dc:date>
    <item>
      <title>Finding overlapping polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300871#M10470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to find all of the places where I have overlap in my polygons. I downloaded a tool that someone built that works great to find where the overlap is, but it only exports to a .txt and I need it to a .dbf or something so I can link it back to the table. I need to know what I'm looking at for areas of overlap - ie: how much area. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there another tool that allows me to find overlap, or even pull the overlap out into it's over feature class? I feel like I used to be able to just Intersect the layer with itself and it would pump back just the overlapping polygons. I really feel like that's the process I used to run, but maybe that wasn't it. Any ideas? It feels like it should be really easy and something lots of people use or need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jessica&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 13:18:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300871#M10470</guid>
      <dc:creator>JessicaRoss</dc:creator>
      <dc:date>2010-06-24T13:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Finding overlapping polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300872#M10471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I should clarify more, that Intersect does work, but it gives back all of the places where the overlap is and however many times it overlaps -- ie: if it is overlapped by 3 other polygons, the layer contains that polygon 3 times.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I want what the Intersect gives back BUT I just want 1 record of each.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 13:24:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300872#M10471</guid>
      <dc:creator>JessicaRoss</dc:creator>
      <dc:date>2010-06-24T13:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Finding overlapping polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300873#M10472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried a topology rule of no overlap?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 14:44:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300873#M10472</guid>
      <dc:creator>ChrisMathers</dc:creator>
      <dc:date>2010-06-24T14:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Finding overlapping polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300874#M10473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;here is my solution, which is working perfectly for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;first intersect layer "A" and layer "A_copy"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;after select all the overlapping polygons by query "FID_A &amp;lt;&amp;gt; FID_A_copy" and export to new layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now calculate the area in the new layer and remove the all the duplicate based on area field&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hope that will help you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 07:33:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300874#M10473</guid>
      <dc:creator>irfanlatif</dc:creator>
      <dc:date>2010-06-25T07:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Finding overlapping polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300875#M10474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ran into this problem a while back when I was trying to finish up my master's project. The solution submitted by irfan works fine in most cases, but there are certain situations where this will produce erroneous results. Have a look at the following thread from the old forum archives, where I posted a link to a script that handles this all in one fell swoop:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1730&amp;amp;t=208677"&gt;http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1730&amp;amp;t=208677&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The link to the script is at the bottom of the thread in the last post, but reading through the entire thread will give you a better idea of the problems a few of us ran into with irfan's solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't want to bother reading the old thread, the script can be downloaded directly from the following link:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=16700"&gt;http://arcscripts.esri.com/details.asp?dbid=16700&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ck&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 16:35:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300875#M10474</guid>
      <dc:creator>ChrisKetchie</dc:creator>
      <dc:date>2010-06-28T16:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Finding overlapping polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300876#M10475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's another tool (SuperRegionPoly): &lt;/SPAN&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=16700"&gt;http://arcscripts.esri.com/details.asp?dbid=16700&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Among other things, it locates and counts areas of overlapping polygons.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 23:37:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300876#M10475</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2010-06-28T23:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Finding overlapping polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300877#M10476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks everyone. I really appreciate that. This problem doesn't seem all that odd, I wish there was a "delete overlap" button. I toyed around with the topology but am just getting used to it, so I need to learn more about doing a batch fix. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks everyone, I really appreciate the input!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 16:00:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300877#M10476</guid>
      <dc:creator>JessicaRoss</dc:creator>
      <dc:date>2010-07-05T16:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Finding overlapping polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300878#M10477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I use 2 different ways..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 easy.. intersect and then disolve (assuming the attributes will disolve the overlaps...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or the anoying one I allways end up resorting to&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;USe Unions to output complete dataset with the overlaps. &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;copy to a personal GDB &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;close arcmap&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;open the PGDB in access &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;add a field called DeleteMe.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;create a "Create table" query using totals and group by the ShapeAreaNew: round([shape_area[,4) make sure you have the Unique ID in this query(eg object ID) and select oone of first/last/max/min. &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;create the new table &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;create a new "Update" query and joint the new table with the GIS table using the UniqueID(eg obkjectID) showing all records from the GIS table(this is a outer or inner join)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;make this query update the DeleteMe field to "Not Meeeee" where there is a relationship based on existing in the other table.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;then back to arcmap&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;select by location: based on the intersection output to highlight ALL of the overlaping polygons ONLY!&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;select by attributes on delete me to remove from selection "Not Meeeee"&lt;/LI&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;LI&gt;Done! Hacked up eh.. it usulay takes me about 10 minutes to do this and I"ve done it a fair few times...&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 23:41:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300878#M10477</guid>
      <dc:creator>GrahamW</dc:creator>
      <dc:date>2011-03-31T23:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Finding overlapping polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300879#M10478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I should clarify more, that Intersect does work, but it gives back all of the places where the overlap is and however many times it overlaps -- ie: if it is overlapped by 3 other polygons, the layer contains that polygon 3 times.&lt;BR /&gt;&lt;BR /&gt;So I want what the Intersect gives back BUT I just want 1 record of each.&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope you have the ArcInfo license so that you can do one of the following ways:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Use Feature To Polygon tool on your intersection (duplicated) polygons. This tool produces only one polygon from multiple identical polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Or use Delete Identical tool to delete duplicated ones. This tool may leave some duplicated features in some cases; we are working on a fix to this problem. The workaround is to run Delete Identical another time, if Find Identical tool still finds duplicates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 16:55:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300879#M10478</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2011-04-06T16:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Finding overlapping polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300880#M10479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jessica,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I usually use this tool to accomplish this task. It creates A LOT of polygons, but it gets the job done. The other approaches suggested will help you get rid of overlap and get similar answers but this one does returns shapes. &lt;BR /&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=1dd4a6832b3d40b494dbf8521cc5134c" title="https://www.arcgis.com/home/item.html?id=1dd4a6832b3d40b494dbf8521cc5134c"&gt;https://www.arcgis.com/home/item.html?id=1dd4a6832b3d40b494dbf8521cc5134c&lt;/A&gt; &lt;BR /&gt;I actually just used it to create this map of willingness to travel overlap in Florida. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="207061" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/207061_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;BR /&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 01:26:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-overlapping-polygons/m-p/300880#M10479</guid>
      <dc:creator>DavidWasserman</dc:creator>
      <dc:date>2016-06-08T01:26:00Z</dc:date>
    </item>
  </channel>
</rss>

