<?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 Help - Multiple inputs with different buffer values in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-help-multiple-inputs-with-different/m-p/452710#M15232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What happens when you set the buffer input as a list?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Oct 2010 17:19:31 GMT</pubDate>
    <dc:creator>LornaMurison</dc:creator>
    <dc:date>2010-10-27T17:19:31Z</dc:date>
    <item>
      <title>Modelbuilder Help - Multiple inputs with different buffer values</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-help-multiple-inputs-with-different/m-p/452709#M15231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having some trouble using modelbuilder to create a generic model that will do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.) Buffer multiple inputs (sometimes I have 5 inputs other times I have 10), each with a different buffer distance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2.)&amp;nbsp; The buffer outputs are then merged together [to create buffer_merge.shp].&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3.)&amp;nbsp; buffer_merge.shp is then merged with another input dataset [to create buffer_merge2.shp]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4.)&amp;nbsp; buffer_merge2.shp is then dissolved to create a single output layer named final_output.shp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The model must be generic because, like I mentioned, the number of inputs and buffer distances change with each project. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To me this seems to be a fairly simple process but I can't seem to find a way to make it work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 13:32:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-help-multiple-inputs-with-different/m-p/452709#M15231</guid>
      <dc:creator>MikeWarner</dc:creator>
      <dc:date>2010-10-27T13:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder Help - Multiple inputs with different buffer values</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-help-multiple-inputs-with-different/m-p/452710#M15232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What happens when you set the buffer input as a list?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 17:19:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-help-multiple-inputs-with-different/m-p/452710#M15232</guid>
      <dc:creator>LornaMurison</dc:creator>
      <dc:date>2010-10-27T17:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder Help - Multiple inputs with different buffer values</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-help-multiple-inputs-with-different/m-p/452711#M15233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What happens when you set the buffer input as a list?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lady_Jane,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I set the buffer input as a list, the final output will be multiple outputs instead of just one.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, if I set it as a list and add 5 buffer inputs to my model, I end up with 5 outputs instead of the one, condensed output that I'm looking for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 17:38:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-help-multiple-inputs-with-different/m-p/452711#M15233</guid>
      <dc:creator>MikeWarner</dc:creator>
      <dc:date>2010-10-27T17:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder Help - Multiple inputs with different buffer values</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-help-multiple-inputs-with-different/m-p/452712#M15234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In that case, what does the first merge do?&amp;nbsp; Does it just merge the first buffer output with nothing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you change the buffer to a list, the first merge automatically changes to a list as well, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, can you change it back?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I feel like I've had this problem before I just can't remember how/if I solved it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 19:16:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-help-multiple-inputs-with-different/m-p/452712#M15234</guid>
      <dc:creator>LornaMurison</dc:creator>
      <dc:date>2010-10-27T19:16:56Z</dc:date>
    </item>
  </channel>
</rss>

