<?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 Iterate files and iterate features in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/how-to-iterate-files-and-iterate-features/m-p/844907#M2443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write &lt;STRONG&gt;%n%&lt;/STRONG&gt; in the end of the path of model1&amp;nbsp;output . to prevent overwrite.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2017 21:11:28 GMT</pubDate>
    <dc:creator>AbdullahAnter</dc:creator>
    <dc:date>2017-07-27T21:11:28Z</dc:date>
    <item>
      <title>how to Iterate files and iterate features</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-to-iterate-files-and-iterate-features/m-p/844904#M2440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a folder with 4 primary shape files. Each shapefile has a field&amp;nbsp;"direction". I want to split each primary shapefile based on the field direction which has 4 (NSEW) directions. So the output should be&amp;nbsp;4x4 = 16 shape files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to input one primary shapefile and use &lt;STRONG&gt;iterate feature selection&lt;/STRONG&gt; to split "one" shapefile to &amp;nbsp;"four" shape files. But I am not able to loop&amp;nbsp;to the second&amp;nbsp;primary shapefile ( of the 4 original files in my folder).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I make this work? Please guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srirama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 10:36:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-to-iterate-files-and-iterate-features/m-p/844904#M2440</guid>
      <dc:creator>RamB</dc:creator>
      <dc:date>2017-07-27T10:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to Iterate files and iterate features</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-to-iterate-files-and-iterate-features/m-p/844905#M2441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&amp;nbsp;&lt;A class="link-titled" 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;&amp;nbsp;since shapefiles are a type of feature classes. Also you might need to use the in-line variable.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;The tool has two outputs:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d; background-color: #fefefe; font-weight: bold;"&gt;Output Feature Class&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d; background-color: #fefefe; font-weight: bold;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;, which could be used as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A class="" href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/modelbuilder/a-quick-tour-of-using-inline-variable-substitution.htm" style="color: #007ac2; background-color: #fefefe; text-decoration: none;"&gt;in-line variable&lt;/A&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(e.g.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d; background-color: #fefefe; font-size: 14px;"&gt;%Name%&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;) in other tools.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 14:03:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-to-iterate-files-and-iterate-features/m-p/844905#M2441</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-07-27T14:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to Iterate files and iterate features</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-to-iterate-files-and-iterate-features/m-p/844906#M2442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I did that, but &amp;nbsp;since only one iterator is allowed in a model, I created a submodel. &amp;nbsp; Here in the image, on the right is iterate feature class, then for each feature class, I am calling a sub model that splits each feature class and "copy features" to a shapefile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think my data is getting overwritten, because i see the values of the fourth layer as the final output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure where I am doing it wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/364648_Screen Shot 2017-07-27 at 4.29.29 pm.png" style="width: 620px; height: 284px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 14:32:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-to-iterate-files-and-iterate-features/m-p/844906#M2442</guid>
      <dc:creator>RamB</dc:creator>
      <dc:date>2017-07-27T14:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to Iterate files and iterate features</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-to-iterate-files-and-iterate-features/m-p/844907#M2443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write &lt;STRONG&gt;%n%&lt;/STRONG&gt; in the end of the path of model1&amp;nbsp;output . to prevent overwrite.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 21:11:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-to-iterate-files-and-iterate-features/m-p/844907#M2443</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2017-07-27T21:11:28Z</dc:date>
    </item>
  </channel>
</rss>

