<?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: Resample raster using a Gaussian filter in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/resample-raster-using-a-gaussian-filter/m-p/1212034#M26468</link>
    <description>&lt;P&gt;So I tried the Resampling function using a Gaussian blur and Gaussian blur Plus. The issue is that ArcGIS Pro doesn't give me the option to set the the std. Probably I should have mentioned that in my question, but I would like to investigate the resampling results using a Gaussian blur with various std values (from 0.2 to 0.9 with step 0.05). So I am guessing I need to do this programmatically as I couldn't find any GIS software that gives me this option.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2022 16:24:30 GMT</pubDate>
    <dc:creator>nik_geo</dc:creator>
    <dc:date>2022-09-13T16:24:30Z</dc:date>
    <item>
      <title>Resample raster using a Gaussian filter</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/resample-raster-using-a-gaussian-filter/m-p/1209435#M26449</link>
      <description>&lt;P&gt;I want to resample a satellite image using a Gaussian filter. By resample I mean to increase the pixel size from 15m to 460m. Is there any tool I can use in ArcMap 10.8?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 21:50:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/resample-raster-using-a-gaussian-filter/m-p/1209435#M26449</guid>
      <dc:creator>nik_geo</dc:creator>
      <dc:date>2022-09-02T21:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Resample raster using a Gaussian filter</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/resample-raster-using-a-gaussian-filter/m-p/1209463#M26450</link>
      <description>&lt;P&gt;Resample&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/spatial-analyst/resample.htm" target="_blank"&gt;Resample—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/raster-functions/resample-function.htm" target="_blank"&gt;Resample function—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;should be what you are looking for&lt;/P&gt;</description>
      <pubDate>Sat, 03 Sep 2022 00:21:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/resample-raster-using-a-gaussian-filter/m-p/1209463#M26450</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-09-03T00:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Resample raster using a Gaussian filter</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/resample-raster-using-a-gaussian-filter/m-p/1212034#M26468</link>
      <description>&lt;P&gt;So I tried the Resampling function using a Gaussian blur and Gaussian blur Plus. The issue is that ArcGIS Pro doesn't give me the option to set the the std. Probably I should have mentioned that in my question, but I would like to investigate the resampling results using a Gaussian blur with various std values (from 0.2 to 0.9 with step 0.05). So I am guessing I need to do this programmatically as I couldn't find any GIS software that gives me this option.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 16:24:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/resample-raster-using-a-gaussian-filter/m-p/1212034#M26468</guid>
      <dc:creator>nik_geo</dc:creator>
      <dc:date>2022-09-13T16:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Resample raster using a Gaussian filter</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/resample-raster-using-a-gaussian-filter/m-p/1212081#M26469</link>
      <description>&lt;P&gt;Before you reinvent the wheel, have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.gaussian_filter.html" target="_blank"&gt;scipy.ndimage.gaussian_filter — SciPy v1.9.1 Manual&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 17:38:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/resample-raster-using-a-gaussian-filter/m-p/1212081#M26469</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-09-13T17:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Resample raster using a Gaussian filter</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/resample-raster-using-a-gaussian-filter/m-p/1212343#M26473</link>
      <description>&lt;P&gt;I tested the algorithm and the output is an array with the same dimensions as the input while my goal is to have fewer dimensions. Unless I made a mistake, using the function&amp;nbsp;scipy.ndimage.gaussian_filter I cannot change the pixel size (or the dimensions of the array in python's terms).&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To put it differently, I am trying to simulate coarse data (resample panchromatic band) as though they were measured with a coarse PSF.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To do this I need to apply a transfer function (TF; e.g., Gaussian) to the fine data, but with a very large width.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This produces the coarse data. The PSF (point spread function) is the Gaussian filter.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, the tool Gauss blur (plus) I think works like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;From ArcGIS documentation, "Applies a Gaussian convolution to the source raster and calculates pixel value using the distance-weighted value of four nearest pixels from the blurred raster. It is appropriate for removing noise in resampled data and for down-sampling to a larger pixel size."&lt;/P&gt;&lt;P&gt;It simply apply the filter to blur the image then go ahead to resample it (in this case, from their definition, bilinear interpolation)&lt;/P&gt;&lt;P&gt;From ArcGIS "Bilinear Interpolation—Calculates the pixel value using the distance-weighted value of the four nearest pixels. This method is computationally efficient to process".&lt;/P&gt;&lt;P&gt;For a more detailed explanation of what I want to achieve, please refer to the paper '&lt;EM&gt;The effect of point spread function on downscaling continua&lt;/EM&gt;'. The file size of the pdf is 35mb and I can't upload it.&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Sep 2022 11:15:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/resample-raster-using-a-gaussian-filter/m-p/1212343#M26473</guid>
      <dc:creator>nik_geo</dc:creator>
      <dc:date>2022-09-14T11:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Resample raster using a Gaussian filter</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/resample-raster-using-a-gaussian-filter/m-p/1215680#M26491</link>
      <description>&lt;P&gt;ArcGIS Pro does not have (yet) this functionality. Or at least I didn't find it.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 18:51:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/resample-raster-using-a-gaussian-filter/m-p/1215680#M26491</guid>
      <dc:creator>nik_geo</dc:creator>
      <dc:date>2022-09-23T18:51:05Z</dc:date>
    </item>
  </channel>
</rss>

