<?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 ERROR 010316: Unable to open the input raster in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/error-010316-unable-to-open-the-input-raster/m-p/340791#M26735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have used the online help and read up about the error code and as to why my input file may not be opened and i cant see there to be any of the problems mentioned in the help, present in my file. I dont think its an issue with permission as i ran a separate command to check if it would open the input file, which worked. Can any one shed any light on why the file wont open.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gp.MultiOutputMapAlgebra_sa("forb2g = CON(forb1g &amp;gt; 0, dem_resample)")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the error I get:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File "H:\Internship_Tom_Waddington\New_code\code.py", line 94, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gp.MultiOutputMapAlgebra_sa("forb2g = CON(forb1g &amp;gt; 0, dem_resample)")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ExecuteError: ERROR 010316: Unable to open the input raster: FORB1G&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 010067: Error in executing grid expression.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (MultiOutputMapAlgebra).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2011 08:57:27 GMT</pubDate>
    <dc:creator>tomwaddington</dc:creator>
    <dc:date>2011-11-15T08:57:27Z</dc:date>
    <item>
      <title>ERROR 010316: Unable to open the input raster</title>
      <link>https://community.esri.com/t5/python-questions/error-010316-unable-to-open-the-input-raster/m-p/340791#M26735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have used the online help and read up about the error code and as to why my input file may not be opened and i cant see there to be any of the problems mentioned in the help, present in my file. I dont think its an issue with permission as i ran a separate command to check if it would open the input file, which worked. Can any one shed any light on why the file wont open.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gp.MultiOutputMapAlgebra_sa("forb2g = CON(forb1g &amp;gt; 0, dem_resample)")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the error I get:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File "H:\Internship_Tom_Waddington\New_code\code.py", line 94, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gp.MultiOutputMapAlgebra_sa("forb2g = CON(forb1g &amp;gt; 0, dem_resample)")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ExecuteError: ERROR 010316: Unable to open the input raster: FORB1G&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 010067: Error in executing grid expression.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (MultiOutputMapAlgebra).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 08:57:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-010316-unable-to-open-the-input-raster/m-p/340791#M26735</guid>
      <dc:creator>tomwaddington</dc:creator>
      <dc:date>2011-11-15T08:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 010316: Unable to open the input raster</title>
      <link>https://community.esri.com/t5/python-questions/error-010316-unable-to-open-the-input-raster/m-p/340792#M26736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Two things to check for the MOMA tool: 1. Is this an Esri Grid? 2. Is your Grid in a folder and not in a geodatabase?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A bug was submitted similar to your issue as MOMA only supports Esri Grids and will not work if the raster is in a geodatabase. Place the Grid in a folder to run the tool. See this link for info on the bug &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/TklNMDU2ODIy"&gt;http://support.esri.com/en/bugs/nimbus/TklNMDU2ODIy&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, check out the MOMA help if you haven't already, &lt;/SPAN&gt;&lt;A href="http://webhelp.esri.com/arcgiSDEsktop/9.3/index.cfm?TopicName=Multi_Output_Map_Algebra"&gt; http://webhelp.esri.com/arcgiSDEsktop/9.3/index.cfm?TopicName=Multi_Output_Map_Algebra&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 12:33:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-010316-unable-to-open-the-input-raster/m-p/340792#M26736</guid>
      <dc:creator>StephanieWendel</dc:creator>
      <dc:date>2011-11-16T12:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 010316: Unable to open the input raster</title>
      <link>https://community.esri.com/t5/python-questions/error-010316-unable-to-open-the-input-raster/m-p/340793#M26737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I got the simillar error in the following statement and when i change arrange the space in between brackets, i got error message stating, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR at or near space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;([landusestep0] = 0.AsGrid) and ([altitude1] &amp;lt; 100)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please help me out from this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 06:08:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-010316-unable-to-open-the-input-raster/m-p/340793#M26737</guid>
      <dc:creator>harshanashrestha</dc:creator>
      <dc:date>2012-09-07T06:08:15Z</dc:date>
    </item>
  </channel>
</rss>

