<?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: Cost-distance function in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cost-distance-function/m-p/371720#M5208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ulises,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I notice that you have a friction-surface that contains the estimated time to cross a &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;pixel&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; 2) a friction-surface raster where each pixel&amp;nbsp; contains the estimated time (in seconds) required to cross that pixel&amp;nbsp; (based on different travel speeds according to different land classes&amp;nbsp; that include roads). The resolution of my rasters is 30m by 30m.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should however express the friction in time per unit (sec/m) in your case. See the Help section:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/How_the_cost_distance_tools_work/009z00000025000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/How_the_cost_distance_tools_work/009z00000025000000/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;The cost assigned to each cell represents the cost per unit distance for&amp;nbsp; moving through the cell. The final&amp;nbsp; value&amp;nbsp; per cell is the cell size&amp;nbsp; multiplied by the cost value.&amp;nbsp; For example, if the cost raster has a&amp;nbsp; cell size of 30, and a particular cell has a cost value of 10, the final&amp;nbsp; cost of that cell is 300 units.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To correct this, simply divide your friction raster by the pixelsize (30) and try again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2012 07:03:30 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2012-08-30T07:03:30Z</dc:date>
    <item>
      <title>Cost-distance function</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cost-distance-function/m-p/371719#M5207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello GIS community,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have developed an accessibility surface to health facilities using the cost-distance function in ArcMap 10 (ArcInfo).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I created 1) a target raster map containing the locations of health facilities, and 2) a friction-surface raster where each pixel contains the estimated time (in seconds) required to cross that pixel (based on different travel speeds according to different land classes that include roads). The resolution of my rasters is 30m by 30m.??? Using the cost-distance function, the friction surface and raster of target locations were then used to compute the travel time from each pixel in the study area to the nearest target location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem is that I am getting really weird values in the outcome raster. The raster displays nicely and accurate in terms of showing accessibility. Higher accessibility can be seen through road networks evident in the raster. However, the values range from 0 - 32, 443, 300 as it can be seen on my attachment. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone shed some light on the values?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ulises&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]17241[/ATTACH][ATTACH=CONFIG]17241[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2012 08:57:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cost-distance-function/m-p/371719#M5207</guid>
      <dc:creator>UlisesHuerta</dc:creator>
      <dc:date>2012-08-26T08:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cost-distance function</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cost-distance-function/m-p/371720#M5208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ulises,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I notice that you have a friction-surface that contains the estimated time to cross a &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;pixel&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; 2) a friction-surface raster where each pixel&amp;nbsp; contains the estimated time (in seconds) required to cross that pixel&amp;nbsp; (based on different travel speeds according to different land classes&amp;nbsp; that include roads). The resolution of my rasters is 30m by 30m.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should however express the friction in time per unit (sec/m) in your case. See the Help section:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/How_the_cost_distance_tools_work/009z00000025000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/How_the_cost_distance_tools_work/009z00000025000000/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;The cost assigned to each cell represents the cost per unit distance for&amp;nbsp; moving through the cell. The final&amp;nbsp; value&amp;nbsp; per cell is the cell size&amp;nbsp; multiplied by the cost value.&amp;nbsp; For example, if the cost raster has a&amp;nbsp; cell size of 30, and a particular cell has a cost value of 10, the final&amp;nbsp; cost of that cell is 300 units.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To correct this, simply divide your friction raster by the pixelsize (30) and try again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 07:03:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cost-distance-function/m-p/371720#M5208</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2012-08-30T07:03:30Z</dc:date>
    </item>
  </channel>
</rss>

