<?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: Correcting splinters and gaps between polygons in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439625#M14764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was yours I must have  hit the wrong reply.\&lt;/P&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;I'll fix that...you were a big help. Confirmed what I was doing and more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Jan 2018 00:33:26 GMT</pubDate>
    <dc:creator>janehansen</dc:creator>
    <dc:date>2018-01-07T00:33:26Z</dc:date>
    <item>
      <title>Correcting splinters and gaps between polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439618#M14757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have a featureclass that contains many polygons many of which have gaps and splinters between them.&amp;nbsp; My concern is that some of the polygons are very small and narrow, some smaller than a few of the gaps. How do I remove the gaps and splinters without collapsing the polygons.&lt;/P&gt;&lt;P&gt;Thanks Jane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 23:04:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439618#M14757</guid>
      <dc:creator>janehansen</dc:creator>
      <dc:date>2018-01-03T23:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting splinters and gaps between polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439619#M14758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on a &lt;STRONG&gt;copy!&lt;/STRONG&gt; of the file, try &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/integrate.htm"&gt;&lt;STRONG&gt;Integrate&lt;/STRONG&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;otherwise you are looking at &lt;STRONG&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/topologies/topology-basics.htm"&gt;topology....&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You could also try doing a select by attribute to select the polygons, which presumably, have a small area, and buffer those slightly, prior to performing the above.&amp;nbsp; If the area method is selecting other polygons which are fine... skip the idea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 02:06:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439619#M14758</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-04T02:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting splinters and gaps between polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439620#M14759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could select polygons which are&amp;nbsp;very small and narrow by using select by attribute based on its Area. After selection verify them if they are satisfying your criteria.&lt;/P&gt;&lt;P&gt;Finally use Eliminate GP Tool from Data management-&amp;gt;Generalization to &amp;nbsp;merging them with neighboring polygons.&lt;/P&gt;&lt;P&gt;For gaps look for topology as suggested by Mr.&amp;nbsp;Dan Patterson. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2018 08:09:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439620#M14759</guid>
      <dc:creator>Madanbhurati</dc:creator>
      <dc:date>2018-01-06T08:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting splinters and gaps between polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439621#M14760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help, you always provide me with helpful solutions..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2018 21:18:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439621#M14760</guid>
      <dc:creator>janehansen</dc:creator>
      <dc:date>2018-01-06T21:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting splinters and gaps between polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439622#M14761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan, I was able to incorporate your suggestions and have completed&lt;/P&gt;&lt;P&gt;the project.&lt;/P&gt;&lt;P&gt;Jane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2018 21:19:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439622#M14761</guid>
      <dc:creator>janehansen</dc:creator>
      <dc:date>2018-01-06T21:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting splinters and gaps between polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439623#M14762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jane, could you mark an answer correct so that people will know a solution was obtained.&amp;nbsp; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2018 23:19:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439623#M14762</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-06T23:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting splinters and gaps between polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439624#M14763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guess it wasn't mine &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2018 23:25:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439624#M14763</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-06T23:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting splinters and gaps between polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439625#M14764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was yours I must have  hit the wrong reply.\&lt;/P&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;I'll fix that...you were a big help. Confirmed what I was doing and more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jan 2018 00:33:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/correcting-splinters-and-gaps-between-polygons/m-p/439625#M14764</guid>
      <dc:creator>janehansen</dc:creator>
      <dc:date>2018-01-07T00:33:26Z</dc:date>
    </item>
  </channel>
</rss>

