<?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: Binary Sum/Raster Overlay Analysis in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/binary-sum-raster-overlay-analysis/m-p/798826#M2523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like your binary raster has 1 or no data rather than 1's and zeros.&lt;/P&gt;&lt;P&gt;Try a con statement first like con(isnull(inRaster), 0, inRaster), which will replace nulls / no data with 0.&lt;/P&gt;&lt;P&gt;Then sum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2017 09:55:02 GMT</pubDate>
    <dc:creator>NeilAyres</dc:creator>
    <dc:date>2017-02-02T09:55:02Z</dc:date>
    <item>
      <title>Binary Sum/Raster Overlay Analysis</title>
      <link>https://community.esri.com/t5/geodatabase-questions/binary-sum-raster-overlay-analysis/m-p/798824#M2521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 4 binary datasets which I want to Sum together to get raster showing the cumulative values across the area, i.e. where only one data set exists there will be a 1, where there are 2 the result will be 2, and so forth. I've tried do this using Raster Calculator to sum the rasters together, i've used fuzzy overlay, weighted overlay; all with the same result - a raster that just shows where all four datasets present a "1". Can any one help?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 08:58:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/binary-sum-raster-overlay-analysis/m-p/798824#M2521</guid>
      <dc:creator>ElizabethRichley</dc:creator>
      <dc:date>2017-02-02T08:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Sum/Raster Overlay Analysis</title>
      <link>https://community.esri.com/t5/geodatabase-questions/binary-sum-raster-overlay-analysis/m-p/798825#M2522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe it's due to the 1-bit output Raster, which won't allow you to store any other value than 0 and 1.&lt;/P&gt;&lt;P&gt;Use &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/copy-raster.htm"&gt;Copy Raster &lt;/A&gt;to&amp;nbsp;convert the 1-bit input Rasters to&amp;nbsp;4-bit/ 8-bit Rasters. Then use Raster Calculator to sum up the Rasters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 09:35:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/binary-sum-raster-overlay-analysis/m-p/798825#M2522</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-02-02T09:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Sum/Raster Overlay Analysis</title>
      <link>https://community.esri.com/t5/geodatabase-questions/binary-sum-raster-overlay-analysis/m-p/798826#M2523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like your binary raster has 1 or no data rather than 1's and zeros.&lt;/P&gt;&lt;P&gt;Try a con statement first like con(isnull(inRaster), 0, inRaster), which will replace nulls / no data with 0.&lt;/P&gt;&lt;P&gt;Then sum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 09:55:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/binary-sum-raster-overlay-analysis/m-p/798826#M2523</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2017-02-02T09:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Sum/Raster Overlay Analysis</title>
      <link>https://community.esri.com/t5/geodatabase-questions/binary-sum-raster-overlay-analysis/m-p/798827#M2524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm... Good Point &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 10:20:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/binary-sum-raster-overlay-analysis/m-p/798827#M2524</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-02-02T10:20:27Z</dc:date>
    </item>
  </channel>
</rss>

