<?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: Spatial Analyst Question in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-question/m-p/619127#M8987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan - You've bailed me out on two questions in one day... pure awesome. Thank you. I used the "times" function and it worked perfectly for what I was aiming for. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2015 05:30:37 GMT</pubDate>
    <dc:creator>ErikFernandez</dc:creator>
    <dc:date>2015-07-16T05:30:37Z</dc:date>
    <item>
      <title>Spatial Analyst Question</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-question/m-p/619125#M8985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two grid files. Grid A has a range of pixel values, Grid B has a value of 0 or 1. I want to create a new grid that shows the the full range of values from Grid A but only where they overlap with Grid B.&amp;nbsp; Suggestions much appreciated. Hopefully this isn't too complicated a question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 00:20:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-question/m-p/619125#M8985</guid>
      <dc:creator>ErikFernandez</dc:creator>
      <dc:date>2015-07-16T00:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst Question</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-question/m-p/619126#M8986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;​The conditional toolset comes to mind, Con in particular &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/spatial-analyst-toolbox/conditional-evaluation-with-con.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/spatial-analyst-toolbox/conditional-evaluation-with-con.htm"&gt;Conditional evaluation with Con—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp; and &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/spatial-analyst-toolbox/con-.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/spatial-analyst-toolbox/con-.htm"&gt;Con—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp; but since you have a binary grid... why not multiply the grids using Times &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/spatial-analyst-toolbox/times.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/spatial-analyst-toolbox/times.htm"&gt;Times—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Except it is not clear if this is what you want....do you want&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the areas where grid2==1 that overlaps with grid1 to be returned?&lt;/LI&gt;&lt;LI&gt;or grid2 == 0 and grid2 ==1 that overlaps with grid1 to be returned?&lt;/LI&gt;&lt;LI&gt;are there nodata areas in one or both grids?&amp;nbsp; what to do then?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Con can return multiple condition testings depending what the 'overlap' conditions are in grid 1.&lt;/P&gt;&lt;P&gt;ie&lt;/P&gt;&lt;P&gt;Con("Grid1", "Grid1",0 (or whatever))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; true condition, what to do if true, what to do if false&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Con("Grid2 == 1, "Grid1", whatever)&lt;/P&gt;&lt;P&gt;etcetera&lt;/P&gt;&lt;P&gt;So have a think about what you want and how to deal with nodata values if present...not to mention, considerations of cell size, raster extent and whether the raster cells are aligned (aka snap raster) all of which can be accessed in the Environments tab of any tool in arctoolbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 00:45:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-question/m-p/619126#M8986</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-07-16T00:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst Question</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-question/m-p/619127#M8987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan - You've bailed me out on two questions in one day... pure awesome. Thank you. I used the "times" function and it worked perfectly for what I was aiming for. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 05:30:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-question/m-p/619127#M8987</guid>
      <dc:creator>ErikFernandez</dc:creator>
      <dc:date>2015-07-16T05:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst Question</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-question/m-p/619128#M8988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked.&amp;nbsp; Just remember, the problem will dictate the tool to use, but you will soon find out that there is often more ways to do the same thing or get the same result but with more or less information returned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 10:14:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-question/m-p/619128#M8988</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-07-16T10:14:22Z</dc:date>
    </item>
  </channel>
</rss>

