<?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 Spatial Analyst Kriging Defaults? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/spatial-analyst-kriging-defaults/m-p/460411#M36056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am attempting to replicate the default settings of Kriging Interpolation that is performed in the Spatial Analyst Toolbox.&amp;nbsp; That is, if I were to accept all the defaults per the tool, what would my settings/parameters be in python?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Something like?:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;outKriging = Kriging(inFeatures, field, KrigingModelOrdinary("SPHERICAL", 200, 2.6, 542, 0), 200, RadiusFixed(12, 1))&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;j&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Mar 2013 14:55:15 GMT</pubDate>
    <dc:creator>JamesCrandall</dc:creator>
    <dc:date>2013-03-11T14:55:15Z</dc:date>
    <item>
      <title>Spatial Analyst Kriging Defaults?</title>
      <link>https://community.esri.com/t5/python-questions/spatial-analyst-kriging-defaults/m-p/460411#M36056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am attempting to replicate the default settings of Kriging Interpolation that is performed in the Spatial Analyst Toolbox.&amp;nbsp; That is, if I were to accept all the defaults per the tool, what would my settings/parameters be in python?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Something like?:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;outKriging = Kriging(inFeatures, field, KrigingModelOrdinary("SPHERICAL", 200, 2.6, 542, 0), 200, RadiusFixed(12, 1))&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;j&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 14:55:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spatial-analyst-kriging-defaults/m-p/460411#M36056</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2013-03-11T14:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst Kriging Defaults?</title>
      <link>https://community.esri.com/t5/python-questions/spatial-analyst-kriging-defaults/m-p/460412#M36057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;krigingModel = KrigingModelOrdinary("SPHERICAL")&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;kRadius = RadiusVariable(12)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;kCellsize = "#"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;kOut = Kriging("ca_ozone_pts", "ELEVATION", krigingModel, kCellsize , kRadius&amp;nbsp; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;see the tool help for more examples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 19:10:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spatial-analyst-kriging-defaults/m-p/460412#M36057</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2013-03-11T19:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst Kriging Defaults?</title>
      <link>https://community.esri.com/t5/python-questions/spatial-analyst-kriging-defaults/m-p/460413#M36058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;James&lt;BR /&gt;&lt;BR /&gt;krigingModel = KrigingModelOrdinary("SPHERICAL")&amp;nbsp; &lt;BR /&gt;kRadius = RadiusVariable(12)&lt;BR /&gt;kCellsize = "#"&lt;BR /&gt;kOut = Kriging("ca_ozone_pts", "ELEVATION", krigingModel, kCellsize , kRadius&amp;nbsp; )&lt;BR /&gt;&lt;BR /&gt;see the tool help for more examples.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steve&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That'll work!&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, 11 Mar 2013 19:22:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spatial-analyst-kriging-defaults/m-p/460413#M36058</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2013-03-11T19:22:28Z</dc:date>
    </item>
  </channel>
</rss>

