<?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: Calculate distance between points in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-between-points/m-p/1709073#M27755</link>
    <description>&lt;P&gt;Did you look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.esri.com/en/arcgis-pro/latest/tool-reference/analysis/near.html?tabs=dialog" target="_blank"&gt;Near (Analysis Tools) | ArcGIS Pro documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;the same featureclass can be used for "within features" distance measures.&lt;/P&gt;&lt;P&gt;I would start with that&lt;/P&gt;</description>
    <pubDate>Sun, 21 Jun 2026 20:14:57 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2026-06-21T20:14:57Z</dc:date>
    <item>
      <title>Calculate distance between points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-between-points/m-p/1709072#M27754</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Within Pro desktop, I'd like to calculate the distance between points. The points are in the same feature class and would want to limit distance to neighboring points within, say, 40 meters. There's a total of about 200 points.&lt;/P&gt;&lt;P&gt;To make it even more fun, generating a line labeled with the distance between each neighboring point would be great.&lt;/P&gt;&lt;P&gt;I'm looking at a recent destructive wildfire and wanting to better visualize the effects of radiative heat on igniting nearby structures vs. embers vs. vegetation height profile from lidar.&lt;/P&gt;&lt;P&gt;Just FYI, I've included a map of the area. Yellow crosses are homes destroyed, green squares survived. At the moment, the strongest correlation is total canopy cover though I'm also going to look at veg in the 1 - 4 meter (ladder fuels) profile as possibly the difference in areas where there's mixed destruction/survival of structures.&lt;/P&gt;&lt;P&gt;I'm pretty useless at writing expressions so any help is really appreciated!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2026 19:50:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-between-points/m-p/1709072#M27754</guid>
      <dc:creator>GeorgeDurkee1</dc:creator>
      <dc:date>2026-06-21T19:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate distance between points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-between-points/m-p/1709073#M27755</link>
      <description>&lt;P&gt;Did you look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.esri.com/en/arcgis-pro/latest/tool-reference/analysis/near.html?tabs=dialog" target="_blank"&gt;Near (Analysis Tools) | ArcGIS Pro documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;the same featureclass can be used for "within features" distance measures.&lt;/P&gt;&lt;P&gt;I would start with that&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2026 20:14:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-between-points/m-p/1709073#M27755</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2026-06-21T20:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate distance between points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-between-points/m-p/1709149#M27756</link>
      <description>&lt;P&gt;Near would be my first thought too.&lt;/P&gt;&lt;P&gt;You could also make a copy of the feature class and build a model in ModelBuilder with the Iterate Feature Selection iterator (&lt;A href="https://doc.esri.com/en/arcgis-pro/latest/tool-reference/modelbuilder-toolbox/iterate-feature-selection.html?tabs=dialog)" target="_blank"&gt;https://doc.esri.com/en/arcgis-pro/latest/tool-reference/modelbuilder-toolbox/iterate-feature-selection.html?tabs=dialog)&lt;/A&gt;&amp;nbsp;to go through each point, select by location the points in the other layer within some distance, calculate some summary stats, maybe run the Points to Line tool (&lt;A href="https://doc.esri.com/en/arcgis-pro/latest/tool-reference/data-management/points-to-line.html?tabs=dialog)" target="_blank"&gt;https://doc.esri.com/en/arcgis-pro/latest/tool-reference/data-management/points-to-line.html?tabs=dialog)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2026 16:34:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-between-points/m-p/1709149#M27756</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2026-06-22T16:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate distance between points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-between-points/m-p/1709219#M27757</link>
      <description>&lt;P&gt;Dan: Hi. Mucho thanks. I just tried one run and it does much of what I want to do. I'll fiddle around with the tool some more but, with labels and setting a diameter, it'll show me useful information.&lt;/P&gt;&lt;P&gt;Again, thanks!&lt;/P&gt;&lt;P&gt;George&lt;BR /&gt;(also sort of retired... but I can't help myself!)&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 04:05:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-between-points/m-p/1709219#M27757</guid>
      <dc:creator>GeorgeDurkee1</dc:creator>
      <dc:date>2026-06-23T04:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate distance between points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-between-points/m-p/1709220#M27758</link>
      <description>&lt;P&gt;Bob:&lt;/P&gt;&lt;P&gt;And thanks to you too! I've not yet tried it but it makes sense as an approach. I'll see what I can do... .&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 04:07:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-between-points/m-p/1709220#M27758</guid>
      <dc:creator>GeorgeDurkee1</dc:creator>
      <dc:date>2026-06-23T04:07:47Z</dc:date>
    </item>
  </channel>
</rss>

