<?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: Calculating the distance between multiple points in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/calculating-the-distance-between-multiple-points/m-p/414651#M18420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want road distance, then you would require the network analyst extension.&lt;/P&gt;&lt;P&gt;500,000 x 30 would probably cause issues, you would be better off clustering your destinations into groups , there is little point having a separate route for all houses on a city block, for instance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Apr 2020 09:42:37 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2020-04-12T09:42:37Z</dc:date>
    <item>
      <title>Calculating the distance between multiple points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculating-the-distance-between-multiple-points/m-p/414650#M18419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a point shapefile feature class which has over 500,000 points (locations of houses) and another point shapefile feature class which has about 30 points (locations of shops). Is it possible to be able to calculate the distance between each house and the closest shop? Ideally i would quite like a file which then contains all the distances between the house and the nearest shop which can then be shown as a histogram so i can analyse the distribution of distances from each house to the nearest shop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an easy way to do this or is there too many points for this to be possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Katy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Apr 2020 09:26:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculating-the-distance-between-multiple-points/m-p/414650#M18419</guid>
      <dc:creator>660005678Student_Number</dc:creator>
      <dc:date>2020-04-12T09:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating the distance between multiple points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculating-the-distance-between-multiple-points/m-p/414651#M18420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want road distance, then you would require the network analyst extension.&lt;/P&gt;&lt;P&gt;500,000 x 30 would probably cause issues, you would be better off clustering your destinations into groups , there is little point having a separate route for all houses on a city block, for instance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Apr 2020 09:42:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculating-the-distance-between-multiple-points/m-p/414651#M18420</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-04-12T09:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating the distance between multiple points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculating-the-distance-between-multiple-points/m-p/414652#M18421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for getting back to me!&lt;/P&gt;&lt;P&gt;I have attempted clustering, particularly trying to use the&amp;nbsp;patially Constrained Multivariate Clustering, but that didnt work as all i have is the location of the point with no other information and i couldnt get it to cluster on location basis. I also tried density based clustering and that didnt work either? Do you by any chance have any other suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much&lt;/P&gt;&lt;P&gt;Katy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2020 13:09:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculating-the-distance-between-multiple-points/m-p/414652#M18421</guid>
      <dc:creator>660005678Student_Number</dc:creator>
      <dc:date>2020-04-13T13:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating the distance between multiple points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculating-the-distance-between-multiple-points/m-p/414653#M18422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a picture would help.&lt;/P&gt;&lt;P&gt;still the question of road distance vs straight-line&amp;nbsp;&lt;/P&gt;&lt;P&gt;are the coordinates in meters?, feet? or degrees?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;an example of what could be done for straight-line&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/cartography/aggregate-points.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/cartography/aggregate-points.htm"&gt;Aggregate Points—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;UL&gt;&lt;LI&gt;use some distance threshold to group the points&lt;/LI&gt;&lt;LI&gt;get the polygon clusters&lt;/LI&gt;&lt;LI&gt;take the centroid of the clusters&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You will have grouped the points into areas, from which you will use the centroid of the polygon to represent a 'location' for further analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;One of several, using existing tools,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2020 15:38:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculating-the-distance-between-multiple-points/m-p/414653#M18422</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-04-13T15:38:25Z</dc:date>
    </item>
  </channel>
</rss>

