<?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: Including rivers into Least Cost Path in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/including-rivers-into-least-cost-path/m-p/228883#M3220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, I tried in this way: I extracted by mask the river raster, reclassified it with a value of 0; then I reclassified the slope raster (the main one, I mean) with values starting from 2 up to 10 and merged both into a new raster. Afterwards, I used the path distance tool (in order to obtain the cost surface, the back link raster and using also the tobler's function). In the end I applied the cost path tool. I worked, the river is used as main path to reach the other points.&lt;/P&gt;&lt;P&gt;But I have two questions: could it be considered correct this method? Since I gave an higher value to the main slope (i.e. reclassifying it), &lt;SPAN&gt;could the result be wrong (see pic1 not reclassified, pic2 reclassified)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2018 18:08:18 GMT</pubDate>
    <dc:creator>RobertoFilloramo</dc:creator>
    <dc:date>2018-07-05T18:08:18Z</dc:date>
    <item>
      <title>Including rivers into Least Cost Path</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/including-rivers-into-least-cost-path/m-p/228879#M3216</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 want to include a river as possible path in the least cost analysis, hence not as barrier yet as a possible alternative route. I read about it in Wheatley-Gillings 2002 in which the authors say that it makes by creating a central corridor with a central low value and the surroundings with an high values in order to force the estimation to choose the river as path.&lt;/P&gt;&lt;P&gt;I looked for it in letterature, yet I didn't find anything that could give me a detailed answer.&lt;/P&gt;&lt;P&gt;Does someone know how to do that and how, afterwords, to include this friction surface into a more general one so as to estimate the paths?&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.s. I use ArcGIS 10.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 10:03:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/including-rivers-into-least-cost-path/m-p/228879#M3216</guid>
      <dc:creator>RobertoFilloramo</dc:creator>
      <dc:date>2018-06-29T10:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Including rivers into Least Cost Path</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/including-rivers-into-least-cost-path/m-p/228880#M3217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;assign the river a raster value of 1.&lt;/P&gt;&lt;P&gt;perform a Euclidean distance from the river.&amp;nbsp;&lt;/P&gt;&lt;P&gt;take the inverse (1/above) of the above and multiply by some factor (ie 10, 20 whatever) and take the integer of that.&lt;/P&gt;&lt;P&gt;Effectively, the values beside the river will be high, decaying as you go away from the river.&amp;nbsp; but the river itself is low, so it will b e the preferred route... if not the only route.&lt;/P&gt;&lt;P&gt;There is no 'science' to this... it is an 'art' to create such a cost surface... experiment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 15:51:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/including-rivers-into-least-cost-path/m-p/228880#M3217</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-06-29T15:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Including rivers into Least Cost Path</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/including-rivers-into-least-cost-path/m-p/228881#M3218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for replying me... Well, the river is a polyline shp, therefore I could convert it in a raster and then assign the value by using reclassify tool or mapalgebra tool, is it correct?&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 17:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/including-rivers-into-least-cost-path/m-p/228881#M3218</guid>
      <dc:creator>RobertoFilloramo</dc:creator>
      <dc:date>2018-06-29T17:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Including rivers into Least Cost Path</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/including-rivers-into-least-cost-path/m-p/228882#M3219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes... you might want to class the non-river area as 0 (zero).&lt;/P&gt;&lt;P&gt;Make sure that when working with rasters, you specify the cell size, extent and snap raster to match any other data that you want to work with... explicitly!&amp;nbsp; don't let the software make the decisions for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 17:16:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/including-rivers-into-least-cost-path/m-p/228882#M3219</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-06-29T17:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Including rivers into Least Cost Path</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/including-rivers-into-least-cost-path/m-p/228883#M3220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, I tried in this way: I extracted by mask the river raster, reclassified it with a value of 0; then I reclassified the slope raster (the main one, I mean) with values starting from 2 up to 10 and merged both into a new raster. Afterwards, I used the path distance tool (in order to obtain the cost surface, the back link raster and using also the tobler's function). In the end I applied the cost path tool. I worked, the river is used as main path to reach the other points.&lt;/P&gt;&lt;P&gt;But I have two questions: could it be considered correct this method? Since I gave an higher value to the main slope (i.e. reclassifying it), &lt;SPAN&gt;could the result be wrong (see pic1 not reclassified, pic2 reclassified)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 18:08:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/including-rivers-into-least-cost-path/m-p/228883#M3220</guid>
      <dc:creator>RobertoFilloramo</dc:creator>
      <dc:date>2018-07-05T18:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Including rivers into Least Cost Path</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/including-rivers-into-least-cost-path/m-p/228884#M3221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="not reclas" class="image-1 jive-image j-img-original" src="/legacyfs/online/413307_not reclas.jpg" /&gt;&lt;BR /&gt;Pic1_not recls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="reclas" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/413308_reclas.jpg" /&gt;&lt;BR /&gt;Pic2_reclas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 18:10:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/including-rivers-into-least-cost-path/m-p/228884#M3221</guid>
      <dc:creator>RobertoFilloramo</dc:creator>
      <dc:date>2018-07-05T18:10:36Z</dc:date>
    </item>
  </channel>
</rss>

