<?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 Model builder - selecting features in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-selecting-features/m-p/39868#M1433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you're working with 9.3.1 you'll use a series and populate the input --defined as a series of values-- to clip with the watershed features using "insert values from table". If you're unfamiliar with series, read the 'Model Iteration' section under 'Automating your work with models' under Geoprocessing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Barbara Bicking&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GeoprocessingTeam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Apr 2010 17:23:33 GMT</pubDate>
    <dc:creator>BBicking1</dc:creator>
    <dc:date>2010-04-08T17:23:33Z</dc:date>
    <item>
      <title>Model builder - selecting features</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-selecting-features/m-p/39867#M1432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is something I haven't been able to figure out. Within model builder I want to run an clip analysis on another polygon layer (say watersheds and vector land use). How do I tell the model builder to start with the first watershed feature in the attribute table, and successively move through all features in the table, clipping landuse one by one? I then want to label the output with the same name as the watershed used for the clipping?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stumped.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 15:17:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-selecting-features/m-p/39867#M1432</guid>
      <dc:creator>RobertMueller_Jr</dc:creator>
      <dc:date>2010-04-08T15:17:45Z</dc:date>
    </item>
    <item>
      <title>Model builder - selecting features</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-selecting-features/m-p/39868#M1433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you're working with 9.3.1 you'll use a series and populate the input --defined as a series of values-- to clip with the watershed features using "insert values from table". If you're unfamiliar with series, read the 'Model Iteration' section under 'Automating your work with models' under Geoprocessing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Barbara Bicking&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GeoprocessingTeam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 17:23:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-selecting-features/m-p/39868#M1433</guid>
      <dc:creator>BBicking1</dc:creator>
      <dc:date>2010-04-08T17:23:33Z</dc:date>
    </item>
    <item>
      <title>Selecting feature using attribute from a table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-selecting-features/m-p/39869#M1434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can also choose to write a script tool that reads through each record in the table. There is a Iterate Field Value Script tool posted on &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/geoprocessing/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=15710"&gt;http://resources.esri.com/geoprocessing/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=15710&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;for 9.3. You can check the doc and the script on how it works and replicate for your case if necessary.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 22:13:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-selecting-features/m-p/39869#M1434</guid>
      <dc:creator>ShitijMehta</dc:creator>
      <dc:date>2010-04-08T22:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Model builder - selecting features</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-selecting-features/m-p/39870#M1435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't figure this one out either.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Like Shitijmehta, I have a dataset with multiple overlapping polygons representing nested watersheds.&amp;nbsp; I need to clip the landuse data for each polygon in the watershed dataset.&amp;nbsp; If they weren't overlapping I could just use the split command but that generates an error with poly overlaps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been monkeying around with model builder for the last two hours with no progress.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Who wants to bail me out of this headache I'm developing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 17:08:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-selecting-features/m-p/39870#M1435</guid>
      <dc:creator>PaulJordan</dc:creator>
      <dc:date>2010-10-01T17:08:24Z</dc:date>
    </item>
  </channel>
</rss>

