<?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: selecting polygon and nearest neighbor for output in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/selecting-polygon-and-nearest-neighbor-for-output/m-p/169968#M5696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select by Location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the feature polygon first and then choose "Select by Location..." from the Selection menu at the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dialog box should be pretty self-explanatory except that you want to choose "touch the boundary of the source layer feature" in the drop down for the Spatial Selection Method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course this will depend on your geometry being good to get the correct results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2014 16:47:40 GMT</pubDate>
    <dc:creator>DavidJenkins</dc:creator>
    <dc:date>2014-07-21T16:47:40Z</dc:date>
    <item>
      <title>selecting polygon and nearest neighbor for output</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/selecting-polygon-and-nearest-neighbor-for-output/m-p/169967#M5695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm attempting to build a model....One of my steps is select a polygon by an attribute name (parcel&amp;nbsp; #) and select its neighbors by common border and export it to a shape file.&amp;nbsp; Which tool would I use to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.1 / Basic license &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 16:30:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/selecting-polygon-and-nearest-neighbor-for-output/m-p/169967#M5695</guid>
      <dc:creator>DanielErklauer</dc:creator>
      <dc:date>2014-07-21T16:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: selecting polygon and nearest neighbor for output</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/selecting-polygon-and-nearest-neighbor-for-output/m-p/169968#M5696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select by Location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the feature polygon first and then choose "Select by Location..." from the Selection menu at the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dialog box should be pretty self-explanatory except that you want to choose "touch the boundary of the source layer feature" in the drop down for the Spatial Selection Method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course this will depend on your geometry being good to get the correct results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 16:47:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/selecting-polygon-and-nearest-neighbor-for-output/m-p/169968#M5696</guid>
      <dc:creator>DavidJenkins</dc:creator>
      <dc:date>2014-07-21T16:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: selecting polygon and nearest neighbor for output</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/selecting-polygon-and-nearest-neighbor-for-output/m-p/169969#M5697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks David but where is the initial parcel selected for the select by location command to work....Right now I am querying the polygon layer "parcel" for each neighboring lot and exporting it to a shape.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 17:09:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/selecting-polygon-and-nearest-neighbor-for-output/m-p/169969#M5697</guid>
      <dc:creator>DanielErklauer</dc:creator>
      <dc:date>2014-07-21T17:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: selecting polygon and nearest neighbor for output</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/selecting-polygon-and-nearest-neighbor-for-output/m-p/169970#M5698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, you're actually physically selecting the single parcel and executing the Select By Location on the same layer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Select one single polygon in your parcels layer&lt;/LI&gt;&lt;LI&gt;Open the dialog for Select by Location&lt;/LI&gt;&lt;LI&gt;Set both of these to your parcels layer:&amp;nbsp; Target layer(s): &amp;amp; Source layer:&lt;/LI&gt;&lt;LI&gt;Make sure the Use selected features option is checked (true)&lt;/LI&gt;&lt;LI&gt;Set the method to:&amp;nbsp; touch the boundary of the source layer feature&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I hope this makes sense.&amp;nbsp; If you still have trouble, a little trick I learned a long time ago was to try the operation in a brand new (empty) mxd.&amp;nbsp; Just add the single parcels layer and most of the default values will set for you.&amp;nbsp; Once you understand what is going on, just repeat the same process in your regular mxd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 19:19:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/selecting-polygon-and-nearest-neighbor-for-output/m-p/169970#M5698</guid>
      <dc:creator>DavidJenkins</dc:creator>
      <dc:date>2014-07-21T19:19:20Z</dc:date>
    </item>
  </channel>
</rss>

