<?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: Select by location, but only return a certain number of points - is that possible? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/select-by-location-but-only-return-a-certain/m-p/1066790#M25586</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/95280"&gt;@JayantaPoddar&lt;/a&gt;&amp;nbsp;... True... but that will result in that ridiculously sized table I was referring to,&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jun 2021 08:55:15 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2021-06-10T08:55:15Z</dc:date>
    <item>
      <title>Select by location, but only return a certain number of points - is that possible?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/select-by-location-but-only-return-a-certain/m-p/1066629#M25582</link>
      <description>&lt;P&gt;I have a list of points (addresses with lat/long), let's call that the Target List. I have another list of points (more addresses with lat/long) - let's call that the Master List.&lt;BR /&gt;&lt;BR /&gt;How can I find the closest [enter a number] of points from the Master List that are closest to the Target List? So - not &lt;EM&gt;every&lt;/EM&gt; point in a radius, only the closest 100, or 500 or 1,000 points?&lt;/P&gt;&lt;P&gt;Hopefully the result would be a table with Location 1, then 100 matches, then location 2 and 100 matches, etc.&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 20:42:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/select-by-location-but-only-return-a-certain/m-p/1066629#M25582</guid>
      <dc:creator>NonieCastro1</dc:creator>
      <dc:date>2021-06-09T20:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Select by location, but only return a certain number of points - is that possible?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/select-by-location-but-only-return-a-certain/m-p/1066736#M25583</link>
      <description>&lt;P&gt;not unless you want to iterate the distance for each source location until you get your threshold count for the target layer&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/select-layer-by-location.htm" target="_blank"&gt;Select Layer By Location (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;even near as table needs a distance and not a count and you would end up with a ridiculously large table for your sample "closest" numbers.&lt;/P&gt;&lt;P&gt;That would leave the iterative coding sorted by distance&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 03:09:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/select-by-location-but-only-return-a-certain/m-p/1066736#M25583</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-06-10T03:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select by location, but only return a certain number of points - is that possible?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/select-by-location-but-only-return-a-certain/m-p/1066773#M25584</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/generate-near-table.htm" target="_self"&gt;Generate Near Table&lt;/A&gt;&lt;/STRONG&gt; should work for you.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Uncheck&lt;/STRONG&gt; "Find only closest feature" in order to specify a limit to "Maximum number of closest matches".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_0-1623312167790.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/15599i9F8387D38E7F11BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_0-1623312167790.png" alt="JayantaPoddar_0-1623312167790.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 08:03:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/select-by-location-but-only-return-a-certain/m-p/1066773#M25584</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-06-10T08:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select by location, but only return a certain number of points - is that possible?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/select-by-location-but-only-return-a-certain/m-p/1066790#M25586</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/95280"&gt;@JayantaPoddar&lt;/a&gt;&amp;nbsp;... True... but that will result in that ridiculously sized table I was referring to,&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 08:55:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/select-by-location-but-only-return-a-certain/m-p/1066790#M25586</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-06-10T08:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Select by location, but only return a certain number of points - is that possible?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/select-by-location-but-only-return-a-certain/m-p/1066801#M25588</link>
      <description>&lt;P&gt;You could be right. I have just laid out the feasibility of the process, rather than focusing on the size of the output table. I have left that decision at the discretion of the user.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 09:21:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/select-by-location-but-only-return-a-certain/m-p/1066801#M25588</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-06-10T09:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Select by location, but only return a certain number of points - is that possible?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/select-by-location-but-only-return-a-certain/m-p/1066820#M25590</link>
      <description>&lt;P&gt;THANK YOU! Thank you so much - I tried it this morning, this seems to be just what I needed. I mean, yes - the table is enormous, but it we can work with that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 10:53:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/select-by-location-but-only-return-a-certain/m-p/1066820#M25590</guid>
      <dc:creator>NonieCastro1</dc:creator>
      <dc:date>2021-06-10T10:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Select by location, but only return a certain number of points - is that possible?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/select-by-location-but-only-return-a-certain/m-p/1067031#M25592</link>
      <description>&lt;P&gt;Thank you again! I tried another, larger list of points, and just to be 100% certain, double checked the resulting table against the map - worked like a charm! What a relief, I was so stumped. You've been an enormous help.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 18:46:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/select-by-location-but-only-return-a-certain/m-p/1067031#M25592</guid>
      <dc:creator>NonieCastro1</dc:creator>
      <dc:date>2021-06-10T18:46:21Z</dc:date>
    </item>
  </channel>
</rss>

