<?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 OLS or GWR regression on rasters in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/ols-or-gwr-regression-on-rasters/m-p/234961#M759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got two raster layers to do with a specific crop:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yields&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Suitability Index for growing&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I'd like to do is use the suitability layer, which covers the entire globe, to impute the potential (expected) yield in places where the crop is not grown. I would do this using the actual yields layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't use rasters as inputs for the OLS or GWR tool. I tried converting them to vector format, doing a spatial join, and then running a regression but it won't work as the datasets are simply too big when I convert them to polygons. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How would I run a regression on rasters, to impute the expected values of one based on another?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Oct 2011 15:19:50 GMT</pubDate>
    <dc:creator>JeremyProville</dc:creator>
    <dc:date>2011-10-28T15:19:50Z</dc:date>
    <item>
      <title>OLS or GWR regression on rasters</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/ols-or-gwr-regression-on-rasters/m-p/234961#M759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got two raster layers to do with a specific crop:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yields&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Suitability Index for growing&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I'd like to do is use the suitability layer, which covers the entire globe, to impute the potential (expected) yield in places where the crop is not grown. I would do this using the actual yields layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't use rasters as inputs for the OLS or GWR tool. I tried converting them to vector format, doing a spatial join, and then running a regression but it won't work as the datasets are simply too big when I convert them to polygons. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How would I run a regression on rasters, to impute the expected values of one based on another?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2011 15:19:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/ols-or-gwr-regression-on-rasters/m-p/234961#M759</guid>
      <dc:creator>JeremyProville</dc:creator>
      <dc:date>2011-10-28T15:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: OLS or GWR regression on rasters</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/ols-or-gwr-regression-on-rasters/m-p/234962#M760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you just run your regression on a subset of your data? Take a systematic sample of your rasters and run your anayses on those.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2011 17:14:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/ols-or-gwr-regression-on-rasters/m-p/234962#M760</guid>
      <dc:creator>ChrisBater</dc:creator>
      <dc:date>2011-10-28T17:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: OLS or GWR regression on rasters</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/ols-or-gwr-regression-on-rasters/m-p/234963#M761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can you just run your regression on a subset of your data? Take a systematic sample of your rasters and run your anayses on those.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi passiveoptical, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, your suggestion is a good idea and I'm sure would have been a good solution in other circumstances. I've been running into problems when trying that approach: since the dataset is global in scale and only one of many regressions I'll have to do, the sampling would be very time intensive. I suppose I could script it but there's another issue in that after getting the expected values, I have to reconvert to raster. The regression outputs need to be combined with other datasets subsequently (using the raster calculator).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I might just have to try the batch scripting method if there's no other ideas...I do find it odd that the regression tools don't accept rasters of identical dimensions though, it seems like a pretty straightforward and necessary operation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the advice!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 20:21:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/ols-or-gwr-regression-on-rasters/m-p/234963#M761</guid>
      <dc:creator>JeremyProville</dc:creator>
      <dc:date>2011-11-01T20:21:00Z</dc:date>
    </item>
  </channel>
</rss>

