<?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: Least cost path issues in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/least-cost-path-issues/m-p/758455#M42614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Adversus&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which version are you on? I've done LCP with 9.3.1 using points as start and stop, and cost surface with 5 meter resolution. I don't recall getting this error (but I will check next week if it actually didnt happen).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jun 2010 07:33:51 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2010-06-18T07:33:51Z</dc:date>
    <item>
      <title>Least cost path issues</title>
      <link>https://community.esri.com/t5/data-management-questions/least-cost-path-issues/m-p/758453#M42612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm attempting to create a least cost path for two points, a source point and a destination point. I am using the "costdistance" and "costpath" functions in Spatial Analyst.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything appears to run fine, but when I look at the results, something seems amiss. The main problem is that the actual "path" does not link the source and destination point (please see 'test_path.jpg'). As you will see, the actual path starts two cells from the source point and ends one cell before the destination point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue with the starting point being two cells away from the actual start of the path may have something to do with the "cost" grid created using the "costdistance" function. If you look at the second jpeg ("test_costdist.jpg") you will see that the cost grid shows that the zero cost pixel, which I would expect to align with the source point, is actually shifted by one pixel. This seems quite odd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone please have any thoughts/comments on this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sean Parks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 16:29:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/least-cost-path-issues/m-p/758453#M42612</guid>
      <dc:creator>SeanParks</dc:creator>
      <dc:date>2010-06-16T16:29:22Z</dc:date>
    </item>
    <item>
      <title>SOLUTION: Least cost path issues</title>
      <link>https://community.esri.com/t5/data-management-questions/least-cost-path-issues/m-p/758454#M42613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I solved the problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't use point features as your source or destination locations within the LCP framework.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once I converted source and destination points to grids, the LCP worked as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This may be a bug of some sort ... pretty weak.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sean&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 22:20:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/least-cost-path-issues/m-p/758454#M42613</guid>
      <dc:creator>SeanParks</dc:creator>
      <dc:date>2010-06-17T22:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Least cost path issues</title>
      <link>https://community.esri.com/t5/data-management-questions/least-cost-path-issues/m-p/758455#M42614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Adversus&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which version are you on? I've done LCP with 9.3.1 using points as start and stop, and cost surface with 5 meter resolution. I don't recall getting this error (but I will check next week if it actually didnt happen).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 07:33:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/least-cost-path-issues/m-p/758455#M42614</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-06-18T07:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Least cost path issues</title>
      <link>https://community.esri.com/t5/data-management-questions/least-cost-path-issues/m-p/758456#M42615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm finding this problem as well, and I'm using ArcGIS10&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was trying to convert the points to raster using Point To Raster as a workaround, but it doesn't seem to be a suitable solution. I have only one point per shapefile (one FROM and one TO), and when I try to convert each of them ot a raster I obtained empty datasets that, for some reason, cannot calculate histograms (without any error message). Am I using the right tool (Point to Raster)? Is there any other way to workaround this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reason, these appartently empty rasters are able to generate a Distance and Backlink rasters, but fail on calculating Cost Path (010414 : Error in creating a Raster from a geodataset.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you and best regards for any help you may be able to provide.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 09:46:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/least-cost-path-issues/m-p/758456#M42615</guid>
      <dc:creator>PabloVega</dc:creator>
      <dc:date>2012-04-19T09:46:12Z</dc:date>
    </item>
  </channel>
</rss>

