<?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: Handling with large dataset in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/handling-with-large-dataset/m-p/494950#M16493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello.&lt;BR /&gt;I'm working these days on a layer from World Database on Protected Areas.&lt;BR /&gt;I found a lot of overlapping features (polygons). &lt;BR /&gt;I need to choose one of every overlapping feature.&lt;BR /&gt;The problem is that the layer contain up to 27,000 features.&lt;BR /&gt;Can someone recommend suitable tools that I can use? &lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Rotem.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What you mean by you want to choose ove of every overlapping feature?&amp;nbsp; Do you want to eliminate the overlapping portion from all but one polygon?&amp;nbsp; Or do you just mean you want to select them?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To just select them and isolate them from non-overlapping polygons, use the Spatial Join tool where the layer is spatially joined to itself with a small negative buffer that is bigger than your minimum tolerance using the One to Many option.&amp;nbsp; Then select all Target_FID values not equal to Join_FID in the output.&amp;nbsp; These are the overlapping polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To eliminate overlapping portions try the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000002s000000"&gt;Integrate&lt;/A&gt;&lt;SPAN&gt; tool on a copy of the data (not the original).&amp;nbsp; After that you could use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00080000000s000000"&gt;Union&lt;/A&gt;&lt;SPAN&gt; tool, then the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000003r000000"&gt;Multipart to Singlepart&lt;/A&gt;&lt;SPAN&gt; tool, and then the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000005p000000"&gt;Eliminate&lt;/A&gt;&lt;SPAN&gt; tool if you have an Advanced license to find overlaps that are bigger than your Integrate tolerance.&amp;nbsp; You should try different eliminate settings and examine the results to decide your tolerance for sliver polygons.&amp;nbsp;&amp;nbsp; Wherever the two source ObjectID fields created by the Union output don't match there is an overlap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Union and Multipart to Singlepart tools will make the data set a really large dataset if there are a lot of overlaps, but that is the reality of your data.&amp;nbsp; Only 27,000 features is actually very moderate in size.&amp;nbsp; I have done manual editing of huge portions of datasets that size over a day or two to deal with this sort of thing when I really wanted data that met my exact specifications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't have an Advanced license or don't like the result, search the python forum for code that deals with sliver merging.&amp;nbsp; It is a very common topic.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Mar 2014 14:23:21 GMT</pubDate>
    <dc:creator>RichardFairhurst</dc:creator>
    <dc:date>2014-03-09T14:23:21Z</dc:date>
    <item>
      <title>Handling with large dataset</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/handling-with-large-dataset/m-p/494949#M16492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working these days on a layer from World Database on Protected Areas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found a lot of overlapping features (polygons). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to choose one of every overlapping feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that the layer contain up to 27,000 features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone recommend suitable tools that I can use? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rotem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 13:35:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/handling-with-large-dataset/m-p/494949#M16492</guid>
      <dc:creator>RotemGeva</dc:creator>
      <dc:date>2014-03-09T13:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Handling with large dataset</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/handling-with-large-dataset/m-p/494950#M16493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello.&lt;BR /&gt;I'm working these days on a layer from World Database on Protected Areas.&lt;BR /&gt;I found a lot of overlapping features (polygons). &lt;BR /&gt;I need to choose one of every overlapping feature.&lt;BR /&gt;The problem is that the layer contain up to 27,000 features.&lt;BR /&gt;Can someone recommend suitable tools that I can use? &lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Rotem.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What you mean by you want to choose ove of every overlapping feature?&amp;nbsp; Do you want to eliminate the overlapping portion from all but one polygon?&amp;nbsp; Or do you just mean you want to select them?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To just select them and isolate them from non-overlapping polygons, use the Spatial Join tool where the layer is spatially joined to itself with a small negative buffer that is bigger than your minimum tolerance using the One to Many option.&amp;nbsp; Then select all Target_FID values not equal to Join_FID in the output.&amp;nbsp; These are the overlapping polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To eliminate overlapping portions try the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000002s000000"&gt;Integrate&lt;/A&gt;&lt;SPAN&gt; tool on a copy of the data (not the original).&amp;nbsp; After that you could use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00080000000s000000"&gt;Union&lt;/A&gt;&lt;SPAN&gt; tool, then the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000003r000000"&gt;Multipart to Singlepart&lt;/A&gt;&lt;SPAN&gt; tool, and then the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000005p000000"&gt;Eliminate&lt;/A&gt;&lt;SPAN&gt; tool if you have an Advanced license to find overlaps that are bigger than your Integrate tolerance.&amp;nbsp; You should try different eliminate settings and examine the results to decide your tolerance for sliver polygons.&amp;nbsp;&amp;nbsp; Wherever the two source ObjectID fields created by the Union output don't match there is an overlap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Union and Multipart to Singlepart tools will make the data set a really large dataset if there are a lot of overlaps, but that is the reality of your data.&amp;nbsp; Only 27,000 features is actually very moderate in size.&amp;nbsp; I have done manual editing of huge portions of datasets that size over a day or two to deal with this sort of thing when I really wanted data that met my exact specifications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't have an Advanced license or don't like the result, search the python forum for code that deals with sliver merging.&amp;nbsp; It is a very common topic.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 14:23:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/handling-with-large-dataset/m-p/494950#M16493</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-03-09T14:23:21Z</dc:date>
    </item>
  </channel>
</rss>

