<?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 Problems calculating relief using the raster calculator in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/problems-calculating-relief-using-the-raster/m-p/613921#M20389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a question about determining relief in ArcMap. I need to determine relief based on a predefined radius around each cell in a&amp;nbsp;&amp;nbsp;&amp;nbsp; floating point 10 meter DEM I downloaded from NED. I believe my radius will be 1 km. I read a previous blog that said to use the&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; following code in the raster calculator:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FocalRange([grid], CIRCLE, [number of cells], DATA)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what I entered:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FocalRange("arcgrd3arcsec", CIRCLE, 100, DATA)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After running this expression in the raster calculator, I received an error message that said this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;File "&amp;lt;expression&amp;gt;" line 1, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"File "&amp;lt;string&amp;gt;", line 5, in rcexec NameError: name 'FocalRange' is not defined.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (RasterCalculator)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried multiple variations of this syntax and receive the same basic message.&amp;nbsp; Does anybody have any ideas on how to do this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or know of easier ways to determine relief?&amp;nbsp; Thanks so much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2014 16:25:17 GMT</pubDate>
    <dc:creator>JerryHolton</dc:creator>
    <dc:date>2014-04-03T16:25:17Z</dc:date>
    <item>
      <title>Problems calculating relief using the raster calculator</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-calculating-relief-using-the-raster/m-p/613921#M20389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a question about determining relief in ArcMap. I need to determine relief based on a predefined radius around each cell in a&amp;nbsp;&amp;nbsp;&amp;nbsp; floating point 10 meter DEM I downloaded from NED. I believe my radius will be 1 km. I read a previous blog that said to use the&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; following code in the raster calculator:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FocalRange([grid], CIRCLE, [number of cells], DATA)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what I entered:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FocalRange("arcgrd3arcsec", CIRCLE, 100, DATA)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After running this expression in the raster calculator, I received an error message that said this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;File "&amp;lt;expression&amp;gt;" line 1, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"File "&amp;lt;string&amp;gt;", line 5, in rcexec NameError: name 'FocalRange' is not defined.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (RasterCalculator)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried multiple variations of this syntax and receive the same basic message.&amp;nbsp; Does anybody have any ideas on how to do this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or know of easier ways to determine relief?&amp;nbsp; Thanks so much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 16:25:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-calculating-relief-using-the-raster/m-p/613921#M20389</guid>
      <dc:creator>JerryHolton</dc:creator>
      <dc:date>2014-04-03T16:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problems calculating relief using the raster calculator</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-calculating-relief-using-the-raster/m-p/613922#M20390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;As of ArcGIS 10, all the Focal* functions were combined into the FocalStatistics tool. FocalRange no longer exists,&amp;nbsp; use FocalStatistics with the 'RANGE' statistic. &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z000000qs000000" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//009z000000qs000000&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 09:18:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-calculating-relief-using-the-raster/m-p/613922#M20390</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2014-04-04T09:18:38Z</dc:date>
    </item>
  </channel>
</rss>

