<?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 Finding Contiguous Counties? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/finding-contiguous-counties/m-p/314740#M10996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was given a list of over 200 US Counties ("home counties") that I need to produce a list of contiguous counties to each "home county." &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions how to produce such a list?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2014 02:57:55 GMT</pubDate>
    <dc:creator>MatthewThomas3</dc:creator>
    <dc:date>2014-10-15T02:57:55Z</dc:date>
    <item>
      <title>Finding Contiguous Counties?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-contiguous-counties/m-p/314740#M10996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was given a list of over 200 US Counties ("home counties") that I need to produce a list of contiguous counties to each "home county." &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions how to produce such a list?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 02:57:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-contiguous-counties/m-p/314740#M10996</guid>
      <dc:creator>MatthewThomas3</dc:creator>
      <dc:date>2014-10-15T02:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Contiguous Counties?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-contiguous-counties/m-p/314741#M10997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main tool you're looking for is &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Select_Layer_By_Location/001700000072000000/"&gt;Select Layer By Location&lt;/A&gt;, where overlap_type = (ideally) BOUNDARY_TOUCHES or (more realistically) WITHIN_A_DISTANCE (search_distance = 1m or so).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can cycle through individual geometries using a &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/SearchCursor/018w00000011000000/"&gt;Search &lt;/A&gt;or &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/UpdateCursor/018w00000014000000/"&gt;Update &lt;/A&gt;Cursor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 23:42:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-contiguous-counties/m-p/314741#M10997</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-04-27T23:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Contiguous Counties?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-contiguous-counties/m-p/314742#M10998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest trying the Polygon To Line tool and using the LEFT_FID and RIGHT_FID fields to find your neighborhoods, for example, for the county with FID = 23, you can get a list of neighbors by listing all lines that have LEFT_FID and RIGHT_FID value of 23.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 23:58:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-contiguous-counties/m-p/314742#M10998</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2015-04-28T23:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Contiguous Counties?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-contiguous-counties/m-p/314743#M10999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew, another option is to use the Get Adjacent Polygons from the ET Geowizards add-in (&lt;A href="http://www.ian-ko.com/ET_GeoWizards/UserGuide/et_geowizards_userguide.htm" title="http://www.ian-ko.com/ET_GeoWizards/UserGuide/et_geowizards_userguide.htm"&gt;ET GeoWizards UserGuide&lt;/A&gt; ). The free version limits the number of features you can process at once, but you could always do them in batches, There are a ton of other useful functions of this add-in, so it's worth getting regardless.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 03:06:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-contiguous-counties/m-p/314743#M10999</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-04-29T03:06:56Z</dc:date>
    </item>
  </channel>
</rss>

