<?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 Least Cost Path (Spatial Analyst) - Raster Line output to shapefile in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/least-cost-path-spatial-analyst-raster-line-output/m-p/298742#M10327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been using cost distance and least cost path to give me the optimal route between 2 points.&amp;nbsp; The output of this is a raster line.&amp;nbsp; I have converted this raster line to a vector polyline however I am encountering some difficulty. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) The shapefile is rather jagged and not a smooth line - is this a function of my raster cost surface?&amp;nbsp; Anyone know a way for me to smooth out the line based on some level of tolerance for jaggedness?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I have been unable to find a way to add the "cost" of that raster line to the vector polyline as an attribute.&amp;nbsp; I guess this comes down to taking a raster value and attributing it to a vector field (?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has any ideas on how I might accomplish these two problems, please let me know.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 May 2013 21:20:20 GMT</pubDate>
    <dc:creator>ShinoRah</dc:creator>
    <dc:date>2013-05-28T21:20:20Z</dc:date>
    <item>
      <title>Least Cost Path (Spatial Analyst) - Raster Line output to shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/least-cost-path-spatial-analyst-raster-line-output/m-p/298742#M10327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been using cost distance and least cost path to give me the optimal route between 2 points.&amp;nbsp; The output of this is a raster line.&amp;nbsp; I have converted this raster line to a vector polyline however I am encountering some difficulty. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) The shapefile is rather jagged and not a smooth line - is this a function of my raster cost surface?&amp;nbsp; Anyone know a way for me to smooth out the line based on some level of tolerance for jaggedness?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I have been unable to find a way to add the "cost" of that raster line to the vector polyline as an attribute.&amp;nbsp; I guess this comes down to taking a raster value and attributing it to a vector field (?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has any ideas on how I might accomplish these two problems, please let me know.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 21:20:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/least-cost-path-spatial-analyst-raster-line-output/m-p/298742#M10327</guid>
      <dc:creator>ShinoRah</dc:creator>
      <dc:date>2013-05-28T21:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Least Cost Path (Spatial Analyst) - Raster Line output to shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/least-cost-path-spatial-analyst-raster-line-output/m-p/298743#M10328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//007000000012000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//007000000012000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 - Yes, you are getting that jagged line because of it being derived from a raster. Perhaps you could use something like that to smooth the result? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2 - Not sure how you'd go about doing this. Offhand, I can't remember what the VAT looks like for the least cost path raster.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 20:31:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/least-cost-path-spatial-analyst-raster-line-output/m-p/298743#M10328</guid>
      <dc:creator>JennB</dc:creator>
      <dc:date>2013-05-29T20:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Least Cost Path (Spatial Analyst) - Raster Line output to shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/least-cost-path-spatial-analyst-raster-line-output/m-p/298744#M10329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;#1: You might find this thread interesting (same Jenn B?): &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/44464-Problems-with-cost-path-analysis-not-shortest-distance"&gt;http://forums.arcgis.com/threads/44464-Problems-with-cost-path-analysis-not-shortest-distance&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2: You should be able to to run stats on your paths using the ZonalStatistics or ZonalStatisticsAsTable tools. Your path would be the zone, and you could calculate MAX or MEAN cost values (or some other stat) from your cost surface.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 16:32:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/least-cost-path-spatial-analyst-raster-line-output/m-p/298744#M10329</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2013-05-30T16:32:08Z</dc:date>
    </item>
  </channel>
</rss>

