<?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: ModelBuilder in Batch in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-in-batch/m-p/875290#M1495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Having encountered the same issue over at &lt;/SPAN&gt;&lt;A href="http://gis.stackexchange.com/questions/36891/does-calculate-value-model-only-tool-work-correctly-in-tools-run-in-batch/36900#36900"&gt;Stack Exchange GIS&lt;/A&gt;&lt;SPAN&gt;, I agree with Luke.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Iterators will provide a workaround sometimes but not always, and there is a large class of users who are comfortable with tools based on models and batch mode but will not become Python programmers to address the remaining cases.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A bug number and fix would be my preference rather than a workaround.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Graeme&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2012 06:39:41 GMT</pubDate>
    <dc:creator>GraemeBrowning</dc:creator>
    <dc:date>2012-10-26T06:39:41Z</dc:date>
    <item>
      <title>ModelBuilder in Batch</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-in-batch/m-p/875286#M1491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I have misunderstood something here!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a model that accepts some input parameter datasets....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unions them to say C:\tool\InputsUnioned.shp &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then say it does another process, before a final process whose output path is a parameter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The model works perfectly/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I try to batch run it for my hundreds of required runs. But it always does the union hundreds of times first overwriting the previous C:\tool\InputsUnioned.shp output each time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I batch it so it runs the entire model at a time rather than how its setup by default?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 14:53:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-in-batch/m-p/875286#M1491</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2011-05-24T14:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: ModelBuilder in Batch</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-in-batch/m-p/875287#M1492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please can anyone help? I need to run a model a lot next week, and need the batch function!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 10:53:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-in-batch/m-p/875287#M1492</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2011-06-03T10:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: ModelBuilder in Batch</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-in-batch/m-p/875288#M1493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case the recommended approach is to use an iterator instead of a batch input. Iterators run the entire mode for each iteration vs. batch which runs the model once and runs each tool n times for each execution. In this case use the feature class iterator if all the feature classes are in one workspace or use iterate multi-value to select the set of feature classes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesk...000001w000000/"&gt;http://help.arcgis.com/en/arcgisdesk...000001w000000/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 16:43:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-in-batch/m-p/875288#M1493</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2011-06-22T16:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: ModelBuilder in Batch</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-in-batch/m-p/875289#M1494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hanks Bruce,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem with multivalue iterators is, unless I am mistaken, they only let you modify one model parameter per model iteration. The batch dialog lets you specify a different value for every model parameter for each iteration. What I need is the ability to specify each model parameter differently per iteration like with the batch dialog, but force the processes within the model to run sequentially like with an iterator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to get the best of both worlds (other than the aforementioned elsewhere -- write a Python script to call the model)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 13:42:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-in-batch/m-p/875289#M1494</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2011-10-26T13:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: ModelBuilder in Batch</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-in-batch/m-p/875290#M1495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Having encountered the same issue over at &lt;/SPAN&gt;&lt;A href="http://gis.stackexchange.com/questions/36891/does-calculate-value-model-only-tool-work-correctly-in-tools-run-in-batch/36900#36900"&gt;Stack Exchange GIS&lt;/A&gt;&lt;SPAN&gt;, I agree with Luke.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Iterators will provide a workaround sometimes but not always, and there is a large class of users who are comfortable with tools based on models and batch mode but will not become Python programmers to address the remaining cases.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A bug number and fix would be my preference rather than a workaround.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Graeme&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 06:39:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-in-batch/m-p/875290#M1495</guid>
      <dc:creator>GraemeBrowning</dc:creator>
      <dc:date>2012-10-26T06:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: ModelBuilder in Batch</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-in-batch/m-p/875291#M1496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Although I would agree this is a seemingly needless limitation, I haven't had that much difficulty in the past just exporting to python and modifying the script. Doesn't sound like your model is very complicated. This Python wrapper probably does more to make something usable than just right clicking in the toolbox and exporting to a script. Try running it through this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=83585412edd04ae48bdffea3e1f7b2e7"&gt;http://www.arcgis.com/home/item.html?id=83585412edd04ae48bdffea3e1f7b2e7&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 14:48:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-in-batch/m-p/875291#M1496</guid>
      <dc:creator>MichaelStead</dc:creator>
      <dc:date>2012-10-26T14:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: ModelBuilder in Batch</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-in-batch/m-p/875292#M1497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Agreed - BUT&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI software is famous for its usability. I am a GIS professional and don't struggle to write a python script to call my model in batch... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I have to support other users...and specifically insist they do not use the 'Batch' function they use for other tools as it will fail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And then I have to write a custom python script for them depending on their input data to call my model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And then explain to them how to run the script...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And spend lots of time offering support....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;I want to be able to tell them right click..batch ... and enter the parameters!!!!!!!&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 14:11:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-in-batch/m-p/875292#M1497</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2013-05-13T14:11:12Z</dc:date>
    </item>
  </channel>
</rss>

