<?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: Create Geostatistical Layer and output both Prediction and SE in Model Builder in ArcGIS GeoStatistical Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/create-geostatistical-layer-and-output-both/m-p/709005#M1614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great!&amp;nbsp; I wasn't certain, but thought this might be the way to do it.&amp;nbsp; Thanks for confirming, Eric!&lt;/P&gt;&lt;P&gt;I have another question about model builder, if you don't mind.&amp;nbsp; I am using the %Name% inline variable from the iterator to name my output files.&amp;nbsp; The %Name% variable takes on "All_2014_06", "All_2014_07",.. etc.&amp;nbsp; I would like to re-name with "Speed_2014_06", "Speed_2014_07", etc. instead... is there a way to alter the %Name% variable to do this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2016 21:52:24 GMT</pubDate>
    <dc:creator>RobertRockwood</dc:creator>
    <dc:date>2016-10-06T21:52:24Z</dc:date>
    <item>
      <title>Create Geostatistical Layer and output both Prediction and SE in Model Builder</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/create-geostatistical-layer-and-output-both/m-p/709003#M1612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;I have built a model in Model Builder that iterates over point Features in a file geodatabase, selects a subset of each point feature based on attributes and then uses the 'Create Geostatistical Layer' tool to implement Ordinary kriging with optimization via crossvalidation.&amp;nbsp; I am using an xml file as a template.&amp;nbsp; I attached a screenshot of the model for reference.&lt;/P&gt;&lt;P&gt;I would like the output to be 1) a raster of predictions and 2) a raster of Standard Errors.&amp;nbsp; I have used the 'GA Layer To Grid' tool to output the prediction raster.&amp;nbsp; However, the type of output from the 'Create Geostatistical Layer' tool is specified in the xml file.&amp;nbsp; Do I need to re-run the tool with a new xml template in order to output the SE raster or is there a simpler way to do this. (This is simple to do when a GA Layer is created with Geostatistical Analyst by right clicking the layer and selecting 'Change output of Standard Error').&lt;/P&gt;&lt;P&gt;I am using ArcGIS 10.3.1 for Desktop with the Advanced license on Windows 10.&amp;nbsp; I also have 64-bit Background Geoprocessing installed in case that is relevant.&lt;/P&gt;&lt;P&gt;I used some of the information from this (&lt;A class="link-titled" href="https://blogs.esri.com/esri/arcgis/2010/06/18/automating-geostatistical-interpolation-using-template-layers/" title="https://blogs.esri.com/esri/arcgis/2010/06/18/automating-geostatistical-interpolation-using-template-layers/"&gt;Automating geostatistical interpolation using template layers | ArcGIS Blog&lt;/A&gt;) post by &lt;A href="https://community.esri.com/migrated-users/11953"&gt;Eric Krause&lt;/A&gt; and this (&lt;A href="https://community.esri.com/thread/80709"&gt;https://community.esri.com/thread/80709&lt;/A&gt; ) to get started.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 21:33:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/create-geostatistical-layer-and-output-both/m-p/709003#M1612</guid>
      <dc:creator>RobertRockwood</dc:creator>
      <dc:date>2016-10-06T21:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create Geostatistical Layer and output both Prediction and SE in Model Builder</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/create-geostatistical-layer-and-output-both/m-p/709004#M1613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to create two different xml files, one for prediction and one for standard error.&amp;nbsp; You already have one for prediction, and the easiest way to make it other is to make a copy of the xml file and change one line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;lt;enum name="KrigingResultType"&amp;gt;Prediction&amp;lt;/enum&amp;gt;&lt;/P&gt;&lt;P&gt;...should change to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;lt;enum name="KrigingResultType"&amp;gt;PredictionStandardError&amp;lt;/enum&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aside from that line, the files should be identical.&amp;nbsp; In ModelBuilder, you'll need to make a second branch in your model to run Create Geostatistical Layer and GA Layer to Grid twice (once with each xml source).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 21:45:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/create-geostatistical-layer-and-output-both/m-p/709004#M1613</guid>
      <dc:creator>EricKrause</dc:creator>
      <dc:date>2016-10-06T21:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create Geostatistical Layer and output both Prediction and SE in Model Builder</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/create-geostatistical-layer-and-output-both/m-p/709005#M1614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great!&amp;nbsp; I wasn't certain, but thought this might be the way to do it.&amp;nbsp; Thanks for confirming, Eric!&lt;/P&gt;&lt;P&gt;I have another question about model builder, if you don't mind.&amp;nbsp; I am using the %Name% inline variable from the iterator to name my output files.&amp;nbsp; The %Name% variable takes on "All_2014_06", "All_2014_07",.. etc.&amp;nbsp; I would like to re-name with "Speed_2014_06", "Speed_2014_07", etc. instead... is there a way to alter the %Name% variable to do this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 21:52:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/create-geostatistical-layer-and-output-both/m-p/709005#M1614</guid>
      <dc:creator>RobertRockwood</dc:creator>
      <dc:date>2016-10-06T21:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create Geostatistical Layer and output both Prediction and SE in Model Builder</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/create-geostatistical-layer-and-output-both/m-p/709006#M1615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm definitely not the best person to ask about ModelBuilder variables.&amp;nbsp; Hopefully someone with more direct experience can chime in here, but your best bet is probably to ask this on the &lt;A _jive_internal="true" href="https://community.esri.com/groups/model-builder/overview"&gt;ModelBuilder&lt;/A&gt; forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 21:59:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/create-geostatistical-layer-and-output-both/m-p/709006#M1615</guid>
      <dc:creator>EricKrause</dc:creator>
      <dc:date>2016-10-06T21:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create Geostatistical Layer and output both Prediction and SE in Model Builder</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/create-geostatistical-layer-and-output-both/m-p/709007#M1616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.&amp;nbsp; Thanks for your help, Eric!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 22:01:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/create-geostatistical-layer-and-output-both/m-p/709007#M1616</guid>
      <dc:creator>RobertRockwood</dc:creator>
      <dc:date>2016-10-06T22:01:23Z</dc:date>
    </item>
  </channel>
</rss>

