<?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: How to exlude raster cell from the cost surface estimation? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-exlude-raster-cell-from-the-cost-surface/m-p/432094#M6037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know if 10.1 has&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/erase.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/erase.htm"&gt;Erase—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would require the spatial analyst extension for that version in any event.&lt;/P&gt;&lt;P&gt;Alternatively, you could mask the area with null values using&lt;/P&gt;&lt;P&gt;con and setnull&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/image-analyst/setting-cell-values-to-nodata-with-setnull.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/image-analyst/setting-cell-values-to-nodata-with-setnull.htm"&gt;Setting values to NoData with Set Null—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nodata cells are excluded from raster analyses&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Nov 2019 09:44:20 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2019-11-27T09:44:20Z</dc:date>
    <item>
      <title>How to exlude raster cell from the cost surface estimation?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-exlude-raster-cell-from-the-cost-surface/m-p/432093#M6036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use ArcGIS 10.1, I am trying to generate a cost surface (Path Distance tool) in order to generate a least-cost path. The problem is that I would exclude a specific area of the raster from the calculation. I tried to remove it with the tool Clip, but it didn't work (it took away the interested raster portion leaving just the useless one). Do you have a suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 09:06:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-exlude-raster-cell-from-the-cost-surface/m-p/432093#M6036</guid>
      <dc:creator>RobertoFilloramo</dc:creator>
      <dc:date>2019-11-27T09:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to exlude raster cell from the cost surface estimation?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-exlude-raster-cell-from-the-cost-surface/m-p/432094#M6037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know if 10.1 has&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/erase.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/erase.htm"&gt;Erase—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would require the spatial analyst extension for that version in any event.&lt;/P&gt;&lt;P&gt;Alternatively, you could mask the area with null values using&lt;/P&gt;&lt;P&gt;con and setnull&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/image-analyst/setting-cell-values-to-nodata-with-setnull.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/image-analyst/setting-cell-values-to-nodata-with-setnull.htm"&gt;Setting values to NoData with Set Null—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nodata cells are excluded from raster analyses&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 09:44:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-exlude-raster-cell-from-the-cost-surface/m-p/432094#M6037</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-11-27T09:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to exlude raster cell from the cost surface estimation?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-exlude-raster-cell-from-the-cost-surface/m-p/432095#M6038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer... I tried with Con and Set Null tools, firstly I converted my polygon to raster (setting for the extent and the snap the slope), then I use Map Algebra using the expression "Con (IsNull (polytoraster), slope, 0)" (output Slope_Con) and afterwards I used the new raster in the SetNull tool setting as input conditional raster "Slope_Con", expression "value=0" and input false raster or constant value "Slope_Con".&lt;BR /&gt;The result was what I wanted.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/474776_pastedImage_1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/474777_pastedImage_2.jpg" /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;&amp;nbsp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 11:29:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-exlude-raster-cell-from-the-cost-surface/m-p/432095#M6038</guid>
      <dc:creator>RobertoFilloramo</dc:creator>
      <dc:date>2019-11-27T11:29:09Z</dc:date>
    </item>
  </channel>
</rss>

