<?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 - for dummies in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347673#M4926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1 bonus question for you guys.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a corridor or route that I want to show preferential treatment too.&amp;nbsp; Is there anyway I can reclassify a raster and give it a negative value to subtract away from the cost of other rasters that may be on top of it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Mar 2013 20:00:30 GMT</pubDate>
    <dc:creator>JaredReid1</dc:creator>
    <dc:date>2013-03-05T20:00:30Z</dc:date>
    <item>
      <title>Least Cost Path - for dummies</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347662#M4915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have never used Least Cost Path before and the online help is WAY over my head.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone please break it down for me how to find the Least Cost Path between 2 points? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The data I have to weigh this path is as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One NED from USGS with elevation in meters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 points (My start and end points)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4 High Consquence areas polygons (ecological sensitive, drinking water, other populated, and highly populated)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jared&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 20:26:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347662#M4915</guid>
      <dc:creator>JaredReid1</dc:creator>
      <dc:date>2013-03-01T20:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Least Cost Path - for dummies</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347663#M4916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok seems like I'm not getting much help so I'm going to post my trials and errors here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like my first step is to take my very large(geographically) DEM and clip it to just the area I want.&amp;nbsp;&amp;nbsp; So I created a polygon over the parts of the DEM that I want to clip.&amp;nbsp;&amp;nbsp; Then I went to the Toolbox - Data Management Tools - Raster - Raster Processing - Clip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then found out I need to reclassify my newly clipped DEM.&amp;nbsp; (why I'm not sure)&amp;nbsp; I turned Spatial Analyst extension on.&amp;nbsp; Then selected my clipped DEM in the drop down box.&amp;nbsp; Then clicked Spatial Analyst - Reclassify.&amp;nbsp;&amp;nbsp; I choose to have 8 unique values based on the range of elevation.&amp;nbsp; Those 8 values I assume I will be given weighted values later on.&amp;nbsp; ie.&amp;nbsp; 1-4 no cost, 4-6 medium cost, 7 high and 8 avoid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;----&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That now leaves me with my shapefiles (Which I want to weigh differently) that I guess I now need to reclassify.&amp;nbsp;&amp;nbsp; I assume I will have to turn these polygons and points into rasters as well...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 12:21:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347663#M4916</guid>
      <dc:creator>JaredReid1</dc:creator>
      <dc:date>2013-03-05T12:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Least Cost Path - for dummies</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347664#M4917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have now converted my polygons into rasters and then reclassified them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My four layers are now reclassified with the values of "4" (4 will be my thou shall not pass number)&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then reclassified my reclassified DEM with the values of 1,2,3 and 4.&amp;nbsp;&amp;nbsp; (4 being the high elevation to avoid)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;---&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then read that you need to merge these together by using the raster calculator and adding these values together.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I do, it generates a calculation raster with a High: 2147483647 and a low of -2147483648!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What happened to my neat and tight 1,2,3,4 values??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 13:49:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347664#M4917</guid>
      <dc:creator>JaredReid1</dc:creator>
      <dc:date>2013-03-05T13:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Least Cost Path - for dummies</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347665#M4918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Looks like my first step is to take my very large(geographically) DEM and clip it to just the area I want.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also limit the area your will process using the Geoprocessing&amp;gt;Environments...&amp;gt;Processing Extents and set the processing extents to equal some feature class that just covers you project area.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 14:24:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347665#M4918</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2013-03-05T14:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Least Cost Path - for dummies</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347666#M4919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I then read that you need to merge these together by using the raster calculator and adding these values together. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried the Data Management Tools.tbx\Raster\Raster Dataset\Mosaic command? This doesn't add them, it has several options such as use the value of the last raster listed. This will leave your values alone.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 14:28:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347666#M4919</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2013-03-05T14:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Least Cost Path - for dummies</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347667#M4920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have you tried the Data Management Tools.tbx\Raster\Raster Dataset\Mosaic command? This doesn't add them, it has several options such as use the value of the last raster listed. This will leave your values alone.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you! That solves that portion of my question.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 14:42:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347667#M4920</guid>
      <dc:creator>JaredReid1</dc:creator>
      <dc:date>2013-03-05T14:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Least Cost Path - for dummies</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347668#M4921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jared - &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One way to learn more about the least cost path workflow is to register for the &lt;/SPAN&gt;&lt;A href="http://training.esri.com/gateway/index.cfm?fa=catalog.webCourseDetail&amp;amp;courseid=2064"&gt;Distance Analysis using ArcGIS 10 &lt;/A&gt;&lt;SPAN&gt;web course.&amp;nbsp; It goes into straight line distance and least cost path analysis workflows that may assist you.&amp;nbsp; I teach the now retired Spatial Analyst class for Esri - feel free to email at &lt;/SPAN&gt;&lt;A href="mailto:rleclair@esri.com"&gt;rleclair@esri.com&lt;/A&gt;&lt;SPAN&gt; if you have specific questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert LeClair&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri-Denver&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 14:44:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347668#M4921</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2013-03-05T14:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Least Cost Path - for dummies</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347669#M4922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jared - &lt;BR /&gt;&lt;BR /&gt;One way to learn more about the least cost path workflow is to register for the &lt;A href="http://training.esri.com/gateway/index.cfm?fa=catalog.webCourseDetail&amp;amp;courseid=2064"&gt;Distance Analysis using ArcGIS 10 &lt;/A&gt;web course.&amp;nbsp; It goes into straight line distance and least cost path analysis workflows that may assist you.&amp;nbsp; I teach the now retired Spatial Analyst class for Esri - feel free to email at &lt;A href="mailto:rleclair@esri.com"&gt;rleclair@esri.com&lt;/A&gt; if you have specific questions.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Robert LeClair&lt;BR /&gt;Esri-Denver&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply Robert.&amp;nbsp; Do they offer that course for Arcmap 9.3?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 14:55:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347669#M4922</guid>
      <dc:creator>JaredReid1</dc:creator>
      <dc:date>2013-03-05T14:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Least Cost Path - for dummies</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347670#M4923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have you tried the Data Management Tools.tbx\Raster\Raster Dataset\Mosaic command? This doesn't add them, it has several options such as use the value of the last raster listed. This will leave your values alone.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Following up question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now that my rasters are merged.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How does my Cost Weight know that 4 is bad and 1 is good and not vice-versa?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 15:15:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347670#M4923</guid>
      <dc:creator>JaredReid1</dc:creator>
      <dc:date>2013-03-05T15:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Least Cost Path - for dummies</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347671#M4924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To my knowledge, the web course was written for ArcGIS 10.0 but the concepts still apply at 9.3.x.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With regard to 1=good and 4=bad, it's a human interpretation versus a computer interpretation.&amp;nbsp; When you use the Weighted Overlay tool to create your cost surface, you have the option to create an evaluation scale of any form you wish.&amp;nbsp; It's up to you to determine what's "bad" and what's "good."&amp;nbsp; The key is to be consistent through the entire workflow.&amp;nbsp; Make sense?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 15:35:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347671#M4924</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2013-03-05T15:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Least Cost Path - for dummies</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347672#M4925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That makes perfect sense.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 16:29:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347672#M4925</guid>
      <dc:creator>JaredReid1</dc:creator>
      <dc:date>2013-03-05T16:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Least Cost Path - for dummies</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347673#M4926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1 bonus question for you guys.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a corridor or route that I want to show preferential treatment too.&amp;nbsp; Is there anyway I can reclassify a raster and give it a negative value to subtract away from the cost of other rasters that may be on top of it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 20:00:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347673#M4926</guid>
      <dc:creator>JaredReid1</dc:creator>
      <dc:date>2013-03-05T20:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Least Cost Path - for dummies</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347674#M4927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, I'm assuming this is your workflow - please correct me if I'm wrong.&amp;nbsp; You have x number of rasters to create your cost surface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;You used the RECLASSIFY GP tool to reclassify your rasters to the same "scale."&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Once all your input rasters have been reclassified to the same scale, you used the WEIGHTED OVERLAY GP tool to create your cost surface.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Now you want the cost surface to have "good" cells dedicated to the preferred alternative.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;So what I would try is the EXTRACT BY MASK GP tool with the original cost raster as the input, the route as the Input Raster or Feature Mask Data and create a new raster (RASTER1) that is for the route.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I would use the CON GP tool that uses an expression where VALUE IS NULL - would get a zero and non-NULLs would get a 1 or a 4 depending on what is considered "good" by you and create a new raster (RASTER2).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The last step is to use the CON GP tool again where:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Input Conditional Raster:&amp;nbsp; RASTER2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Expression Optional:&amp;nbsp; VALUE = 1 (or 4 - depends on what's good)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Input True Raster or Constant Value:&amp;nbsp; 1 (or 4 - depends what's good)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Input False Raster or Constant Value (optional):&amp;nbsp; Original Cost Surface Raster&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Output Raster:&amp;nbsp; RASTER3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So in SUM, what this "should" do is extract those raster cells that "overlap" with the preferred corridor.&amp;nbsp; Then you set a condition where it's preferred cell value or NULL.&amp;nbsp; Then you set a condition where if it's preferred cell value, the raster cell gets a 1 (or 4) and the other cells get the original cost cell value.&amp;nbsp; "Should" work...good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 20:42:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/least-cost-path-for-dummies/m-p/347674#M4927</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2013-03-05T20:42:02Z</dc:date>
    </item>
  </channel>
</rss>

