<?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 Converting multiple polygons to equal sized rasters in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/converting-multiple-polygons-to-equal-sized/m-p/488435#M27773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with the block-group level Tiger geodatabase from the US Census Bureau. What I wanted to do was convert the polygons into 10x10mi raster cells. I have multiple rasters for several different Census variables. My question is if there is a more efficient process to what I am doing today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the cells to be uniform because the Census rasters are being combined with other rasters. So first I created a Fishnet Grid over the US. I then perform a Spatial Join with the fishnet layer &amp;amp; the census layer taking the average of the values because one cell could contain more than one block-group polygon. Once joined, I run Polygon to Raster with the same cell-size to output a series of rasters all with identically shaped &amp;amp; positioned raster cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Spatial Join process takes the longest so I'm wondering if someone has a more efficient approach to this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Oct 2017 13:50:33 GMT</pubDate>
    <dc:creator>JohnBencina1</dc:creator>
    <dc:date>2017-10-02T13:50:33Z</dc:date>
    <item>
      <title>Converting multiple polygons to equal sized rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-multiple-polygons-to-equal-sized/m-p/488435#M27773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with the block-group level Tiger geodatabase from the US Census Bureau. What I wanted to do was convert the polygons into 10x10mi raster cells. I have multiple rasters for several different Census variables. My question is if there is a more efficient process to what I am doing today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the cells to be uniform because the Census rasters are being combined with other rasters. So first I created a Fishnet Grid over the US. I then perform a Spatial Join with the fishnet layer &amp;amp; the census layer taking the average of the values because one cell could contain more than one block-group polygon. Once joined, I run Polygon to Raster with the same cell-size to output a series of rasters all with identically shaped &amp;amp; positioned raster cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Spatial Join process takes the longest so I'm wondering if someone has a more efficient approach to this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 13:50:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-multiple-polygons-to-equal-sized/m-p/488435#M27773</guid>
      <dc:creator>JohnBencina1</dc:creator>
      <dc:date>2017-10-02T13:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Converting multiple polygons to equal sized rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-multiple-polygons-to-equal-sized/m-p/488436#M27774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your files are large I suspect, maybe your data are on a network and the computer just meets the minimum requirement to run Map or Pro.&amp;nbsp; Anything I have missed? &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt; If it works, that seems like a reasonable workflow but more importantly, how much time are you hoping to shave off what you are doing now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 17:43:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-multiple-polygons-to-equal-sized/m-p/488436#M27774</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-10-02T17:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Converting multiple polygons to equal sized rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-multiple-polygons-to-equal-sized/m-p/488437#M27775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many columns and rows in the output raster?&lt;/P&gt;&lt;P&gt;How many rows (or features) in the input polygon feature class?&lt;/P&gt;&lt;P&gt;What raster format are you using: fgdb, grid, img, tiff?&lt;/P&gt;&lt;P&gt;Polygon feature class in what format: .shp or fgdb?&lt;/P&gt;&lt;P&gt;What version of ArcGIS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 18:06:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-multiple-polygons-to-equal-sized/m-p/488437#M27775</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2017-10-02T18:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Converting multiple polygons to equal sized rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-multiple-polygons-to-equal-sized/m-p/488438#M27776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan and Steve raise good points. To expand on those points:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Work in file geodatabase rather than shapefile (shapefiles are difficult to index efficiently which will slow down your process)&lt;/LI&gt;&lt;LI&gt;Use&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/modelbuilder/the-in-memory-workspace.htm" title="http://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/modelbuilder/the-in-memory-workspace.htm"&gt;The in_memory workspac&lt;/A&gt;e if at all possible - it'll run faster because the data need not be written to your hard drive or network location&lt;/LI&gt;&lt;LI&gt;Process the data locally on your C drive if in_memory doesn't work. You can pick your own place or use the&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/environment-settings/scratch-gdb.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/environment-settings/scratch-gdb.htm"&gt;Scratch GDB&lt;/A&gt;, which will do the work in your user profile.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, one question: do you need the spatial join? Depending on your cell size, the characteristics you are trying to portray, and your accuracy/precision constraints, you may just be able to run polygon to raster directly on your census blocks and skip the whole spatial join step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck! Performance issues can be tough to handle but they make for good learning experiences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Micah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 19:44:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-multiple-polygons-to-equal-sized/m-p/488438#M27776</guid>
      <dc:creator>MicahBabinski</dc:creator>
      <dc:date>2017-10-02T19:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Converting multiple polygons to equal sized rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-multiple-polygons-to-equal-sized/m-p/488439#M27777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about convert &amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/conversion-toolbox/polygon-to-raster.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/conversion-toolbox/polygon-to-raster.htm"&gt;Polygon to Raster—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;,then use &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/split-raster.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/split-raster.htm"&gt;Split Raster—Help | ArcGIS Desktop&lt;/A&gt; ?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 19:51:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-multiple-polygons-to-equal-sized/m-p/488439#M27777</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2017-10-02T19:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Converting multiple polygons to equal sized rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-multiple-polygons-to-equal-sized/m-p/488440#M27778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah I suspect it's just large data files. It just seemed subjectively "sluggish". I wanted to make sure I wasn't missing something obvious since there's always more than one way to approach a problem like this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 21:49:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-multiple-polygons-to-equal-sized/m-p/488440#M27778</guid>
      <dc:creator>JohnBencina1</dc:creator>
      <dc:date>2017-10-11T21:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Converting multiple polygons to equal sized rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-multiple-polygons-to-equal-sized/m-p/488441#M27779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;consider it 'reflection and coffee' time &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt; rather than sluggish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 22:02:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-multiple-polygons-to-equal-sized/m-p/488441#M27779</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-10-11T22:02:07Z</dc:date>
    </item>
  </channel>
</rss>

