<?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: How to batch match polygon edge? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408372#M13812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I explored your approach and it does not work, see example below. Whilst keeping the shape and removing some of the vertices it does not remove all of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="356207" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/356207_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A similar question was asked on GIS SE &lt;A href="https://gis.stackexchange.com/questions/189956/removing-unnecessary-vertices-at-places-with-no-change-of-direction"&gt;here&lt;/A&gt;. There is a generalize tool on the topology toolbar, you can select up all polygon edges and click on that, it worked very well on my simple test data, but not sure how it would fare with 50,000 polygons?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jun 2017 13:51:48 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2017-06-08T13:51:48Z</dc:date>
    <item>
      <title>How to batch match polygon edge?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408370#M13810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's an example, the two polygons below have no gaps or overlaps, but the nodes on the shared edges are not exact the same, how can I make them have same nodes? And I've got like more than 50 thousands polygons in a feature class like that, is there any tools to get it done?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/356010_QQ截图20170607225650.jpg" style="width: 620px; height: 425px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/356011_QQ截图20170607225657.jpg" style="width: 620px; height: 553px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/356012_QQ截图20170607225707.jpg" style="width: 620px; height: 566px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 15:01:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408370#M13810</guid>
      <dc:creator>XingboChen</dc:creator>
      <dc:date>2017-06-07T15:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to batch match polygon edge?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408371#M13811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main problem here that there are many uncritical vertices in&amp;nbsp;most edges.&lt;/P&gt;&lt;P&gt;So I think you can try use &lt;STRONG&gt;Simplify Polygon&lt;/STRONG&gt; tool&amp;nbsp; (Arc toolbox &amp;gt; cartography tools&amp;nbsp;&amp;gt; Generalization &amp;gt;Simplify Polygon ). And make &lt;STRONG&gt;Simplification Algorithm&lt;/STRONG&gt; is &lt;STRONG&gt;POINT_REMOVE.&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV style="margin: 0.5em 0.5em 0.5em 1em; display: block;"&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;POINT_REMOVE—Keeps the so-called critical points that depict the essential shape of a polygon and removes all other points. This is the default.&lt;/BLOCKQUOTE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;DIV style="margin: 0.5em 0.5em 0.5em 1em; display: none;"&gt;&lt;DIV style="margin: 0.5em 0.5em 0.5em 1em; display: block;"&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Simplification Tolerance&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;P&gt;The tolerance that determines the degree of simplification. A tolerance must be specified, and it must be greater than zero. You can choose a preferred unit; the default is the feature unit.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For POINT_REMOVE algorithm, the tolerance you specify is the maximum allowable offset.&lt;/LI&gt;&lt;LI&gt;For BEND_SIMPLIFY algorithm, the tolerance you specify is the length of the reference bend baseline.&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;DIV style="margin: 0.5em 0.5em 0.5em 1em; display: none;"&gt;&lt;STRONG&gt;Minimum Area (optional)&lt;/STRONG&gt;&lt;P&gt;Sets the minimum area for a simplified polygon to be retained. The default value is zero, that is, to keep all polygons. You can choose a preferred unit for the specified value; the default is the feature unit.&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="margin: 0.5em 0.5em 0.5em 1em; display: none;"&gt;&lt;STRONG&gt;Handling Topological Errors (optional)&lt;/STRONG&gt;&lt;P&gt;Specifies how the topological errors (possibly introduced in the process, including line crossing, line overlapping, and collapsed zero-length lines) will be handled.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;NO_CHECK—Specifies not to check topological errors. This is the default.&lt;/LI&gt;&lt;LI&gt;FLAG_ERRORS—Specifies to flag topological errors if any are found.&lt;/LI&gt;&lt;LI&gt;RESOLVE_ERRORS—Specifies to resolve topological errors if any are found.&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;DIV style="margin: 0.5em 0.5em 0.5em 1em; display: none;"&gt;&lt;STRONG&gt;Keep collapsed points (optional)&lt;/STRONG&gt;&lt;P&gt;Specifies whether to keep collapsed zero-area polygons as points if any are found in the process. This option applies only when NO_CHECK or FLAG_ERRORS is specified.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Checked—Specifies to keep the collapsed zero-area polygons as points. The endpoints of the collapsed polygons will be stored in a point feature class at the output feature class location, taking the name of the output feature class plus a suffix _Pnt. This is the default.&lt;/LI&gt;&lt;LI&gt;Unchecked—Specifies not to keep the collapsed zero-area polygons as points even if they are found in the process; therefore, the point feature class will be empty.&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 16:22:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408371#M13811</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2017-06-07T16:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to batch match polygon edge?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408372#M13812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I explored your approach and it does not work, see example below. Whilst keeping the shape and removing some of the vertices it does not remove all of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="356207" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/356207_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A similar question was asked on GIS SE &lt;A href="https://gis.stackexchange.com/questions/189956/removing-unnecessary-vertices-at-places-with-no-change-of-direction"&gt;here&lt;/A&gt;. There is a generalize tool on the topology toolbar, you can select up all polygon edges and click on that, it worked very well on my simple test data, but not sure how it would fare with 50,000 polygons?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 13:51:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408372#M13812</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2017-06-08T13:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to batch match polygon edge?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408373#M13813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duncan, you find another method good job. But I wondered that you said that &lt;STRONG&gt;Simplify Polygon&lt;/STRONG&gt;&amp;nbsp; doesn't work. and your link is approve this tool too. did you read carefully ?. may be that you don't defined &lt;STRONG&gt;Simplification Tolerance&lt;/STRONG&gt; well. I think you defined small tolerance so not all vertices deleted.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 18:03:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408373#M13813</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2017-06-08T18:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to batch match polygon edge?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408374#M13814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run an experiment... run a Check Geometry on the file that you have shown with your pattern... then export that to a new file and report if there are any differences.&amp;nbsp; What you are seeing is the result of merging polygons from different data sources or not using the 'autocomplete polygon' tool when creating the polygon pair in the first place&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 18:50:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408374#M13814</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-06-08T18:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to batch match polygon edge?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408375#M13815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , Dan I agree with you except &lt;STRONG&gt;'autocomplete polygon'&amp;nbsp;&lt;/STRONG&gt;, because it will be the first place if there one&amp;nbsp;, two or three polygons , but &lt;A _jive_internal="true" data-userid="138103" data-username="ChenXingbo" href="https://community.esri.com/people/ChenXingbo"&gt;&lt;SPAN style="color: #8ca9cd;"&gt;Xingbo Chen&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;says :&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;And I've got like more than 50 thousands polygons in a feature class like that&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 20:47:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408375#M13815</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2017-06-08T20:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to batch match polygon edge?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408376#M13816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abdullah... I was just pointing out the source of the error... in case they have to create their own data at some stage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 21:28:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408376#M13816</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-06-08T21:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to batch match polygon edge?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408377#M13817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I got it. But I'm not the one who produced the data and I need to fix the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 06:10:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408377#M13817</guid>
      <dc:creator>XingboChen</dc:creator>
      <dc:date>2017-06-09T06:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to batch match polygon edge?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408378#M13818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, Simplify Polygon works, I set a very very small tolerance like 0.00001 meter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 06:16:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408378#M13818</guid>
      <dc:creator>XingboChen</dc:creator>
      <dc:date>2017-06-09T06:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to batch match polygon edge?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408379#M13819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The tool &lt;A _jive_internal="true" class="" data-avatarid="7289" data-externalid="" data-online="false" data-presence="null" data-userid="193588" data-username="abdallah_91@yahoo.com" href="https://community.esri.com/people/abdallah_91@yahoo.com"&gt;Abdullah Anter&lt;/A&gt; mentioned is in the arctoolbox, the tool you mentioned is on the advanced edting toolbar (Arcgis 10.4). And both of them work by setting a very very small tolerance like 0.0001 meter, I got what I wanted. But I prefer the one in the arctoolbox since I've got too much polygons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 06:23:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408379#M13819</guid>
      <dc:creator>XingboChen</dc:creator>
      <dc:date>2017-06-09T06:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to batch match polygon edge?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408380#M13820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's my earlier example after I run the tool.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/356335_QQ截图20170609142031.jpg" style="width: 620px; height: 551px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/356351_QQ截图20170609142041.jpg" style="width: 620px; height: 552px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 06:28:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408380#M13820</guid>
      <dc:creator>XingboChen</dc:creator>
      <dc:date>2017-06-09T06:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to batch match polygon edge?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408381#M13821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abdullah, I tried setting the tolerance to very small, even what Xingbo used (&lt;SPAN style="background-color: #ffffff;"&gt;0.00001 meter) but I still get some vertices left after the Simplify Polygon has been run. The tool on the toolbar seems to work for me, removing all vertices except for the ones that the boundaries share. I was able to select all polygons and run the tool on them, but my sample is much smaller than Xingbo's. Anyway Xingbo seems happy!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 09:25:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408381#M13821</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2017-06-09T09:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to batch match polygon edge?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408382#M13822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just an additional suggestion... did you look at the&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/integrate.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/integrate.htm"&gt;Integrate—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;tool?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 12:15:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408382#M13822</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-06-09T12:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to batch match polygon edge?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408383#M13823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just did a simple test on a very messy sample dataset:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/356375_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case I used a large tolerance (25m):&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/356377_pastedImage_3.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...and that does not only change the matching borders, but also the rest of the polygon.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/356376_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 12:30:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-batch-match-polygon-edge/m-p/408383#M13823</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-06-09T12:30:48Z</dc:date>
    </item>
  </channel>
</rss>

