<?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: Measure distance between points across polygon. Least Cost Path? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66614#M2782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erich:&lt;/P&gt;&lt;P&gt;For the "source" parameter of Euclidean Distance, you need to specify the "EndPoint" feature class and for the "input_raster_or_feature_destination_data" parameter fo Cost Path As Polyline, you need to specify the "StartingPoint" feature class. One polyline feature will then be emitted into the output feature class for each DATA cell in the StartingPoint feature class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, once you get the process debugged and working ok, you might want to increase the resolution (decrease the cell size) of the process.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-jt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jan 2020 20:19:20 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-01-30T20:19:20Z</dc:date>
    <item>
      <title>Measure distance between points across polygon. Least Cost Path?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66607#M2775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I measure distance around an object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my situation. I am trying to measure distance between points across an area of water. The water area is broken by swamps, islands, and other pieces of land. I cannot measure Euclidean (straight line) distance between points because I need to take land into account in this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do something like I've illustrated below. I have drawn a line between two points across the water, moving through islands. The screen shot is just an example but you get the idea.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image" height="696" src="https://community.esri.com/legacyfs/online/479018_awyPz.png" width="600" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a feature class containing the points and a feature class of the water area.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Least-Cost path solutions seem like they might be a solution. Two problems with this are... a lot of examples rely on a DEM, which I don't have because sea level elevation is 0. I've tried converting my water polygon to a raster object and using this as my surface raster, but have not gotten the desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I don't understand the least-cost path tool in ArcGIS Pro&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-2 jive-image" height="225" src="https://community.esri.com/legacyfs/online/479019_Capture.JPG" width="290" /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/cost-path.htm"&gt;I've read the docs&lt;/A&gt;&amp;nbsp;for this tool. A couple things I fundamentally don't understand are...&lt;/P&gt;&lt;P&gt;-There is an input field for the destination data, but how about the starting point?&amp;nbsp; How does this know what to measure between?&amp;nbsp; (I have many points)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-What is the input cost backlink raster?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, the cost path tool may not be what I need after all. Can anyone offer input?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 19:44:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66607#M2775</guid>
      <dc:creator>ErichPurpur1</dc:creator>
      <dc:date>2020-01-22T19:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Measure distance between points across polygon. Least Cost Path?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66608#M2776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/304660"&gt;Erich Purpur&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The cost path is normally one of the last tools you use in a sequence of tool to get the result. You will have to use the Cost Distance tool (that uses the origin) to generate the cost distance raster and back link raster which are needed in the cost path tool.&amp;nbsp; In ArcGIS Pro 2.5 (to be released February 3rd) there will be better and enhanced tools to do this more easily.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/understanding-cost-distance-analysis.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/understanding-cost-distance-analysis.htm"&gt;Understanding cost distance analysis—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 20:19:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66608#M2776</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-01-22T20:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Measure distance between points across polygon. Least Cost Path?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66609#M2777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A quick and effective solution would be to create a network as a tesselation of lines inside your area of interest. You then plan arise these lines, this splits the lines where they meet. You then create a simple network from the lines. You can either erase the lines on the land then build the network, or use a land polygon as a barrier or cost. Then use network analyst to do the route solving.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 20:46:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66609#M2777</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-01-22T20:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Measure distance between points across polygon. Least Cost Path?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66610#M2778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;P&gt;at 10.7.1 and 2.4, you can use enhancements to the euclidean distance tools to accomplish this. &lt;A href="https://www.esri.com/arcgis-blog/products/spatial-analyst/analytics/doing-more-with-euclidean-distance-barriers-and-paths/"&gt;Please see this blog&lt;/A&gt; post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;James Tenbrink&lt;/P&gt;&lt;P&gt;spatial analyst team&lt;/P&gt;&lt;P&gt;esri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 21:06:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66610#M2778</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-01-22T21:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Measure distance between points across polygon. Least Cost Path?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66611#M2779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the link to the blog post &lt;A href="https://community.esri.com/migrated-users/47352"&gt;Jim Tenbrink&lt;/A&gt;‌. This looks like exactly what I want to do. However, it appears I do not have the same Euclidean Distance tool as you do in the article.&amp;nbsp; Also, I have verified that I am using ArcGIS Pro 2.4 (also have 10.7 available).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your Euclidean Distance tool looks like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image" height="142" src="https://community.esri.com/legacyfs/online/479053_Capture1.JPG" width="100" /&gt;&lt;/P&gt;&lt;P&gt;While mine looks like this (I'm searching for it as I would any other geoprocessing tool):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-2 jive-image" height="182" src="https://community.esri.com/legacyfs/online/479057_Capture3.JPG" width="208" /&gt;&lt;IMG alt="" class="image-3 jive-emoji jive-image" height="183" src="https://community.esri.com/legacyfs/online/479058_Capture2.JPG" width="250" /&gt;&lt;/P&gt;&lt;P&gt;As you can see I do not have fields for 'input raster or feature barrier data', 'out back direction raster', and so on.&lt;/P&gt;&lt;P&gt;Am I missing something really obvious here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2020 15:22:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66611#M2779</guid>
      <dc:creator>ErichPurpur1</dc:creator>
      <dc:date>2020-01-23T15:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Measure distance between points across polygon. Least Cost Path?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66612#M2780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erich:&lt;/P&gt;&lt;P&gt;I've installed 2.4 and verified the new parameters are there. On your machine's install of Pro, under Project Tab`About, please double check the version of pro you're at:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/478993_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-jt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2020 16:57:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66612#M2780</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-01-23T16:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Measure distance between points across polygon. Least Cost Path?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66613#M2781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A href="https://community.esri.com/migrated-users/47352"&gt;Jim Tenbrink&lt;/A&gt;‌ I was at version 2.4.0 but upgraded to 2.4.3 and it works now. The process works, except I am getting a polyline result for just one 'starting point'. I have multiple start points and one destination. After reading the documentation for the cost path as polyline tool, it is unclear to me if the output can be more than one line. It is a polyline object so multiple lines as output should be possible...&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example screenshot of my output polyline and parameters for the cost path as polyline tool. As you can see I just have the one polyline as a result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/479947_3.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2020 19:59:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66613#M2781</guid>
      <dc:creator>ErichPurpur1</dc:creator>
      <dc:date>2020-01-30T19:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Measure distance between points across polygon. Least Cost Path?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66614#M2782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erich:&lt;/P&gt;&lt;P&gt;For the "source" parameter of Euclidean Distance, you need to specify the "EndPoint" feature class and for the "input_raster_or_feature_destination_data" parameter fo Cost Path As Polyline, you need to specify the "StartingPoint" feature class. One polyline feature will then be emitted into the output feature class for each DATA cell in the StartingPoint feature class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, once you get the process debugged and working ok, you might want to increase the resolution (decrease the cell size) of the process.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-jt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2020 20:19:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/measure-distance-between-points-across-polygon/m-p/66614#M2782</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-01-30T20:19:20Z</dc:date>
    </item>
  </channel>
</rss>

