<?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 Compare cell values of different raster layers in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/compare-cell-values-of-different-raster-layers/m-p/457683#M6550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to look at the impact of varying weight values in a weighted overlay analysis (it???s part of a study on the impact of uncertainty in weights on the resulting maps when using weighted overlay analysis to find suitable sites for development). I have 13 different sets of weights which sum to 100 and 13 maps, each prepared with a different set of the 13 weights. The first map using the values 65 + 28 + 7 is my base map and all other maps are a variation of the base map values. For example one map uses the values 59 + 33 + 8, another uses 69 + 24 + 7, another uses 71 + 22 + 7 and so on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My resulting maps have cells with values between 1 and 9 with cells of value 9 being the most suitable locations for development. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For each of my maps I want to compare the total number of cells with a value of 9 against that of my base map - so I want to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;compare the base map against each of the 12 other maps and look at whether and to what extent the amount and location of cells &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with value 9 changes. (I want to find out to what extent uncertainty in the input weights influences the output of the weighted &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;overlay analysis).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions of a suitable method to carry out this analysis would be appreciated. I have been using raster calculator to subtract each of the variation maps from the base map but I want to focus just on difference in the most suitable cells (i.e. those with a value of 9) and the raster calculator doesn???t seem to be a very efficient way of doing this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ber&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jul 2013 19:04:54 GMT</pubDate>
    <dc:creator>BernadetteQuinn</dc:creator>
    <dc:date>2013-07-26T19:04:54Z</dc:date>
    <item>
      <title>Compare cell values of different raster layers</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/compare-cell-values-of-different-raster-layers/m-p/457683#M6550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to look at the impact of varying weight values in a weighted overlay analysis (it???s part of a study on the impact of uncertainty in weights on the resulting maps when using weighted overlay analysis to find suitable sites for development). I have 13 different sets of weights which sum to 100 and 13 maps, each prepared with a different set of the 13 weights. The first map using the values 65 + 28 + 7 is my base map and all other maps are a variation of the base map values. For example one map uses the values 59 + 33 + 8, another uses 69 + 24 + 7, another uses 71 + 22 + 7 and so on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My resulting maps have cells with values between 1 and 9 with cells of value 9 being the most suitable locations for development. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For each of my maps I want to compare the total number of cells with a value of 9 against that of my base map - so I want to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;compare the base map against each of the 12 other maps and look at whether and to what extent the amount and location of cells &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with value 9 changes. (I want to find out to what extent uncertainty in the input weights influences the output of the weighted &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;overlay analysis).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions of a suitable method to carry out this analysis would be appreciated. I have been using raster calculator to subtract each of the variation maps from the base map but I want to focus just on difference in the most suitable cells (i.e. those with a value of 9) and the raster calculator doesn???t seem to be a very efficient way of doing this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ber&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 19:04:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/compare-cell-values-of-different-raster-layers/m-p/457683#M6550</guid>
      <dc:creator>BernadetteQuinn</dc:creator>
      <dc:date>2013-07-26T19:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Compare cell values of different raster layers</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/compare-cell-values-of-different-raster-layers/m-p/457684#M6551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1.Extract the pixcel value with 9 for each overlayed output: raster dataset 1-13, 1 is from base map;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.Convert the 13 raster outputs to 13 polygon feature classes;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.Using #1 feature class as base data, and using the Analysis Tool (find the difference tool --ArcInfo license) to find the changes (compair to the base polygon) and unchanges. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.Then #2....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 21:12:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/compare-cell-values-of-different-raster-layers/m-p/457684#M6551</guid>
      <dc:creator>TOMKONG</dc:creator>
      <dc:date>2013-07-29T21:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Compare cell values of different raster layers</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/compare-cell-values-of-different-raster-layers/m-p/457685#M6552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tom,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for your reply. I think I may have done something similar - I used raster calculator to subtract each map from my base &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map to look at the difference between cell values. Do you think the method you suggest will produce different results to what I have done? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I see that you have suggested to extract the cells with a value of 9, but i'm still not sure of the difference between the two methods.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ber&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 21:46:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/compare-cell-values-of-different-raster-layers/m-p/457685#M6552</guid>
      <dc:creator>BernadetteQuinn</dc:creator>
      <dc:date>2013-07-29T21:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Compare cell values of different raster layers</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/compare-cell-values-of-different-raster-layers/m-p/457686#M6553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Tom,&lt;BR /&gt;Many thanks for your reply. I think I may have done something similar - I used raster calculator to subtract each map from my base &lt;BR /&gt;map to look at the difference between cell values. Do you think the method you suggest will produce different results to what I have done? &lt;BR /&gt;I see that you have suggested to extract the cells with a value of 9, but i'm still not sure of the difference between the two methods.&lt;BR /&gt;Many thanks,&lt;BR /&gt;Ber&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ber, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In your first post, you said you want to focus on the cells changes that cell with value 9 (suitable for development) and to test the changes affected by different weight models.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So the "subtract" you used is only to get the difference between different model cell included all 1-9 values; but the extracting 9 values from different models is to focus on the best area changes affected by different assigning weight values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 22:28:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/compare-cell-values-of-different-raster-layers/m-p/457686#M6553</guid>
      <dc:creator>TOMKONG</dc:creator>
      <dc:date>2013-07-29T22:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Compare cell values of different raster layers</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/compare-cell-values-of-different-raster-layers/m-p/457687#M6554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Tom, I see now the benefits of your suggested method. I have extracted the "9"'s and convert to polygon but I cannot &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;find which tool you are suggesting to use to compare two polygonss to find the changes... (I have an ArcInfo license). I would appreciate if you can tell me the name of the tool if possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ber&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 13:23:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/compare-cell-values-of-different-raster-layers/m-p/457687#M6554</guid>
      <dc:creator>BernadetteQuinn</dc:creator>
      <dc:date>2013-07-30T13:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Compare cell values of different raster layers</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/compare-cell-values-of-different-raster-layers/m-p/457688#M6555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thank you Tom, I see now the benefits of your suggested method. I have extracted the "9"'s and convert to polygon but I cannot &lt;BR /&gt;find which tool you are suggesting to use to compare two polygonss to find the changes... (I have an ArcInfo license). I would appreciate if you can tell me the name of the tool if possible?&lt;BR /&gt;Many thanks &lt;BR /&gt;Ber&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's the Symmetrical Difference tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 15:13:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/compare-cell-values-of-different-raster-layers/m-p/457688#M6555</guid>
      <dc:creator>TOMKONG</dc:creator>
      <dc:date>2013-07-30T15:13:12Z</dc:date>
    </item>
  </channel>
</rss>

