<?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 do you convert polygons to multiple rasters in model builder? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-do-you-convert-polygons-to-multiple-rasters-in/m-p/457499#M15385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vannareth, this is FAR easier in ModelBuilder at 10x/Pro, which supports iterator tools. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/modelbuilder-toolbox/iterate-feature-selection.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/modelbuilder-toolbox/iterate-feature-selection.htm"&gt;Iterate Feature Selection—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2015 16:24:05 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2015-04-30T16:24:05Z</dc:date>
    <item>
      <title>How do you convert polygons to multiple rasters in model builder?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-you-convert-polygons-to-multiple-rasters-in/m-p/457496#M15382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am attempting to build a process model in model builder and keep getting stuck at a point where I need to convert vector data to raster. Model builder wants to take all of my overlapping polygons and create a single grid. I thought I would be able to use an iterative process in Model Builder to cycle the process through each of the 100+ records (polygons) in my original feature class, but have not been able to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so the question is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I convert a set of polygons to multiple raster files where each polygon results in a single raster?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I systematically process only one record at a time? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(e.g. run the polygon to raster tool on the first record in a feature class, produce an output grid, and then proceed to the second record etc.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-E&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcINFO 9.3.1&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 20:35:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-you-convert-polygons-to-multiple-rasters-in/m-p/457496#M15382</guid>
      <dc:creator>ElijahEvans</dc:creator>
      <dc:date>2011-07-07T20:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do you convert polygons to multiple rasters in model builder?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-you-convert-polygons-to-multiple-rasters-in/m-p/457497#M15383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would add a field to the polygon feature class and populate in with an incremental number 0 to whatever.&amp;nbsp; Then use either the "Select" or "Select Layer by Attribute" tool as your first process to select the feature whose number is equal to variable %n% which represents the number of iterations that your model is going through (keep in mind %n% starts at 0 not 1).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 17:48:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-you-convert-polygons-to-multiple-rasters-in/m-p/457497#M15383</guid>
      <dc:creator>LornaMurison</dc:creator>
      <dc:date>2011-07-08T17:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do you convert polygons to multiple rasters in model builder?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-you-convert-polygons-to-multiple-rasters-in/m-p/457498#M15384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to same issue and I'm not sure until now you can find the solution or not. If you know how to solve this problem, could you please share with me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 09:10:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-you-convert-polygons-to-multiple-rasters-in/m-p/457498#M15384</guid>
      <dc:creator>VannarethHuoy1</dc:creator>
      <dc:date>2015-04-30T09:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do you convert polygons to multiple rasters in model builder?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-you-convert-polygons-to-multiple-rasters-in/m-p/457499#M15385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vannareth, this is FAR easier in ModelBuilder at 10x/Pro, which supports iterator tools. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/modelbuilder-toolbox/iterate-feature-selection.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/modelbuilder-toolbox/iterate-feature-selection.htm"&gt;Iterate Feature Selection—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 16:24:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-you-convert-polygons-to-multiple-rasters-in/m-p/457499#M15385</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2015-04-30T16:24:05Z</dc:date>
    </item>
  </channel>
</rss>

