<?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 determine if two sets of polygons are adjacent to each other? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-determine-if-two-sets-of-polygons-are/m-p/1376850#M78192</link>
    <description>&lt;P&gt;If you want to know all the neighbors for all your polygons, then look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/how-polygonneighbors-analysis-works.htm" target="_blank"&gt;How Polygon Neighbors Works—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you can probably ignore the geometry output stuff since you don't need it.&lt;/P&gt;&lt;P&gt;Alternatives are spatial joins, near as table (using the same file for both inputs)&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/generate-near-table.htm" target="_blank"&gt;Generate Near Table (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It really depends on what you actually need... assuming that it isn't as simple as finding those two Tract ID s in the table and selecting them and looking at it in the map to see if they are adjacent&lt;/P&gt;</description>
    <pubDate>Thu, 01 Feb 2024 01:29:07 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2024-02-01T01:29:07Z</dc:date>
    <item>
      <title>How to determine if two sets of polygons are adjacent to each other?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-determine-if-two-sets-of-polygons-are/m-p/1376810#M78183</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a geodatabase table containing subject ID, Census Tract ID 1, and Census Tract ID 2. How can I know if the two census tracts are adjacent or not?&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;subject ID | Tract ID 1 | Tract ID 2&lt;/P&gt;&lt;P&gt;1001 |&amp;nbsp;&lt;SPAN&gt;48201223100 |&amp;nbsp;48201250100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do I find out if&amp;nbsp;48201223100 and 48201250100 are adjacent or not?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 22:47:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-determine-if-two-sets-of-polygons-are/m-p/1376810#M78183</guid>
      <dc:creator>tutu</dc:creator>
      <dc:date>2024-01-31T22:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if two sets of polygons are adjacent to each other?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-determine-if-two-sets-of-polygons-are/m-p/1376850#M78192</link>
      <description>&lt;P&gt;If you want to know all the neighbors for all your polygons, then look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/how-polygonneighbors-analysis-works.htm" target="_blank"&gt;How Polygon Neighbors Works—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you can probably ignore the geometry output stuff since you don't need it.&lt;/P&gt;&lt;P&gt;Alternatives are spatial joins, near as table (using the same file for both inputs)&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/generate-near-table.htm" target="_blank"&gt;Generate Near Table (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It really depends on what you actually need... assuming that it isn't as simple as finding those two Tract ID s in the table and selecting them and looking at it in the map to see if they are adjacent&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 01:29:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-determine-if-two-sets-of-polygons-are/m-p/1376850#M78192</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-01T01:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if two sets of polygons are adjacent to each other?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-determine-if-two-sets-of-polygons-are/m-p/1376866#M78193</link>
      <description>&lt;P&gt;Thank you for your reply!&lt;/P&gt;&lt;P&gt;The table has over 800 records and I need to figure out if the census tracts are adjacent for each subject. It will take a lot of time and energy to go through them manually so I wonder if there is another way.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 02:35:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-determine-if-two-sets-of-polygons-are/m-p/1376866#M78193</guid>
      <dc:creator>tutu</dc:creator>
      <dc:date>2024-02-01T02:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if two sets of polygons are adjacent to each other?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-determine-if-two-sets-of-polygons-are/m-p/1376871#M78197</link>
      <description>&lt;P&gt;Yes... the links I sent you are options.&amp;nbsp; Have a look at them and decide what is appropriate for your situation.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 03:23:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-determine-if-two-sets-of-polygons-are/m-p/1376871#M78197</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-01T03:23:22Z</dc:date>
    </item>
  </channel>
</rss>

