<?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: Correlation between two raster using band collection statistics in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-two-raster-using-band/m-p/229743#M3233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;even with the paths scratched out, they appear very long, on some sort of network drive... can you not work on your local machine with a simple folder structure (c:\test for example) to try to rule out their location and path issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jul 2017 18:46:03 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-07-13T18:46:03Z</dc:date>
    <item>
      <title>Correlation between two raster using band collection statistics</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-two-raster-using-band/m-p/229740#M3230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using band collection statistics to calculate correlation between two kernel density rasters. But i got the following errors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR&amp;nbsp;010007 : Too many arguments.usage: STACKSTATS &amp;lt;stack&amp;gt;&amp;lt;out_data_file&amp;gt; {BRIEF | DETAIL}&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR 010067: Error in executing grid expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the two rasters have same cell size.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a little bit background: our goal is to see where two point distribution are similar or not similar. so i generate&amp;nbsp;kernel density rasters from the two point layers, and run band collection statistics to calculate the correlation between the two rasters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;H1&gt;&lt;/H1&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 20:07:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-two-raster-using-band/m-p/229740#M3230</guid>
      <dc:creator>ShirleyLi</dc:creator>
      <dc:date>2017-07-12T20:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation between two raster using band collection statistics</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-two-raster-using-band/m-p/229741#M3231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you don't indicate whether you are doing this through the tool or via a script&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;BandCollectionStats([inRasterBand1, inRasterBand2], outStatFile, "DETAILED")&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;the first parameter is a list of rasters, in a workspace or their absolute paths.&amp;nbsp; Too many parameters suggests that the bands aren't enclosed in a list.&amp;nbsp; If scripting isn't the case, show the dialog prior to running or show your script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 20:27:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-two-raster-using-band/m-p/229741#M3231</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-12T20:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation between two raster using band collection statistics</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-two-raster-using-band/m-p/229742#M3232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your quick response. I'm using the tool and attached is a screenshot of the tool settings. I entered the path of the two rasters and where the result txt will be stored. I also checked the "compute covariance and correlation matrices" option.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="362397" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/362397_Capture.PNG" style="width: 620px; height: 336px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 13:35:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-two-raster-using-band/m-p/229742#M3232</guid>
      <dc:creator>ShirleyLi</dc:creator>
      <dc:date>2017-07-13T13:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation between two raster using band collection statistics</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-two-raster-using-band/m-p/229743#M3233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;even with the paths scratched out, they appear very long, on some sort of network drive... can you not work on your local machine with a simple folder structure (c:\test for example) to try to rule out their location and path issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 18:46:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-two-raster-using-band/m-p/229743#M3233</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-13T18:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation between two raster using band collection statistics</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-two-raster-using-band/m-p/229744#M3234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works! i move them to a local folder with a shorter path and it ran successfully. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 18:56:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-two-raster-using-band/m-p/229744#M3234</guid>
      <dc:creator>ShirleyLi</dc:creator>
      <dc:date>2017-07-13T18:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation between two raster using band collection statistics</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-two-raster-using-band/m-p/229745#M3235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is good.&amp;nbsp; My mottos... work local ...and ... the path to enlightenment is short and clean &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 19:09:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-two-raster-using-band/m-p/229745#M3235</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-13T19:09:48Z</dc:date>
    </item>
  </channel>
</rss>

