<?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: Average distance from input polygons to multiple points in Esri Tutorials Questions</title>
    <link>https://community.esri.com/t5/esri-tutorials-questions/average-distance-from-input-polygons-to-multiple/m-p/751099#M312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with Near As Table you can specify multiple n-closest by setting 'closest' to All and giving a number to 'closest_count'&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/generate-near-table.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/generate-near-table.htm"&gt;Generate Near Table—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;assuming that is what you want. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Mar 2019 11:23:37 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2019-03-07T11:23:37Z</dc:date>
    <item>
      <title>Average distance from input polygons to multiple points</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/average-distance-from-input-polygons-to-multiple/m-p/751096#M309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with a polygon file and want to get an average distance value to multiple points for each polygon. Conceptually I have tried multiple things to tackle this problem, such as the Multiple Ring Buffer tool, the Point and Kernel Density tools, and the Near and Generate Near Table tools. None of these approaches gave the appropriate result. The Generate Near Table tool supposedly would be able to take into account multiple distances if the Find only closest feature (optional) is unchecked. Though still only one distance per polygon was generated in the table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/438925_pastedImage_2.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/438924_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Near tool would give suboptimal results if it was working properly, though with this tool I have some issues as well. As you can see in the screendump below some polygons that are positively more isolated have receive lower distance values than polygons that are closer to the points:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/438926_pastedImage_3.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;Do any of you know what I am doing wrong with both Near tools or do you know a better way to tackle this problem?&lt;BR /&gt;&lt;BR /&gt;Greetings Rens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 10:54:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/average-distance-from-input-polygons-to-multiple/m-p/751096#M309</guid>
      <dc:creator>Rens_Vermeltfoort</dc:creator>
      <dc:date>2019-03-07T10:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Average distance from input polygons to multiple points</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/average-distance-from-input-polygons-to-multiple/m-p/751097#M310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From your table, what is the association between the points and the polygons and the colors in the map? maybe a few labels for both especially since you have 484 records and the table only shows 27 records&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 11:09:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/average-distance-from-input-polygons-to-multiple/m-p/751097#M310</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-03-07T11:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Average distance from input polygons to multiple points</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/average-distance-from-input-polygons-to-multiple/m-p/751098#M311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are 484 original polygons and 25 points, you can scroll down the table untill the 484th record and only get one distance (NEAR_DIST) and thus only get one distance for each original polygon (which is the same which was generated with the Near tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 11:14:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/average-distance-from-input-polygons-to-multiple/m-p/751098#M311</guid>
      <dc:creator>Rens_Vermeltfoort</dc:creator>
      <dc:date>2019-03-07T11:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Average distance from input polygons to multiple points</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/average-distance-from-input-polygons-to-multiple/m-p/751099#M312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with Near As Table you can specify multiple n-closest by setting 'closest' to All and giving a number to 'closest_count'&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/generate-near-table.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/generate-near-table.htm"&gt;Generate Near Table—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;assuming that is what you want. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 11:23:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/average-distance-from-input-polygons-to-multiple/m-p/751099#M312</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-03-07T11:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Average distance from input polygons to multiple points</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/average-distance-from-input-polygons-to-multiple/m-p/751100#M313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved it by splitting my input point feature class in seperate point feature class files, which were than all added as the near input files. A bit cumbersome, bit it worked &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;. Thank you all for your input!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 14:33:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/average-distance-from-input-polygons-to-multiple/m-p/751100#M313</guid>
      <dc:creator>Rens_Vermeltfoort</dc:creator>
      <dc:date>2019-03-07T14:33:00Z</dc:date>
    </item>
  </channel>
</rss>

