<?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: Extracting raster values according to different classes in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428465#M6003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An additional parenthesis when using &amp;amp;.&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;Class 1 =&amp;nbsp; &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Con(("bshl_112p_srf" &amp;gt;= 158) &amp;amp; ("bshl_112p_srf" &amp;lt;= 535), &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"bshl_112p_srf"&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Class 2 = &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Con(("bshl_112p_srf" &amp;gt; 535) &amp;amp; ("bshl_112p_srf" &amp;lt;= 686), &lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"bshl_112p_srf"&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Class 3 = &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Con(("bshl_112p_srf" &amp;gt; 686) &amp;amp; ("bshl_112p_srf" &amp;lt;= 1473), &lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"bshl_112p_srf"&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 12:24:19 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2015-07-02T12:24:19Z</dc:date>
    <item>
      <title>Extracting raster values according to different classes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428453#M5991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone.&lt;/P&gt;&lt;P&gt;I have a raster dataset (bshl_112p_srf) that I want to split up according to the classes that I have defined.&lt;/P&gt;&lt;P&gt;These classes are defined as:&lt;/P&gt;&lt;P&gt;158-535&lt;/P&gt;&lt;P&gt;535,0000001-686&lt;/P&gt;&lt;P&gt;686,0000001-1473&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to use raster calculator to do this but it doesn't work. To extract the first class I tried to type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Con("bshl_112p_srf" &amp;lt;= 535,"bshl_112p_srf")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;, however I get an error for this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I do wrong? Also, how would you extract the middle class (where you both need to have a &amp;lt;= and &amp;gt;= ).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be something like:&lt;/P&gt;&lt;P&gt;Con("bshl_112p_srf" &amp;gt;= 535,0000001 &amp;amp; &amp;lt;=686,"bshl_112p_srf") &lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Ditlev Reventlow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 19:39:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428453#M5991</guid>
      <dc:creator>DitlevReventlow</dc:creator>
      <dc:date>2015-07-01T19:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values according to different classes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428454#M5992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Class 1 =&amp;nbsp; &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Con("bshl_112p_srf" &amp;gt;= 158 &amp;amp; "bshl_112p_srf" &amp;lt;= 535, &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"bshl_112p_srf"&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Class 2 = &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Con("bshl_112p_srf" &amp;gt; 535 &amp;amp; "bshl_112p_srf" &amp;lt;= 686, &lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"bshl_112p_srf"&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Class 3 = &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Con("bshl_112p_srf" &amp;gt; 686 &amp;amp; "bshl_112p_srf" &amp;lt;= 1473, &lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"bshl_112p_srf"&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 19:47:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428454#M5992</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-07-01T19:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values according to different classes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428455#M5993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see nothing wrong with your first statement, works fine for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your middle class would need to be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Con("bshl_112p_srf" &amp;gt;= 535,0000001 &amp;amp; "bshl_112p_srf" &amp;lt;=686,"bshl_112p_srf").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you wanting to split them into three seperate rasters or truly make a new raster with 3 classes in it for each range with the same value?&amp;nbsp; If so you might want to check out the Reclassify Tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000sr000000.htm" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000sr000000.htm"&gt;ArcGIS Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 19:50:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428455#M5993</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2015-07-01T19:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values according to different classes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428456#M5994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 19:51:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428456#M5994</guid>
      <dc:creator>DitlevReventlow</dc:creator>
      <dc:date>2015-07-01T19:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values according to different classes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428457#M5995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for mentioning the reclassify tool. I had not tried to use it yet. I don't think I need it in this case though. It is probably more usefull for me to have 3 individual rasters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 20:35:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428457#M5995</guid>
      <dc:creator>DitlevReventlow</dc:creator>
      <dc:date>2015-07-01T20:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values according to different classes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428458#M5996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to copy your statements but I get error 000539 error running expression rcexec().&lt;/P&gt;&lt;P&gt;What could the reason for this be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 20:49:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428458#M5996</guid>
      <dc:creator>DitlevReventlow</dc:creator>
      <dc:date>2015-07-01T20:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values according to different classes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428459#M5997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to copy the &lt;STRONG&gt;Con()&lt;/STRONG&gt; statement only. Try selecting the layers from &lt;STRONG&gt;Layers and Variables&lt;/STRONG&gt; in Raster Calculator dialog box. One expression for each output raster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 07:38:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428459#M5997</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-07-02T07:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values according to different classes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428460#M5998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I typed in raster calculator with those variable and expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Con("bshl_112p_srf" &amp;gt;= 158,0000001 &amp;amp; "bshl_112p_srf" &amp;lt;= 535,"bshl_112p_srf")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works now, but the output raster is first of all still covering the whole input original raster (not only the interval mentioned) and also the values are just termed 1. So all values have been reclassify to class 1, even though they were not inside the interval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to keep the original values (e.g. 535 instead of the new class 1) and only extract the values that are inside the interval. How can this be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 08:06:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428460#M5998</guid>
      <dc:creator>DitlevReventlow</dc:creator>
      <dc:date>2015-07-02T08:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values according to different classes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428461#M5999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ditlev,&lt;/P&gt;&lt;P&gt;use this expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Con("bshl_112p_srf" &amp;gt;= 158 &amp;amp; "bshl_112p_srf" &amp;lt;= 535, &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"bshl_112p_srf"&lt;/SPAN&gt;, 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Also in Environment Settings &amp;gt; Raster Storage. Define the value of No Data as 0 (zero)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 09:17:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428461#M5999</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-07-02T09:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values according to different classes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428462#M6000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still get the same error message&lt;/P&gt;&lt;P&gt;I type this:&lt;/P&gt;&lt;P&gt;Con("bshl_112p_srf" &amp;gt;= 158 &amp;amp; "bshl_112p_srf" &amp;lt;= 535,"bshl_112p_srf",0)&lt;/P&gt;&lt;P&gt;And I have changed the nodata to 0.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/115211_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 11:20:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428462#M6000</guid>
      <dc:creator>DitlevReventlow</dc:creator>
      <dc:date>2015-07-02T11:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values according to different classes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428463#M6001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Move the location of the input/output rasters to shorter path (e.g. D:\Raster_Data).&lt;/P&gt;&lt;P&gt;Try enclosing the whole expression inside &lt;STRONG&gt;Float()&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;Float (Con("bshl_112p_srf" &amp;gt;= 158 &amp;amp; "bshl_112p_srf" &amp;lt;= 535,"bshl_112p_srf",0)).&lt;/P&gt;&lt;P&gt;Don't copy-paste from here. Select the Raster layers and Operations from the Raster Calculator dialog-box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 11:28:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428463#M6001</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-07-02T11:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values according to different classes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428464#M6002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everything is typed in directly in raster calculator.&lt;/P&gt;&lt;P&gt;I tried to move it to a shorter path and added float(), &lt;/P&gt;&lt;P&gt;Float(Con("bshl_112p_srf" &amp;gt;= 158 &amp;amp; "bshl_112p_srf" &amp;lt;= 535,"bshl_112p_srf",0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still the same error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i type for instance:&lt;/P&gt;&lt;P&gt;Con("bshl_112p_srf" ==510 ,"bshl_112p_srf")&lt;/P&gt;&lt;P&gt;then this works with no problem. So the problem should be related to the &amp;lt;= and &amp;gt;=.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:15:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428464#M6002</guid>
      <dc:creator>DitlevReventlow</dc:creator>
      <dc:date>2015-07-02T12:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values according to different classes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428465#M6003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An additional parenthesis when using &amp;amp;.&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;Class 1 =&amp;nbsp; &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Con(("bshl_112p_srf" &amp;gt;= 158) &amp;amp; ("bshl_112p_srf" &amp;lt;= 535), &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"bshl_112p_srf"&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Class 2 = &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Con(("bshl_112p_srf" &amp;gt; 535) &amp;amp; ("bshl_112p_srf" &amp;lt;= 686), &lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"bshl_112p_srf"&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Class 3 = &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Con(("bshl_112p_srf" &amp;gt; 686) &amp;amp; ("bshl_112p_srf" &amp;lt;= 1473), &lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"bshl_112p_srf"&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:24:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428465#M6003</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-07-02T12:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values according to different classes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428466#M6004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your immediate concern... you should not be working in folders that contain a space...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the future, you might want to look at &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/spatial-analyst-toolbox/extract-by-attributes.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/spatial-analyst-toolbox/extract-by-attributes.htm"&gt;Extract by Attributes—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;​since you have the spatial analyst.&amp;nbsp; This will produce simpler approach and can be easily be put in a loop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:27:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428466#M6004</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-07-02T12:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values according to different classes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428467#M6005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works, thank you so much!!! Very gratefull!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:31:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428467#M6005</guid>
      <dc:creator>DitlevReventlow</dc:creator>
      <dc:date>2015-07-02T12:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values according to different classes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428468#M6006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay I have done all my modelling working in this folder. What could the effects of it be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:33:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-according-to-different/m-p/428468#M6006</guid>
      <dc:creator>DitlevReventlow</dc:creator>
      <dc:date>2015-07-02T12:33:36Z</dc:date>
    </item>
  </channel>
</rss>

