<?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 Extracting cells using a categorical raster with raster calculator in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-cells-using-a-categorical-raster-with/m-p/609401#M8870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some problems for a raster query. Can somebody help me please?&lt;/P&gt;&lt;P&gt;I have 2 raster files: parcels with different id (1-7) and landuse also with different ids 1-4).&lt;/P&gt;&lt;P&gt;I want to use the raster calculator for query to create an own raster layer with parcel == 2 and including all kind of landuse (1-4) which exists on those parcels....&lt;/P&gt;&lt;P&gt;But I don't know how to form that query. I tried it with pick and con but without success.....&lt;/P&gt;&lt;P&gt;Thanks in advance!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Sep 2015 17:23:32 GMT</pubDate>
    <dc:creator>SusanneWagner</dc:creator>
    <dc:date>2015-09-20T17:23:32Z</dc:date>
    <item>
      <title>Extracting cells using a categorical raster with raster calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-cells-using-a-categorical-raster-with/m-p/609401#M8870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some problems for a raster query. Can somebody help me please?&lt;/P&gt;&lt;P&gt;I have 2 raster files: parcels with different id (1-7) and landuse also with different ids 1-4).&lt;/P&gt;&lt;P&gt;I want to use the raster calculator for query to create an own raster layer with parcel == 2 and including all kind of landuse (1-4) which exists on those parcels....&lt;/P&gt;&lt;P&gt;But I don't know how to form that query. I tried it with pick and con but without success.....&lt;/P&gt;&lt;P&gt;Thanks in advance!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2015 17:23:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-cells-using-a-categorical-raster-with/m-p/609401#M8870</guid>
      <dc:creator>SusanneWagner</dc:creator>
      <dc:date>2015-09-20T17:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: raster calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-cells-using-a-categorical-raster-with/m-p/609402#M8871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Combine tool which will produce all the unique combinations which is more useful that doing one query at a time. &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fdesktop.arcgis.com%2Fen%2Fdesktop%2Flatest%2Ftools%2Fspatial-analyst-toolbox%2Fcombine.htm" rel="nofollow" target="_blank"&gt;http://desktop.arcgis.com/en/desktop/latest/tools/spatial-analyst-toolbox/combine.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2015 18:45:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-cells-using-a-categorical-raster-with/m-p/609402#M8871</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-20T18:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: raster calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-cells-using-a-categorical-raster-with/m-p/609403#M8872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Dan's suggestion (which should do what you need), this map algebra expression applied in Raster Calculator should yield all of the land use cells that overlap with Parcel 2 cells:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Con("Parcels" == 2,"Landuse",SetNull("Parcels","Landuse"))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, instead of setting all of the parcel cells not equal to 2 to NoData, you could simply set them to 0.&amp;nbsp; It just depends on your needs.&amp;nbsp; Here is that syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Con("Parcels" == 2,"Landuse",0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 18:50:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-cells-using-a-categorical-raster-with/m-p/609403#M8872</guid>
      <dc:creator>GabrielUpchurch1</dc:creator>
      <dc:date>2015-09-22T18:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: raster calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-cells-using-a-categorical-raster-with/m-p/609404#M8873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't apply a false expression, you get NoData, so this will work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Con("Parcels" == 2, "Landuse")&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 02:24:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-cells-using-a-categorical-raster-with/m-p/609404#M8873</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2015-10-06T02:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: raster calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-cells-using-a-categorical-raster-with/m-p/609405#M8874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for all help!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 12:18:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-cells-using-a-categorical-raster-with/m-p/609405#M8874</guid>
      <dc:creator>SusanneWagner</dc:creator>
      <dc:date>2015-10-07T12:18:55Z</dc:date>
    </item>
  </channel>
</rss>

