<?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: smoothing a dem with a 3x3 kernel window in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/smoothing-a-dem-with-a-3x3-kernel-window/m-p/177139#M13625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You don't need to code this in Python.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Customized irregular kernel (applied as a text file) should be enough.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's how can those file look like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;3 3
0.25 0.5 0.25
0.5 1.0 0.5
0.25 0.5 0.25&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Look &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_Focal_Statistics_works/009z000000r7000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;How Focal Statistics works&lt;/A&gt;&lt;SPAN&gt; topic for more explanation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 09:06:51 GMT</pubDate>
    <dc:creator>MarcinGasior</dc:creator>
    <dc:date>2021-12-11T09:06:51Z</dc:date>
    <item>
      <title>smoothing a dem with a 3x3 kernel window</title>
      <link>https://community.esri.com/t5/python-questions/smoothing-a-dem-with-a-3x3-kernel-window/m-p/177138#M13624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello to everyone ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sorry if i may sound so basic but the truth is that i just started python scripting . my question is that , i have a dem and 3x3 kernel window. i want to use the weight to smooth the dem. I have seen a tutorial using gdal. but i believe with numpy and arcpy , i should&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; be able to smooth the dem without the gdal approach. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would be grateful if you can assist me.:o&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 08:41:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/smoothing-a-dem-with-a-3x3-kernel-window/m-p/177138#M13624</guid>
      <dc:creator>saadatumohammed</dc:creator>
      <dc:date>2012-11-26T08:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: smoothing a dem with a 3x3 kernel window</title>
      <link>https://community.esri.com/t5/python-questions/smoothing-a-dem-with-a-3x3-kernel-window/m-p/177139#M13625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You don't need to code this in Python.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Customized irregular kernel (applied as a text file) should be enough.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's how can those file look like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;3 3
0.25 0.5 0.25
0.5 1.0 0.5
0.25 0.5 0.25&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Look &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_Focal_Statistics_works/009z000000r7000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;How Focal Statistics works&lt;/A&gt;&lt;SPAN&gt; topic for more explanation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:06:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/smoothing-a-dem-with-a-3x3-kernel-window/m-p/177139#M13625</guid>
      <dc:creator>MarcinGasior</dc:creator>
      <dc:date>2021-12-11T09:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: smoothing a dem with a 3x3 kernel window</title>
      <link>https://community.esri.com/t5/python-questions/smoothing-a-dem-with-a-3x3-kernel-window/m-p/177140#M13626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear m.gasior,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for your recomendation. however , i have gone through the link very well several times ,it continuously give me failure. i wrote my weight&amp;nbsp; and saved it as text file as it was instructed . but unfortunately , the result is failure. do you have any recomendation for me from your experiance. thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 06:39:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/smoothing-a-dem-with-a-3x3-kernel-window/m-p/177140#M13626</guid>
      <dc:creator>saadatumohammed</dc:creator>
      <dc:date>2012-11-27T06:39:44Z</dc:date>
    </item>
  </channel>
</rss>

