<?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: Using raster attribute other than 'value' in map algebra in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4850#M85</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The lookup tool will create a raster that has the value that you are looking for.&amp;nbsp; This concept of dot notation does not exist in python processing used in the Python Window, so you will have to create a new raster with the value desired and the processing can be done.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is an enhancement request that exists to return that functionality.&amp;nbsp; Please log a support incident to add to that enhancement request.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2011 11:07:28 GMT</pubDate>
    <dc:creator>JeffreySwain</dc:creator>
    <dc:date>2011-06-20T11:07:28Z</dc:date>
    <item>
      <title>Using raster attribute other than 'value' in map algebra</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4842#M77</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the old Single Output Map Algebra statement, I could specify which raster attribute I wished the operation to be performed on by listing attribute name in the following format: raster.attribute.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, a habitat raster with multiple attributes in addition to 'value' could be multiplied by a mask raster in SOMA by typing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mask * habitat.type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where 'type' was a different attribute.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This does not seem to be possible in the ArcGIS 10 Raster Calculator.&amp;nbsp; Is there another option?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2010 14:35:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4842#M77</guid>
      <dc:creator>PeterHarrel</dc:creator>
      <dc:date>2010-11-05T14:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using raster attribute other than 'value' in map algebra</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4843#M78</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dot notation is not currently possible in the new map algebra framework.&amp;nbsp; However, you can make a call to the Lookup tool within the map algebra expression.&amp;nbsp; This tool is designed to make a raster from an attribute of the input raster.&amp;nbsp; Once the you have the Lookup result you can multiply it by your mask.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2010 14:46:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4843#M78</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2010-11-05T14:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using raster attribute other than 'value' in map algebra</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4844#M79</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It appears that the Lookup tool treats 0 in the value field as NODATA, even when you're calling another attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is problematic when 0 is a valid entry.&amp;nbsp; Any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2010 18:33:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4844#M79</guid>
      <dc:creator>MelissaHart</dc:creator>
      <dc:date>2010-11-05T18:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using raster attribute other than 'value' in map algebra</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4845#M80</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same problem. I want to make a SetNull calculation using the "Count" of a raster and not Value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There must be an easier way of doing that, then using the Lookup function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No Suggestions???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 14:16:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4845#M80</guid>
      <dc:creator>SebastianGatscha</dc:creator>
      <dc:date>2010-11-08T14:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using raster attribute other than 'value' in map algebra</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4846#M81</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have the same problem. I want to make a SetNull calculation using the "Count" of a raster and not Value.&lt;BR /&gt;There must be an easier way of doing that, then using the Lookup function.&lt;BR /&gt; &lt;BR /&gt;No Suggestions???&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SetNull has a parameter for the Where Clause.&amp;nbsp; You can use the Count field there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 14:58:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4846#M81</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2010-11-10T14:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using raster attribute other than 'value' in map algebra</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4847#M82</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Eric,&lt;BR /&gt;&lt;BR /&gt;It appears that the Lookup tool treats 0 in the value field as NODATA, even when you're calling another attribute.&lt;BR /&gt;&lt;BR /&gt;This is problematic when 0 is a valid entry.&amp;nbsp; Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Melissa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't reproduce that issue.&amp;nbsp; Can you please log an incident with Esri Support so we can get the data and try to replicate?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 15:16:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4847#M82</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2010-11-10T15:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using raster attribute other than 'value' in map algebra</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4848#M83</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Melissa,&lt;BR /&gt;&lt;BR /&gt;I can't reproduce that issue.&amp;nbsp; Can you please log an incident with Esri Support so we can get the data and try to replicate?&lt;BR /&gt;&lt;BR /&gt;Eric&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We will do that, Eric -- thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 18:11:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4848#M83</guid>
      <dc:creator>MelissaHart</dc:creator>
      <dc:date>2010-11-12T18:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using raster attribute other than 'value' in map algebra</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4849#M84</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is now June 2011.&amp;nbsp; Has this problem been resolved?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Dot notation is not currently possible in the new map algebra framework."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How are we to use raster attribute values in Map Algebra or the SA Math functions in ArcGIS10?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dwain&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 13:13:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4849#M84</guid>
      <dc:creator>WaylonDaniels</dc:creator>
      <dc:date>2011-06-17T13:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using raster attribute other than 'value' in map algebra</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4850#M85</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The lookup tool will create a raster that has the value that you are looking for.&amp;nbsp; This concept of dot notation does not exist in python processing used in the Python Window, so you will have to create a new raster with the value desired and the processing can be done.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is an enhancement request that exists to return that functionality.&amp;nbsp; Please log a support incident to add to that enhancement request.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 11:07:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4850#M85</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2011-06-20T11:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using raster attribute other than 'value' in map algebra</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4851#M86</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;#START SHORT RANT&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why is it that ESRI chooses to not port certain existing functionality from earlier version of their software to newer versions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Spatial Analyst/Grid Examples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;--------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. dot notation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. docell&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. ability to run concurrent SA processes&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why not, as a first priority, port all the existing functionality, concentrate on making it better/faster, and then come up with new additional tools/functionality as a second priority???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From a user's point of view, it is very frustrating having to submit an "enhancement request" for functionality that had existed for decades, but then mysteriously disappears... Yarr! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#END SHORT RANT&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 15:15:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4851#M86</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2011-06-20T15:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using raster attribute other than 'value' in map algebra</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4852#M87</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;#START SHORT RANT&lt;BR /&gt;&lt;BR /&gt;Why is it that ESRI chooses to not port certain existing functionality from earlier version of their software to newer versions?&lt;BR /&gt;&lt;BR /&gt;Spatial Analyst/Grid Examples:&lt;BR /&gt;--------------------------------------&lt;BR /&gt;1. dot notation&lt;BR /&gt;2. docell&lt;BR /&gt;3. ability to run concurrent SA processes&lt;BR /&gt;&lt;BR /&gt;Why not, as a first priority, port all the existing functionality, concentrate on making it better/faster, and then come up with new additional tools/functionality as a second priority???&lt;BR /&gt;&lt;BR /&gt;From a user's point of view, it is very frustrating having to submit an "enhancement request" for functionality that had existed for decades, but then mysteriously disappears... Yarr! &lt;BR /&gt;&lt;BR /&gt;#END SHORT RANT&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is all but new, Esri always do the same, so do not expect to have all your 9.x or 10.x scripts ready to work with the future 11.x or 12.x arcGis Versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It had happened at every version update with every product just try to imagine people working on the JAVA Framework in ArcGIS Server 9.2, I was one of those it was a mess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm just going to look for another option for sure I will share with you my solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Diego P&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2012 02:56:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4852#M87</guid>
      <dc:creator>Diego_FabianPajarito_Grajales</dc:creator>
      <dc:date>2012-05-06T02:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using raster attribute other than 'value' in map algebra</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4853#M88</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;#START SHORT RANT&lt;BR /&gt;&lt;BR /&gt;Why is it that ESRI chooses to not port certain existing functionality from earlier version of their software to newer versions?&lt;BR /&gt;&lt;BR /&gt;Spatial Analyst/Grid Examples:&lt;BR /&gt;--------------------------------------&lt;BR /&gt;1. dot notation&lt;BR /&gt;2. docell&lt;BR /&gt;3. ability to run concurrent SA processes&lt;BR /&gt;&lt;BR /&gt;Why not, as a first priority, port all the existing functionality, concentrate on making it better/faster, and then come up with new additional tools/functionality as a second priority???&lt;BR /&gt;&lt;BR /&gt;From a user's point of view, it is very frustrating having to submit an "enhancement request" for functionality that had existed for decades, but then mysteriously disappears... Yarr! &lt;BR /&gt;&lt;BR /&gt;#END SHORT RANT&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot understand why the Lookup function does not work in arcpy and give me some 01006 and 010327 errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I know this is not a real solution but I just had 6 raster files, so I decided to use the Lookup from ArcToolBox and get the new raster manually, It did not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If some of you get the point with that function let me know&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Diego Pajarito&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2012 04:10:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4853#M88</guid>
      <dc:creator>Diego_FabianPajarito_Grajales</dc:creator>
      <dc:date>2012-05-06T04:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using raster attribute other than 'value' in map algebra</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4854#M89</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Lookup tool should work in model builder.&amp;nbsp; I think that you are getting&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00vq00000002010006.htm"&gt; 010006&lt;/A&gt;&lt;SPAN&gt; errors or insufficient arguments, which is prompting the unable to set the spatial extent error,&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00vq0000000r010327.htm"&gt; 010327.&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; Both point to the issue that the model does not appear to be recognizing your raster.&amp;nbsp; I would be sure that the syntax is correct or since it is a model, the process that is creating the raster you are trying to use in the Lookup tool has been created, before the next action takes place.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 10:26:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4854#M89</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2012-05-07T10:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using raster attribute other than 'value' in map algebra</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4855#M90</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Im currently trying to figure out the exact same thing.&amp;nbsp; Let you know If I figure it out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 21:14:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4855#M90</guid>
      <dc:creator>boonejardot</dc:creator>
      <dc:date>2012-05-07T21:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using raster attribute other than 'value' in map algebra</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4856#M91</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes it works with Lookup.&amp;nbsp; Used the function Created a new raster that had the value set to the attribute that I prefered.&amp;nbsp; Works...&amp;nbsp; At first it didnt, but I had to change the folder/database it went into for some reason, then it worked.&amp;nbsp; Good luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 01:28:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4856#M91</guid>
      <dc:creator>boonejardot</dc:creator>
      <dc:date>2012-05-08T01:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using raster attribute other than 'value' in map algebra</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4857#M92</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;nbsp; I had to change the folder/database it went into for some reason, then it worked.&amp;nbsp; &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did the output workspace path that didn't work include spaces or unusual characters?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 13:42:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/using-raster-attribute-other-than-value-in-map/m-p/4857#M92</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-05-18T13:42:07Z</dc:date>
    </item>
  </channel>
</rss>

