<?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: Find 3 nearest features in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/find-3-nearest-features/m-p/1006273#M34691</link>
    <description>&lt;P&gt;What about &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/generate-near-table.htm" target="_blank"&gt;Generate Near Table (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;?&amp;nbsp; (Pro or ArcMap)&lt;/P&gt;</description>
    <pubDate>Wed, 02 Dec 2020 18:40:58 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2020-12-02T18:40:58Z</dc:date>
    <item>
      <title>Find 3 nearest features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-3-nearest-features/m-p/1006251#M34687</link>
      <description>&lt;P&gt;Does anybody have a methodology to return the "top 3" closest point features from another point feature class?&lt;/P&gt;&lt;P&gt;I have two point datasets. For each record in one dataset, I want to find the top 3 closest dataset in another.&lt;/P&gt;&lt;P&gt;The "Near Analysis" returns only one closest feature.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 17:59:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-3-nearest-features/m-p/1006251#M34687</guid>
      <dc:creator>NathanEnge</dc:creator>
      <dc:date>2020-12-02T17:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Find 3 nearest features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-3-nearest-features/m-p/1006268#M34690</link>
      <description>&lt;P&gt;You have the point distance tool&amp;nbsp;&lt;A href="https://desktop.arcgis.com/en/arcmap/10.3/tools/analysis-toolbox/point-distance.htm" target="_blank"&gt;Point Distance—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but the results could obviously be quite large.&amp;nbsp; a search radius would reduce this but obviously might not suit most use cases.&lt;/P&gt;&lt;P&gt;When you get the table you could then wrangle it, something like create a cursor and produce a dictionary of all input OIDs as a key, the value being a list of&amp;nbsp; a list - [[distance, OID], [distance, OID], [distance, OID]....].&amp;nbsp; Iterate over the dictionary, sort the values and select the 3 smallest values and grab the OIDs.&lt;/P&gt;&lt;P&gt;This wouldn't be very hard to implement, though I do hope someone has a more trivial way.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 18:30:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-3-nearest-features/m-p/1006268#M34690</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-12-02T18:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Find 3 nearest features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-3-nearest-features/m-p/1006273#M34691</link>
      <description>&lt;P&gt;What about &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/generate-near-table.htm" target="_blank"&gt;Generate Near Table (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;?&amp;nbsp; (Pro or ArcMap)&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 18:40:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-3-nearest-features/m-p/1006273#M34691</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-12-02T18:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Find 3 nearest features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-3-nearest-features/m-p/1006684#M34734</link>
      <description>&lt;P&gt;I know the &lt;A href="https://doc.arcgis.com/en/insights/latest/analyze/find-nearest.htm" target="_self"&gt;Find Nearest tool&lt;/A&gt; in ArcGIS Insights does this rather easily.&amp;nbsp; In the UI, one can limit the search to a certain number of features and/or a distance.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 17:57:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-3-nearest-features/m-p/1006684#M34734</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2020-12-03T17:57:27Z</dc:date>
    </item>
  </channel>
</rss>

