<?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: Image Resampling and Edge Effects in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/image-resampling-and-edge-effects/m-p/16677#M57</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What type of edge affects do you want to accommodate for?&lt;/P&gt;&lt;P&gt;This means that you have no adjacent data that you can use?&lt;/P&gt;&lt;P&gt;And/or you don't want to clip the outputs to remove the edge areas?&lt;/P&gt;&lt;P&gt;The type of treatment used is largely not specified.&lt;/P&gt;&lt;P&gt;The simplest way is to pad the perimeter with nodata values equivalent to 1/2-ish the analysis window size&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2018 17:20:40 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-09-24T17:20:40Z</dc:date>
    <item>
      <title>Image Resampling and Edge Effects</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/image-resampling-and-edge-effects/m-p/16676#M56</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to resample an image, using something like neighborhood statistics, but I know this will lead to edge effects. Is there a tool in ArcMap or Pro that will resample an image while adjusting for edge effects? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 17:09:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/image-resampling-and-edge-effects/m-p/16676#M56</guid>
      <dc:creator>JohnWeidler</dc:creator>
      <dc:date>2018-09-24T17:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Image Resampling and Edge Effects</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/image-resampling-and-edge-effects/m-p/16677#M57</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What type of edge affects do you want to accommodate for?&lt;/P&gt;&lt;P&gt;This means that you have no adjacent data that you can use?&lt;/P&gt;&lt;P&gt;And/or you don't want to clip the outputs to remove the edge areas?&lt;/P&gt;&lt;P&gt;The type of treatment used is largely not specified.&lt;/P&gt;&lt;P&gt;The simplest way is to pad the perimeter with nodata values equivalent to 1/2-ish the analysis window size&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 17:20:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/image-resampling-and-edge-effects/m-p/16677#M57</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-09-24T17:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Image Resampling and Edge Effects</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/image-resampling-and-edge-effects/m-p/16678#M58</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's no adjacent data to use, and I'd rather not clip out edge areas if I don't have to. How do you pad the perimeter with specified values, is there an edge extension tool?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 18:20:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/image-resampling-and-edge-effects/m-p/16678#M58</guid>
      <dc:creator>JohnWeidler</dc:creator>
      <dc:date>2018-09-24T18:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Image Resampling and Edge Effects</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/image-resampling-and-edge-effects/m-p/16679#M59</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no edge tool.&lt;/P&gt;&lt;P&gt;You set the extent of the raster slightly larger than the raster.&amp;nbsp; Assuming that the raster is rectangular and axis-oriented, find the current extent, then set the Left, right, top and bottom appropriately so you have a border of nodata values.&lt;/P&gt;&lt;P&gt;Numpy has specify tools for 'padding' arrays (aka, rasters) and functions that perform moving/rolling functions that account for nodata.&lt;/P&gt;&lt;P&gt;I suspect most of esri's functions account for edge effects behind the scenes, so before spending a lot of time on this, compare a simple neighborhood mean with a 3x3 moving window with and without the nodata collar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 20:04:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/image-resampling-and-edge-effects/m-p/16679#M59</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-09-24T20:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Image Resampling and Edge Effects</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/image-resampling-and-edge-effects/m-p/16680#M60</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 20:40:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/image-resampling-and-edge-effects/m-p/16680#M60</guid>
      <dc:creator>JohnWeidler</dc:creator>
      <dc:date>2018-09-24T20:40:46Z</dc:date>
    </item>
  </channel>
</rss>

