<?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: Raster Calculator: Fill in NoData returns ERROR 000539 and ERROR 010240 in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-fill-in-nodata-returns-error/m-p/650480#M9381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, a good reboot sometimes does the trick.&amp;nbsp; Thanks for the update.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2013 12:36:19 GMT</pubDate>
    <dc:creator>TimothyHales</dc:creator>
    <dc:date>2013-01-24T12:36:19Z</dc:date>
    <item>
      <title>Raster Calculator: Fill in NoData returns ERROR 000539 and ERROR 010240</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-fill-in-nodata-returns-error/m-p/650477#M9378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also trying to fill in NoData cells in a raster and have attempted to use the code supplied in Raster Calculator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Con(IsNull("ab_buffer"), FocalStatistics("ab_buffer", NbrRectangle(5, 5, "CELL"), "MEAN"), "ab_buffer")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I receive the following error message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 000539: Error running expression rcexec() &amp;lt;type 'exceptions.RuntimeError'&amp;gt;: ERROR 010240: Could not save raster data to C:\"Folder Location" with output format GRID&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts on why I might be receiving this message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 13:34:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-fill-in-nodata-returns-error/m-p/650477#M9378</guid>
      <dc:creator>KevinBladon</dc:creator>
      <dc:date>2013-01-22T13:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator: Fill in NoData returns ERROR 000539 and ERROR 010240</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-fill-in-nodata-returns-error/m-p/650478#M9379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You statement looks fine.&amp;nbsp; You may have any issue with your software installation.&amp;nbsp; Are you able to run simple statements such as: "ab_buffer" * 2?&amp;nbsp; Are there multiple version of Python installed?&amp;nbsp; You can look for the C:\Python26 or Python27 folders.&amp;nbsp; Version 10.0 = Python 2.6 and 10.1 Python 2.7&amp;nbsp;&amp;nbsp;&amp;nbsp; If there are multiple versions, uninstall the extra one.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 11:57:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-fill-in-nodata-returns-error/m-p/650478#M9379</guid>
      <dc:creator>TimothyHales</dc:creator>
      <dc:date>2013-01-23T11:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator: Fill in NoData returns ERROR 000539 and ERROR 010240</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-fill-in-nodata-returns-error/m-p/650479#M9380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply Timothy, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For those that find this issue in the future... the statement works fine within Raster Calculator as well as Python.&amp;nbsp; The issue was as simple as a need to reboot my computer.&amp;nbsp; For whatever reason, I needed to shut down ArcGIS and reboot my computer, otherwise the statement was choking and returning the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One of those frustrating and quirky aspects of the software.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 13:56:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-fill-in-nodata-returns-error/m-p/650479#M9380</guid>
      <dc:creator>KevinBladon</dc:creator>
      <dc:date>2013-01-23T13:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator: Fill in NoData returns ERROR 000539 and ERROR 010240</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-fill-in-nodata-returns-error/m-p/650480#M9381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, a good reboot sometimes does the trick.&amp;nbsp; Thanks for the update.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 12:36:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-fill-in-nodata-returns-error/m-p/650480#M9381</guid>
      <dc:creator>TimothyHales</dc:creator>
      <dc:date>2013-01-24T12:36:19Z</dc:date>
    </item>
  </channel>
</rss>

