<?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 scripting for Geostatistical Wizard &amp;amp;quot;Optimize power value&amp;amp;quot; in ArcGIS GeoStatistical Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/scripting-for-geostatistical-wizard-amp-quot/m-p/138638#M366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to use a Python script for a daily IDW Interpolation of the same area. The "Optimize power value" is entered manually in the wizard but does not appear to have a setting for scripting. Is there a means to do this with scripting? Or is this something better handled using a 'template' (which I'm not familiar with)? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Nov 2011 13:23:33 GMT</pubDate>
    <dc:creator>StevenDrake</dc:creator>
    <dc:date>2011-11-10T13:23:33Z</dc:date>
    <item>
      <title>scripting for Geostatistical Wizard &amp;quot;Optimize power value&amp;quot;</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/scripting-for-geostatistical-wizard-amp-quot/m-p/138638#M366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to use a Python script for a daily IDW Interpolation of the same area. The "Optimize power value" is entered manually in the wizard but does not appear to have a setting for scripting. Is there a means to do this with scripting? Or is this something better handled using a 'template' (which I'm not familiar with)? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 13:23:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/scripting-for-geostatistical-wizard-amp-quot/m-p/138638#M366</guid>
      <dc:creator>StevenDrake</dc:creator>
      <dc:date>2011-11-10T13:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: scripting for Geostatistical Wizard "Optimize power value"</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/scripting-for-geostatistical-wizard-amp-quot/m-p/138639#M367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The optimize power is finding the power value that results in the lowest root-mean-square.&amp;nbsp; You can emulate this by iterating through the power value in your script.&amp;nbsp; With each iteration, use the Cross Validation tool to find the RMS, and see which value results in the lowest RMS.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 15:01:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/scripting-for-geostatistical-wizard-amp-quot/m-p/138639#M367</guid>
      <dc:creator>EricKrause</dc:creator>
      <dc:date>2011-11-10T15:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: scripting for Geostatistical Wizard "Optimize power value"</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/scripting-for-geostatistical-wizard-amp-quot/m-p/138640#M368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to identify which 6 points were used to derive a single cell value in the IDW and take an average?&amp;nbsp; I am looking to do a square of&amp;nbsp; distance average over distance&amp;nbsp; (Da/D)2 for a point set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Is this better done with Distance tool? Or can I just run an IDW on the geometry field?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Johanna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 13:59:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/scripting-for-geostatistical-wizard-amp-quot/m-p/138640#M368</guid>
      <dc:creator>Johannameyer</dc:creator>
      <dc:date>2011-11-18T13:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: scripting for Geostatistical Wizard "Optimize power value"</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/scripting-for-geostatistical-wizard-amp-quot/m-p/138641#M369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use the Neighborhood Selection tool, and give it the same searching neighborhood parameters you used in the IDW model, and use the point feature class you used in IDW for the input points.&amp;nbsp; For the x and y coordinates, use the center of the raster cell.&amp;nbsp; This will make a layer of the points that were used as neighbors for that cell.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're just wanting to do IDW with inverse distance squared as the weight, this is what IDW does by default.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 17:44:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/scripting-for-geostatistical-wizard-amp-quot/m-p/138641#M369</guid>
      <dc:creator>EricKrause</dc:creator>
      <dc:date>2011-11-18T17:44:04Z</dc:date>
    </item>
  </channel>
</rss>

