<?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 Select by location question in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/select-by-location-question/m-p/75890#M2654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two layers grocery_stores (points) and neighbourhoods (polygons). I would like to select those neighbourhoods which have at least three grocery_stores. I am looking at the options in "select by location" in the selection drop down menu but nothing meets the requirement. Any suggestions on how to accomplish this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NK&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2012 11:37:55 GMT</pubDate>
    <dc:creator>NibiKhan</dc:creator>
    <dc:date>2012-04-18T11:37:55Z</dc:date>
    <item>
      <title>Select by location question</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/select-by-location-question/m-p/75890#M2654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two layers grocery_stores (points) and neighbourhoods (polygons). I would like to select those neighbourhoods which have at least three grocery_stores. I am looking at the options in "select by location" in the selection drop down menu but nothing meets the requirement. Any suggestions on how to accomplish this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NK&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 11:37:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/select-by-location-question/m-p/75890#M2654</guid>
      <dc:creator>NibiKhan</dc:creator>
      <dc:date>2012-04-18T11:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select by location question</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/select-by-location-question/m-p/75891#M2655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;NK,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There may be a pythonic way of achieving this if you're at all comfortable with it - but I think this might help you out:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/30779"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/30779&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't done this myself but it looks as though it'll calculate the number of points within a polygon and then store it as an attribute in a layer - from there you could do a select by attribute where the value is &amp;gt;= 3&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 13:24:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/select-by-location-question/m-p/75891#M2655</guid>
      <dc:creator>RyanForbes1</dc:creator>
      <dc:date>2012-04-18T13:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select by location question</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/select-by-location-question/m-p/75892#M2656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00080000000q000000" rel="nofollow" target="_blank"&gt;Spatial Join&lt;/A&gt;&lt;SPAN&gt; to determine how many points are within each polygon.&amp;nbsp; The output polygon feature class will have two new fields added (Join_Count and TARGET_FID). Join_Count indicates how many join features match each target feature (TARGET_FID).&amp;nbsp; Then you can select by attribute those that have 3 or more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//005s0000002n000000" rel="nofollow" target="_blank"&gt;About joining and relating tables&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also right click the polygon layer in ArcMap &amp;gt; Joins and Relates &amp;gt; Join.&amp;nbsp; Select the option to Join Data From Another Layer Based Upon Spatial Location.&amp;nbsp; Then choose the points layer to join to.&amp;nbsp; The output feature class will contain a count field for each polygon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 13:26:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/select-by-location-question/m-p/75892#M2656</guid>
      <dc:creator>TimothyHales</dc:creator>
      <dc:date>2012-04-18T13:26:50Z</dc:date>
    </item>
  </channel>
</rss>

