<?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: &amp;quot;Optimize&amp;quot; option for kriging in Python, similar to Geospatial Wizard in the GUI? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/quot-optimize-quot-option-for-kriging-in-python/m-p/329527#M25633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm yes that must be what the Geospatial Wizard is using under the hood, thank you. I was hoping there would be a function that would cross validate and select the correct parameters like the wizard but I guess that would be too easy. If only the Geospatial Wizard wasn't so opaque.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2020 00:03:45 GMT</pubDate>
    <dc:creator>IanDavies</dc:creator>
    <dc:date>2020-06-19T00:03:45Z</dc:date>
    <item>
      <title>"Optimize" option for kriging in Python, similar to Geospatial Wizard in the GUI?</title>
      <link>https://community.esri.com/t5/python-questions/quot-optimize-quot-option-for-kriging-in-python/m-p/329525#M25631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been using the Geospatial Wizard in the ArcMap 10.4.1 desktop GUI to interpolate rainfall station data with good success. During the process I consult the variograms and adjust parameters accordingly -- however, I noticed that the "optimize" feature in the Geospatial Wizard, which uses cross validation to optimize the kriging parameters, gives me equally accurate results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have many many layers that I wish to interpolate and I want to do this in a standalone Python script. However, I can't find any way to "optimize" the parameters like in the Geospatial Wizard, I can only input them manually or use the defaults.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any luck with this? If I am forced to use Model Builder, does that have the optimize feature?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 20:04:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/quot-optimize-quot-option-for-kriging-in-python/m-p/329525#M25631</guid>
      <dc:creator>IanDavies</dc:creator>
      <dc:date>2020-06-18T20:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: "Optimize" option for kriging in Python, similar to Geospatial Wizard in the GUI?</title>
      <link>https://community.esri.com/t5/python-questions/quot-optimize-quot-option-for-kriging-in-python/m-p/329526#M25632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking to incorporate this tool?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/geostatistical-analyst/cross-validation.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/geostatistical-analyst/cross-validation.htm"&gt;Cross Validation—Help | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 21:59:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/quot-optimize-quot-option-for-kriging-in-python/m-p/329526#M25632</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-06-18T21:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: "Optimize" option for kriging in Python, similar to Geospatial Wizard in the GUI?</title>
      <link>https://community.esri.com/t5/python-questions/quot-optimize-quot-option-for-kriging-in-python/m-p/329527#M25633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm yes that must be what the Geospatial Wizard is using under the hood, thank you. I was hoping there would be a function that would cross validate and select the correct parameters like the wizard but I guess that would be too easy. If only the Geospatial Wizard wasn't so opaque.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2020 00:03:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/quot-optimize-quot-option-for-kriging-in-python/m-p/329527#M25633</guid>
      <dc:creator>IanDavies</dc:creator>
      <dc:date>2020-06-19T00:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: "Optimize" option for kriging in Python, similar to Geospatial Wizard in the GUI?</title>
      <link>https://community.esri.com/t5/python-questions/quot-optimize-quot-option-for-kriging-in-python/m-p/329528#M25634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found an answer to this question - no you cannot automate kriging optimization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.esri.com/message/864045-re-how-can-i-do-batch-processing-with-geostatistical-wizard-not-the-tool-geostatistical-analyst-in-arcgis-specifically-for-kriging?commentID=864045#comment-864045?q=kriging%20python" title="https://community.esri.com/message/864045-re-how-can-i-do-batch-processing-with-geostatistical-wizard-not-the-tool-geostatistical-analyst-in-arcgis-specifically-for-kriging?commentID=864045#comment-864045?q=kriging%20python"&gt;https://community.esri.com/message/864045-re-how-can-i-do-batch-processing-with-geostatistical-wizard-not-the-tool-geost…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2020 00:08:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/quot-optimize-quot-option-for-kriging-in-python/m-p/329528#M25634</guid>
      <dc:creator>IanDavies</dc:creator>
      <dc:date>2020-06-19T00:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: "Optimize" option for kriging in Python, similar to Geospatial Wizard in the GUI?</title>
      <link>https://community.esri.com/t5/python-questions/quot-optimize-quot-option-for-kriging-in-python/m-p/329529#M25635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric Krouse's post there does provide a suggestion as how to do it though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3428"&gt;Steve Lynch&lt;/A&gt;‌,&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/11953"&gt;Eric Krause&lt;/A&gt; any changes in this or is the approach the same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2020 00:53:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/quot-optimize-quot-option-for-kriging-in-python/m-p/329529#M25635</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-06-19T00:53:54Z</dc:date>
    </item>
  </channel>
</rss>

