<?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: Error in executing grid expression in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/error-in-executing-grid-expression/m-p/187691#M14445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tom,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't have a grid file name long than 8 characters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2011 14:53:49 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2011-11-08T14:53:49Z</dc:date>
    <item>
      <title>Error in executing grid expression</title>
      <link>https://community.esri.com/t5/python-questions/error-in-executing-grid-expression/m-p/187688#M14442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can any one help, explain and possible provide a solution as to why this code keeps producing and error. Everything else runs up to this point and every variable is defined.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gp.MultiOutputMapAlgebra_sa("H:\Internship_Tom_Waddington\New_code/forest_b2grd = CON('H:\Internship_Tom_Waddington\New_code/forest_b1grd &amp;gt; 0,H:\Internship_Tom_Waddington\New_code/dem_resample')")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &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;&amp;nbsp; File "H:\Internship_Tom_Waddington\New_code\new_code.py", line 86, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gp.MultiOutputMapAlgebra_sa("H:\Internship_Tom_Waddington\New_code/forest_b2grd = CON('H:\Internship_Tom_Waddington\New_code/forest_b1grd &amp;gt; 0,H:\Internship_Tom_Waddington\New_code/dem_resample')")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ExecuteError: 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, 08 Nov 2011 12:49:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-in-executing-grid-expression/m-p/187688#M14442</guid>
      <dc:creator>tomwaddington</dc:creator>
      <dc:date>2011-11-08T12:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error in executing grid expression</title>
      <link>https://community.esri.com/t5/python-questions/error-in-executing-grid-expression/m-p/187689#M14443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;in python you have to specify paths in one of these 3 ways:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;r"c:\path"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"c:\\path"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"c:/path"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;using "c:\path" won´t work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 12:58:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-in-executing-grid-expression/m-p/187689#M14443</guid>
      <dc:creator>RaphaelR</dc:creator>
      <dc:date>2011-11-08T12:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error in executing grid expression</title>
      <link>https://community.esri.com/t5/python-questions/error-in-executing-grid-expression/m-p/187690#M14444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Even with all the paths the same i.e. C:/path I still keep getting the Error in executing grid expression on the same line of code. Is there anything else that you think may be the cause?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 13:07:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-in-executing-grid-expression/m-p/187690#M14444</guid>
      <dc:creator>tomwaddington</dc:creator>
      <dc:date>2011-11-08T13:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in executing grid expression</title>
      <link>https://community.esri.com/t5/python-questions/error-in-executing-grid-expression/m-p/187691#M14445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tom,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't have a grid file name long than 8 characters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 14:53:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-in-executing-grid-expression/m-p/187691#M14445</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2011-11-08T14:53:49Z</dc:date>
    </item>
  </channel>
</rss>

