<?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 extraction in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-extraction/m-p/96402#M1346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dan/William,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the advice.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan, I don't think SetNull will work because it requires an integer type for the input conditional raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;William, Sorry but can I ask for some clarification on your advice?&amp;nbsp; Set the extent where?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jun 2010 18:16:19 GMT</pubDate>
    <dc:creator>WesKing</dc:creator>
    <dc:date>2010-06-15T18:16:19Z</dc:date>
    <item>
      <title>Raster extraction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-extraction/m-p/96400#M1344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcInfo v9.3.1 sp1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Having a DEM ranging from 2500 to 3500 I would like to create 2 separate DEMs; 1 ranging from 2500 to 3000 and the other from 3001 to 3500.&amp;nbsp; Which tool would work best to create these DEMs using statements such as [DEM] &amp;lt;= 3000and [DEM] &amp;gt;=&amp;nbsp; 3001.&amp;nbsp; I don't want a conditional return like I get in Raster Calculator (maybe I'm doing doing it wrong though).&amp;nbsp; I want the true values returned with all other pixels not satisfying the statement to be NoData.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 22:52:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-extraction/m-p/96400#M1344</guid>
      <dc:creator>WesKing</dc:creator>
      <dc:date>2010-06-11T22:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Raster extraction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-extraction/m-p/96401#M1345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;setnull&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?topicname=setting_values_to_nodata:setnull"&gt;http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?topicname=setting_values_to_nodata:setnull&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jun 2010 09:29:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-extraction/m-p/96401#M1345</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2010-06-12T09:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Raster extraction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-extraction/m-p/96402#M1346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dan/William,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the advice.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan, I don't think SetNull will work because it requires an integer type for the input conditional raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;William, Sorry but can I ask for some clarification on your advice?&amp;nbsp; Set the extent where?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 18:16:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-extraction/m-p/96402#M1346</guid>
      <dc:creator>WesKing</dc:creator>
      <dc:date>2010-06-15T18:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Raster extraction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-extraction/m-p/96403#M1347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are not correct in your assertion that SETNULL requires an integer raster. If I understand your post, what you want to do is as simple as the following raster calculator statement:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SETNULL([dem] &amp;gt;= 3001, [dem])&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SETNULL([dem] &amp;lt;= 3000, [dem])&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also define an embedded range (i.e. 2800-3200) using SETNULL. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SETNULL([dem] &amp;gt;= 2800 &amp;amp; [dem] &amp;lt;= 3200, [dem])&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 19:51:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-extraction/m-p/96403#M1347</guid>
      <dc:creator>JeffreyEvans</dc:creator>
      <dc:date>2010-06-15T19:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Raster extraction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-extraction/m-p/96404#M1348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jeffrey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the input...worked great!&amp;nbsp; So you're right about not requiring an integer raster.&amp;nbsp; See the attached though, using Set Null in Conditional tools states that an integer raster is required.&amp;nbsp; Either way it worked and thank you very much.&amp;nbsp; I'm still learning many of these tools and the syntax involved.&amp;nbsp; Without you guys I would just sit in the fetal position rocking back-and-forth, with an occasional scream from head pain.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;William, I'm still interested in hearing a little more detail on your post (if you don't mind).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 21:39:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-extraction/m-p/96404#M1348</guid>
      <dc:creator>WesKing</dc:creator>
      <dc:date>2010-06-15T21:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Raster extraction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-extraction/m-p/96405#M1349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;to all, I was reading the 10 help files&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000007000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000007000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;which indicates&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The input conditional raster does not affect whether the output data type is integer or floating point. If the input false raster (or constant value) contains floating-point values, the output raster will be floating point. If it contains all integer values, the output will be an integer raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which I didn't compare to the 9.3.x help files, if that clarifies, with Bill's cavaet about range issues.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 22:30:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-extraction/m-p/96405#M1349</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2010-06-15T22:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Raster extraction</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-extraction/m-p/96406#M1350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks again to both of you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And yes you're right about being meticulous with the range values.&amp;nbsp; I had noticed I written it incorrectly in my first post, even though I wasn't going to be using those exact numbers for my ranges (sloppiness in my posting).&amp;nbsp; I just finished running Raster Calculator a couple times because I hadn't used the correct operator (&amp;gt; as opposed to &amp;gt;=) to make sure I covered all values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sure I'll be back soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 23:00:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-extraction/m-p/96406#M1350</guid>
      <dc:creator>WesKing</dc:creator>
      <dc:date>2010-06-15T23:00:45Z</dc:date>
    </item>
  </channel>
</rss>

