<?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: Identifying polygons that share a common boundary in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285313#M9808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Selection by Location (from ArcMap's Selection menu) and Spatial Join has relationships to select touching features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Select by Location: Target layer features share a line segment with source layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Both Spatial Join and Select Layer by Location geoprocessing tools have: SHARE_A_LINE_SEGMENT_WITH&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To get a clear idea of the relationships use this graphic examples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Select_By_Location_graphic_examples/0017000000tp000000/"&gt;&lt;SPAN style="color:#0066cc;"&gt;Select By Location: graphic examples&lt;/SPAN&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2012 17:26:28 GMT</pubDate>
    <dc:creator>NobbirAhmed</dc:creator>
    <dc:date>2012-05-23T17:26:28Z</dc:date>
    <item>
      <title>Identifying polygons that share a common boundary</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285310#M9805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone know if there is a way to identify or select polygons that touch one another? I have looked at the topolgy rules, and the rule for overlapping polygons doesn't work, the polygons just share a boundary rather than overlapping. Ideally I would like to be able to do this without having to convert to polygons to lines, so if there is a clever way this can be done, please let me know!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the attached jpg you can see the two polygons that touch are selected, but this was done manually. Is there an automated method of doing this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 14:18:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285310#M9805</guid>
      <dc:creator>JamesBuckland</dc:creator>
      <dc:date>2012-05-23T14:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying polygons that share a common boundary</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285311#M9806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This might help with what you're looking for &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/31092-NEIGHBOR-POLYGONS-SUM-LENGTH-OF-LINES-IN-A-POLYGON-AND-ITS-NEIGHBORS?highlight=shared+polygons"&gt;http://forums.arcgis.com/threads/31092-NEIGHBOR-POLYGONS-SUM-LENGTH-OF-LINES-IN-A-POLYGON-AND-ITS-NEIGHBORS?highlight=shared+polygons&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Does anyone know if there is a way to identify or select polygons that touch one another? I have looked at the topolgy rules, and the rule for overlapping polygons doesn't work, the polygons just share a boundary rather than overlapping. Ideally I would like to be able to do this without having to convert to polygons to lines, so if there is a clever way this can be done, please let me know!&lt;BR /&gt;&lt;BR /&gt;In the attached jpg you can see the two polygons that touch are selected, but this was done manually. Is there an automated method of doing this?&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 14:53:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285311#M9806</guid>
      <dc:creator>PawanVuppala</dc:creator>
      <dc:date>2012-05-23T14:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying polygons that share a common boundary</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285312#M9807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can run the Near tool using the same features as the Input Features and Near Features. It adds a field NEAR_DIST, storing distances to the nearest features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Run Select Layer By Attribute to select polygons with the NEAR_DIST = 0. Does that give you what you want?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 15:05:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285312#M9807</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-05-23T15:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying polygons that share a common boundary</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285313#M9808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Selection by Location (from ArcMap's Selection menu) and Spatial Join has relationships to select touching features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Select by Location: Target layer features share a line segment with source layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Both Spatial Join and Select Layer by Location geoprocessing tools have: SHARE_A_LINE_SEGMENT_WITH&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To get a clear idea of the relationships use this graphic examples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Select_By_Location_graphic_examples/0017000000tp000000/"&gt;&lt;SPAN style="color:#0066cc;"&gt;Select By Location: graphic examples&lt;/SPAN&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 17:26:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285313#M9808</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2012-05-23T17:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying polygons that share a common boundary</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285314#M9809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can run the Near tool using the same features as the Input Features and Near Features. It adds a field NEAR_DIST, storing distances to the nearest features.&lt;BR /&gt;&lt;BR /&gt;Run Select Layer By Attribute to select polygons with the NEAR_DIST = 0. Does that give you what you want?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Dan, this works a treat! I wasn't aware of the Near tool before, so that is really useful to know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 08:45:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285314#M9809</guid>
      <dc:creator>JamesBuckland</dc:creator>
      <dc:date>2012-05-24T08:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying polygons that share a common boundary</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285315#M9810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;James,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am glad it worked for you. That's a good start of using Near tool.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 14:29:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285315#M9810</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-05-24T14:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying polygons that share a common boundary</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285316#M9811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there... just searching the threads for something to help.... maybe I should start a new one, I am not sure... but I have a similar problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have 2 polygon features (parcels) and I want to find where the graphics in one (myparcels) do not quite match up with the other (provparcel).&amp;nbsp;&amp;nbsp; Sometimes the shift is very small and I am OK with that (I can put a buffer on the selection), but I would like the selection set to result in a list of polygons where the polygons do not exactly match up within about 1 meter we'll say.... (see attachment where the red represents myparcel and the thick grey is provparcel.&amp;nbsp; You can see where there is a shift between myparcel 13948 and provparcel 230).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The additional problem with this, is that sometimes it is more than just a shift in the two layers where the polygons don't match, sometimes there has been a subdivision of land and therefore I may have one polygon in myparcels layer, and the outer boundaries match with the provparcel, but the provparcel has an additional polygon "within" myparcel.&amp;nbsp; (see attachment where the red is myparcel layer and in this example, it has one big polygon (14784) where the provparcel (grey) has two within it (383 and 27).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The opposite can occur as well where provparcel 329 is one larger parcel where the outer boundaries fall within myparcels 14524 and 14782.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is all three of these examples that I want to see these parcels all in the resulting error table (or layer... doesn't matter)........&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eventually I want to write this in model builder, but I would be happy with just how to do it manually first!&amp;nbsp; Thanks all!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 16:39:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285316#M9811</guid>
      <dc:creator>TheresaPiovesan</dc:creator>
      <dc:date>2012-09-17T16:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying polygons that share a common boundary</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285317#M9812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use Complete Contains and Contains relationships (for Select by Location or Spatial Join) - one after another. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If two polygons are exactly superimposed then neither completely contains the other. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, your workflow would be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First, use Select by Location with myparcels as target and provparcels as source. All provparcels that are on top or inside myparcels will be selected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next, use Select by Location again but this time change the relationship to Completely Contains. Parcels that have not been changed between the two sets won't be selected. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The difference between the two selection sets is the set of parcels that have been changed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, follow the same steps but this time switching the source and target layer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tested with a few polygon created instantly. If you want me to test with your data you can send me a subset (remove metadata if private data) containing 10-15 parcels from each layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 19:23:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285317#M9812</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2012-09-17T19:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying polygons that share a common boundary</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285318#M9813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;this works a treat! I wasn't aware of the Near tool before, so that is really useful to know.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;James, True that Near returns a distance of zero if two polygon touches but Near also gives a distance of zero if one polygon is completely inside the other without touching. Just take the precaution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 19:36:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/identifying-polygons-that-share-a-common-boundary/m-p/285318#M9813</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2012-09-17T19:36:50Z</dc:date>
    </item>
  </channel>
</rss>

