<?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: Creating Seamless Raster Mosaic in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/creating-seamless-raster-mosaic/m-p/515323#M40441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Greetings!&lt;BR /&gt;&lt;BR /&gt;Please try the following syntax:&lt;BR /&gt;Con(IsNull("myraster"), FocalStatistics("myraster", NbrRectangle(2,2, "CELL"), "MEAN"), "myraster")&lt;BR /&gt;&lt;BR /&gt;Also, here is a link to a Knowledge Base - Technical Article on this subject&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/21261"&gt;Remove and replace no data values within a raster using statistical information from the surrounding data values.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That worked - saved me so much more stress! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2012 19:48:24 GMT</pubDate>
    <dc:creator>KaileyCooper</dc:creator>
    <dc:date>2012-04-02T19:48:24Z</dc:date>
    <item>
      <title>Creating Seamless Raster Mosaic</title>
      <link>https://community.esri.com/t5/python-questions/creating-seamless-raster-mosaic/m-p/515318#M40436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="font-family:Verdana;"&gt;I used the "Mosaic to New Raster" tool to create a mosaic of DEM's.&lt;BR /&gt;&lt;BR /&gt;Now I want to make them seamless so I can do watershed analysis on them. I am using ArcGIS 10 and the code I was given to use in the Raster Calculator is not working. &lt;BR /&gt;I got the code from this video: &lt;A href="http://www.youtube.com/watch?v=qJHCbEVbMv0" rel="nofollow"&gt;http://www.youtube.com/watch?v=qJHCbEVbMv0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;They appear to be using an older version and have a code for ArcGIS 10, but that is not working either. &lt;BR /&gt;&lt;BR /&gt;These are the codes I was given: &lt;BR /&gt;&lt;BR /&gt;Con(IsNull(â??myrasterâ?�),FocalStatistics(â??myrasterâ?�,NbrRectangÂ¬le(2,2),â?�MEANâ?�),â?�myrasterâ?�) - &lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;this is for ArcGIS 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[seemless] = con(isNull([mosaic]),focalmean([mosaic],rectangle,2,2),[mosaic]) - &lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;this is for the older version. [seemless] would be the name of the file I am generating and mosaic is the file I already created. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you have any suggestions on making this work? Much appreciated!! &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 19:25:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-seamless-raster-mosaic/m-p/515318#M40436</guid>
      <dc:creator>KaileyCooper</dc:creator>
      <dc:date>2012-04-02T19:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Seamless Raster Mosaic</title>
      <link>https://community.esri.com/t5/python-questions/creating-seamless-raster-mosaic/m-p/515319#M40437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please try the following syntax:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Con(IsNull("myraster"), FocalStatistics("myraster", NbrRectangle(2,2, "CELL"), "MEAN"), "myraster")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, here is a link to a Knowledge Base - Technical Article on this subject&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/21261"&gt;Remove and replace no data values within a raster using statistical information from the surrounding data values.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 19:37:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-seamless-raster-mosaic/m-p/515319#M40437</guid>
      <dc:creator>TarunJaiswal</dc:creator>
      <dc:date>2012-04-02T19:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Seamless Raster Mosaic</title>
      <link>https://community.esri.com/t5/python-questions/creating-seamless-raster-mosaic/m-p/515320#M40438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;NbrRectang¬le(2,2)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there really a strange character in there?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 19:40:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-seamless-raster-mosaic/m-p/515320#M40438</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2012-04-02T19:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Seamless Raster Mosaic</title>
      <link>https://community.esri.com/t5/python-questions/creating-seamless-raster-mosaic/m-p/515321#M40439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That worked - saved me so much more stress! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 19:45:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-seamless-raster-mosaic/m-p/515321#M40439</guid>
      <dc:creator>KaileyCooper</dc:creator>
      <dc:date>2012-04-02T19:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Seamless Raster Mosaic</title>
      <link>https://community.esri.com/t5/python-questions/creating-seamless-raster-mosaic/m-p/515322#M40440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there really a strange character in there?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No - It must have done that when I copied it. oops!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 19:47:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-seamless-raster-mosaic/m-p/515322#M40440</guid>
      <dc:creator>KaileyCooper</dc:creator>
      <dc:date>2012-04-02T19:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Seamless Raster Mosaic</title>
      <link>https://community.esri.com/t5/python-questions/creating-seamless-raster-mosaic/m-p/515323#M40441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Greetings!&lt;BR /&gt;&lt;BR /&gt;Please try the following syntax:&lt;BR /&gt;Con(IsNull("myraster"), FocalStatistics("myraster", NbrRectangle(2,2, "CELL"), "MEAN"), "myraster")&lt;BR /&gt;&lt;BR /&gt;Also, here is a link to a Knowledge Base - Technical Article on this subject&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/21261"&gt;Remove and replace no data values within a raster using statistical information from the surrounding data values.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That worked - saved me so much more stress! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 19:48:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-seamless-raster-mosaic/m-p/515323#M40441</guid>
      <dc:creator>KaileyCooper</dc:creator>
      <dc:date>2012-04-02T19:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Seamless Raster Mosaic</title>
      <link>https://community.esri.com/t5/python-questions/creating-seamless-raster-mosaic/m-p/515324#M40442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Greetings!&lt;BR /&gt;&lt;BR /&gt;Please try the following syntax:&lt;BR /&gt;Con(IsNull("myraster"), FocalStatistics("myraster", NbrRectangle(2,2, "CELL"), "MEAN"), "myraster")&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tarun, the only difference between your statement and cooperkn's is the additional of the units parameter ("CELL"), which is clearly labelled in the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//005m00000064000000.htm"&gt;help pages &lt;/A&gt;&lt;SPAN&gt;as optional. Is this, in fact, not optional? If so, how does a person report errors in the help documentation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;edit: nevermind, I found the feedback button. We'll see if it gets changed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 19:58:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-seamless-raster-mosaic/m-p/515324#M40442</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2012-04-02T19:58:36Z</dc:date>
    </item>
  </channel>
</rss>

