<?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 weakness (or bugs ?) in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-weakness-or-bugs/m-p/700779#M23228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;agreed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, Modelbuilder (which I've really gotten used to using)...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-doesn't have many of the things you would do in the regular GUI, such as the editor toolbar, saving, etc. out of the box unless you go out of the way to script these with arcObjects&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-has "parameters" which are limited if not pointless, for instance, I can't specify for a user of the model to set a range of values for a threshold, i.e. area min / max without making a variable out of an SQL in say, a clip tool. Instead of creating a UI with a "type min here, type max here" a user is faced with an SQL like clip.. If "[shapearea] &amp;gt; 23415.2134 OR [shapearea] &amp;lt; 1234123412.1234". This could be solved w/ basic string processing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in general, all the arcgis desktop / server packages should come with a "ModelBuilder and GUI" type of toolbox. The issues with refreshing and models within models you mention are true too, at this point I feel like its a good idea to save before i hit run, etc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jan 2011 06:25:37 GMT</pubDate>
    <dc:creator>MIchalBularz</dc:creator>
    <dc:date>2011-01-26T06:25:37Z</dc:date>
    <item>
      <title>Modelbuilder weakness (or bugs ?)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-weakness-or-bugs/m-p/700778#M23227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Working with Modelbuilder for a little while now, I do appreciate the idea but I'm a bit fed up with some of its weakness that get you mad when trying to build and adjust a process :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Functions like Merge, Delete... that keeps a copy of the incoming data structures, and doesn't refresh them when it's modified. Sometimes connect/reconnect entries, validate model or modify select/unselect work to update, but very often need to delete the toolbox and recreate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) When a model is composed of models (to create a complete process) each composing model is not updated when the original is modified&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Make feature layer, that modifies the structure of incoming data, when followed by function like 'add field' is 'surprising'...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Function like 'add join' doesn't update fields when incoming data name change, like inserting a 'copy features' to avoid previous problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5) Functions like Define projection, or others undetermined that locks files or tables, even after end of the model, requiring to close and relaunch arc Map&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;6) 'Select Layer by attributes' SQL form requires to precise tables names, even they do not appear is the attributes list (rename thru New field Name in a previous Make Feature Layer) [see joined files.]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this will help others not to become crazy or will value some improvments&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Olivier&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Windows 7&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Arc Editor 9.3.1 SP2&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 14:00:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-weakness-or-bugs/m-p/700778#M23227</guid>
      <dc:creator>OlivierOlivier</dc:creator>
      <dc:date>2010-12-29T14:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder weakness (or bugs ?)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-weakness-or-bugs/m-p/700779#M23228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;agreed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, Modelbuilder (which I've really gotten used to using)...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-doesn't have many of the things you would do in the regular GUI, such as the editor toolbar, saving, etc. out of the box unless you go out of the way to script these with arcObjects&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-has "parameters" which are limited if not pointless, for instance, I can't specify for a user of the model to set a range of values for a threshold, i.e. area min / max without making a variable out of an SQL in say, a clip tool. Instead of creating a UI with a "type min here, type max here" a user is faced with an SQL like clip.. If "[shapearea] &amp;gt; 23415.2134 OR [shapearea] &amp;lt; 1234123412.1234". This could be solved w/ basic string processing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in general, all the arcgis desktop / server packages should come with a "ModelBuilder and GUI" type of toolbox. The issues with refreshing and models within models you mention are true too, at this point I feel like its a good idea to save before i hit run, etc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 06:25:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-weakness-or-bugs/m-p/700779#M23228</guid>
      <dc:creator>MIchalBularz</dc:creator>
      <dc:date>2011-01-26T06:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder weakness (or bugs ?)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-weakness-or-bugs/m-p/700780#M23229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: annisaindah&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Comment on point 6. You need ArcGIS service pakc two. Then the attributes list will appear in SQL Expression dialog box.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 10:24:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-weakness-or-bugs/m-p/700780#M23229</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-09-02T10:24:58Z</dc:date>
    </item>
  </channel>
</rss>

