<?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: comparing two rasters in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/comparing-two-rasters/m-p/405169#M863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Minus displays the difference between two rasters cell by cell -- so I would start with that, and visually compare that with pop density using the&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/interactively-reveal-rasters-using-the-swipe-layer-tool.htm"&gt; swipe tool. &amp;nbsp;&lt;/A&gt;&amp;nbsp;Is there something wrong with your Minus result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Raster Calculator tool allows you get fancier, for example to get percent differences you can try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="number token"&gt;100&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;raster2 &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; raster1&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; raster1&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 May 2017 00:14:15 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2017-05-13T00:14:15Z</dc:date>
    <item>
      <title>comparing two rasters</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/comparing-two-rasters/m-p/405164#M858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;I have two raster files that I want to compare spatially. One file was created using kernel spatial analysis of all points in a specific area and the other had the same analysis but of points where an event occurred. I am trying to look to see if population density plays a role and to spot the specific areas that do. Can anyone suggest the best way to analyze this data to get that type of result&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 00:39:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/comparing-two-rasters/m-p/405164#M858</guid>
      <dc:creator>RaySirois</dc:creator>
      <dc:date>2017-05-12T00:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: comparing two rasters</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/comparing-two-rasters/m-p/405165#M859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;an image of the files would help.&amp;nbsp; Can it be assumes they are for the same extent and cell size?&amp;nbsp; There are many ways to 'compare' results, beginning with simple subtraction, but that would be too easy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 00:43:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/comparing-two-rasters/m-p/405165#M859</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-12T00:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: comparing two rasters</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/comparing-two-rasters/m-p/405166#M860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the images were created using kernel density analysis. the are of the same extent. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 00:58:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/comparing-two-rasters/m-p/405166#M860</guid>
      <dc:creator>RaySirois</dc:creator>
      <dc:date>2017-05-12T00:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: comparing two rasters</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/comparing-two-rasters/m-p/405167#M861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to raster spatial analysis and any help or guidance you could provide in this area would be greatly appreciated. I tried the subtraction and I felt like it wasn't showing what I wanted to see. what other tools would you suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 01:01:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/comparing-two-rasters/m-p/405167#M861</guid>
      <dc:creator>RaySirois</dc:creator>
      <dc:date>2017-05-12T01:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: comparing two rasters</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/comparing-two-rasters/m-p/405168#M862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by images... I meant a screengrab .... sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 01:46:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/comparing-two-rasters/m-p/405168#M862</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-12T01:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: comparing two rasters</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/comparing-two-rasters/m-p/405169#M863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Minus displays the difference between two rasters cell by cell -- so I would start with that, and visually compare that with pop density using the&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/interactively-reveal-rasters-using-the-swipe-layer-tool.htm"&gt; swipe tool. &amp;nbsp;&lt;/A&gt;&amp;nbsp;Is there something wrong with your Minus result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Raster Calculator tool allows you get fancier, for example to get percent differences you can try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="number token"&gt;100&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;raster2 &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; raster1&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; raster1&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 May 2017 00:14:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/comparing-two-rasters/m-p/405169#M863</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-05-13T00:14:15Z</dc:date>
    </item>
  </channel>
</rss>

