<?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: How to get a model to continue when 'all the inputs are not current' in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126406#M4387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Scott. You are correct, but I worded my question incorrectly. The issue is that the shapefiles aren't actually created, not that they are created empty. So I have six model output - 4 shapefiles and 2 nothings. Another time I run the model on a different area it may be any combination of shapefiles and nothings. However I always want it to merge anything that has been created. It gets stuck when I have inputs into the merge that don't exist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Feb 2016 09:26:22 GMT</pubDate>
    <dc:creator>MTGIS</dc:creator>
    <dc:date>2016-02-29T09:26:22Z</dc:date>
    <item>
      <title>How to get a model to continue when 'all the inputs are not current'</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126404#M4385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to write a model in ModelBuilder. I have attempted to create six shapefile, however two of these contained no data. I am trying to get the model to merge the shapefiles. However because two have no data, it won't do the merge. But I still want it to run, merging the other 4 shapefiles that have data in them. Is there a way I can get this to run the merge?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 14:41:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126404#M4385</guid>
      <dc:creator>MTGIS</dc:creator>
      <dc:date>2016-02-25T14:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a model to continue when 'all the inputs are not current'</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126405#M4386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;I created a test model with two empty shapefiles and one shapefile with data. The Merge of all three ran all the way through without error. All fields were also merged. Is there something else that may be stopping your model?&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 20:37:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126405#M4386</guid>
      <dc:creator>ScottMoyer</dc:creator>
      <dc:date>2016-02-26T20:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a model to continue when 'all the inputs are not current'</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126406#M4387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Scott. You are correct, but I worded my question incorrectly. The issue is that the shapefiles aren't actually created, not that they are created empty. So I have six model output - 4 shapefiles and 2 nothings. Another time I run the model on a different area it may be any combination of shapefiles and nothings. However I always want it to merge anything that has been created. It gets stuck when I have inputs into the merge that don't exist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 09:26:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126406#M4387</guid>
      <dc:creator>MTGIS</dc:creator>
      <dc:date>2016-02-29T09:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a model to continue when 'all the inputs are not current'</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126407#M4388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you have a precondition set to gather only those files for merging if they exist? or are they all required parameters?&amp;nbsp; in otherwords an " if exists then proceed" syntax.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 10:00:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126407#M4388</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-02-29T10:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a model to continue when 'all the inputs are not current'</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126408#M4389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem when I try to do that is that because some of the shapefiles do not exist, the model stops. But I want it to carry on with the merge despite some of the shapefiles not existing. Perhaps I am using IF incorrectly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 10:21:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126408#M4389</guid>
      <dc:creator>MTGIS</dc:creator>
      <dc:date>2016-02-29T10:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a model to continue when 'all the inputs are not current'</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126409#M4390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most geoprocessing tool will generate empty outputs (featureclasses with no features) so this shouldn't produce the problems you are encountering. Also if you use the Lists: &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/modelbuilder-toolbox/iterate-feature-classes.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/modelbuilder-toolbox/iterate-feature-classes.htm"&gt;Iterate Feature Classes—Help | ArcGIS for Desktop&lt;/A&gt; it will only take into account the existing featureclasses. So how are you generating the list of 6 featureclasses?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 12:11:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126409#M4390</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-02-29T12:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a model to continue when 'all the inputs are not current'</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126410#M4391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifically my model was selecting features with certain attributes (select by attribute tool), then making these selections into new features (copy features tool), then calculating the area of the new feature (calculate geometry/area tool). The outputs from the calculate geometry/area tool are then used as inputs into the merge tool. However, for areas where there have been no features selected the calculate geometry/area tool does not produce any output. So when the merge then tries to run it can't.&amp;nbsp; I have adjusted the model now so that the calculate areas occurs after the merge and it runs fine now. But I'd still be interested to hear if there is a way to get the merge to run as I originally intended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 08:19:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126410#M4391</guid>
      <dc:creator>MTGIS</dc:creator>
      <dc:date>2016-03-02T08:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a model to continue when 'all the inputs are not current'</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126411#M4392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you create the intermediate featureclasses in a specific workspace, you can list those that exist and use those in the merge tool. I would probably have switched to Python already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 16:28:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/m-p/126411#M4392</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-03-02T16:28:47Z</dc:date>
    </item>
  </channel>
</rss>

