<?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: Merging sliver polygons in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561918#M31870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello again&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I failed to accomplish my Task. I guess there is no way around a python code. Has anyone done this before and can help me? I would be delighted!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 May 2013 06:46:31 GMT</pubDate>
    <dc:creator>JamesLeuzinger1</dc:creator>
    <dc:date>2013-05-03T06:46:31Z</dc:date>
    <item>
      <title>Merging sliver polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561912#M31864</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;BR /&gt;&lt;SPAN&gt;I have an Dataset with 2000 Polygons. 900 Polygons are sliver Polygons with an area smaller than 100 m² that I want to eliminate. I want them to merge with the neighboring polygon based on the field "GS" (shortinteger(1))in the attributtable. If there are more than 1 Polygons neighboring with the sliver polygon then the one with the longest touching line should be Chosen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Very thanfull for your help! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 06:46:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561912#M31864</guid>
      <dc:creator>JamesLeuzinger1</dc:creator>
      <dc:date>2013-04-23T06:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Merging sliver polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561913#M31865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you checked out the help page on &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001t0000003n000000.htm"&gt;fixing slivers&lt;/A&gt;&lt;SPAN&gt;? You might need some extra steps to determine which polygons have the longest touching sides, I'm not sure any of the sliver tools have that kind of option built in.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 16:00:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561913#M31865</guid>
      <dc:creator>TrishRice</dc:creator>
      <dc:date>2013-04-23T16:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Merging sliver polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561914#M31866</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;No there is no Option to define which neighboring polygon should be Chosen. I think I Need a modified python code or some free Extension which allows this. Can someone help me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 12:52:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561914#M31866</guid>
      <dc:creator>JamesLeuzinger1</dc:creator>
      <dc:date>2013-04-24T12:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Merging sliver polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561915#M31867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi&lt;BR /&gt;No there is no Option to define which neighboring polygon should be Chosen. I think I Need a modified python code or some free Extension which allows this. Can someone help me?&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//000800000045000000"&gt;Polygon Neighbors&lt;/A&gt;&lt;SPAN&gt; tool claims to be able to determine the lengths of touching sides of polygons.&amp;nbsp; It could be incorporated into a script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A sans python workaround (because I don't code and I'm surprised no coders have responded yet) could be done by running comparisons of the data in Excel and bringing it back in for merging.&amp;nbsp; It would take about the same amount of time as searching for the right script, and involves:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Running the polygon neighbor tool to get the touching side lengths and IDs of touching neighbors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Comparing in Excel to determine which neighbor is longest.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Creating a DissolveID field on all slivers &amp;amp; neighbors to tell which sliver to merge with which polygon. (These last two steps could easily be done in 2 equations.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Bringing that new field back into Arcmap as a table join or field join.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Running the Dissolve tool based on the new DissolveID field.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 14:34:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561915#M31867</guid>
      <dc:creator>TrishRice</dc:creator>
      <dc:date>2013-04-24T14:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Merging sliver polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561916#M31868</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;BR /&gt;&lt;SPAN&gt;Great Idea! Unfortunately the polygon neighbors tool is not available with arcgis 10.0. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 03:26:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561916#M31868</guid>
      <dc:creator>JamesLeuzinger1</dc:creator>
      <dc:date>2013-04-25T03:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Merging sliver polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561917#M31869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Great Idea! Unfortunately the polygon neighbors tool is not available with arcgis 10.0. &lt;BR /&gt;&lt;BR /&gt;regards&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OK.&amp;nbsp; Hmm.&amp;nbsp; :confused: I'm sure there must be a way to do this.&amp;nbsp; Tinker with Polygon to Line or Feature to Line, along with Split Line at Vertices.&amp;nbsp; The idea being to convert the polygon boundaries to lines that are split at the vertices; eg a 5-sided polygon becomes 5 separate lines.&amp;nbsp; Make sure the lines retain an attribute ID for the polygon they originated from.&amp;nbsp; Then calculate the length of each line.&amp;nbsp; Then do overlap analysis to see which are touching your slivers.&amp;nbsp; That should get you to where you can perform my previously described workaround.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 14:26:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561917#M31869</guid>
      <dc:creator>TrishRice</dc:creator>
      <dc:date>2013-04-29T14:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Merging sliver polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561918#M31870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello again&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I failed to accomplish my Task. I guess there is no way around a python code. Has anyone done this before and can help me? I would be delighted!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 06:46:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561918#M31870</guid>
      <dc:creator>JamesLeuzinger1</dc:creator>
      <dc:date>2013-05-03T06:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Merging sliver polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561919#M31871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I once had this issue with a lake polygon shapefile I received.&amp;nbsp; There where some 2000 slivers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I could not automate it.&amp;nbsp; What I did was go to the first sliver then selected the larger polygon I wanted it to be part of then used select by location to select all polygons touching it.&amp;nbsp; removed the ones I didn't want merged and hit the merge button and used the big polygon as the merge leader.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sounds daunting but with only 900 you might just be better off knuckling down and just plowing through it. I would even suggest symbolizing the slivers with something really distinctive so you can spot them a lot easier and only that polygon layer visible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you sort your table by slivers first you can simply select and pan swipe/select merge go on to the next.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 12:21:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-sliver-polygons/m-p/561919#M31871</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-05-03T12:21:08Z</dc:date>
    </item>
  </channel>
</rss>

