<?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 Spatial Analyst - Overlapping Ploygon Raster in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-overlapping-ploygon-raster/m-p/49272#M646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any suggestions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a polygon layer with features that intentionally overlap (records of events over many years). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to be able to create a raster grid that sums the number of polygons (events) have occurred for that particular area or grid cell (say 100m x 100m).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found similar articles in other forum threads but none seem to do exactly what I'm after.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using ArcInfo 9.3 with Spatial Analyst.&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;Nick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jul 2010 05:50:36 GMT</pubDate>
    <dc:creator>NickBauer</dc:creator>
    <dc:date>2010-07-07T05:50:36Z</dc:date>
    <item>
      <title>Spatial Analyst - Overlapping Ploygon Raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-overlapping-ploygon-raster/m-p/49272#M646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any suggestions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a polygon layer with features that intentionally overlap (records of events over many years). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to be able to create a raster grid that sums the number of polygons (events) have occurred for that particular area or grid cell (say 100m x 100m).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found similar articles in other forum threads but none seem to do exactly what I'm after.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using ArcInfo 9.3 with Spatial Analyst.&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;Nick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 05:50:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-overlapping-ploygon-raster/m-p/49272#M646</guid>
      <dc:creator>NickBauer</dc:creator>
      <dc:date>2010-07-07T05:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst - Overlapping Ploygon Raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-overlapping-ploygon-raster/m-p/49273#M647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Nick&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had the exact problem lately, I can tell you what I did but I cannot send code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found out that the best way is to use vector and not raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I used "Create Fishnet" to create a layer that divide the area to boxes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then used "Feature to Polygon" to make a polygon layer out of it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then used "Add Field" to add a count field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I run a loop in ArcObjects, selecting all box polygons (Contain or intersect) under each overlap polygon and add one to their count field. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It took 30 seconds for 15 polygons but I think at least half of it is the creating of the first layer so 30 polygons should be 50% more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Trying to rastrize&amp;nbsp; and sum rasters took close to 4 minutes for the same area with the same resolution (and you need an extension too).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have Fun&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mody&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 04:00:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-overlapping-ploygon-raster/m-p/49273#M647</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2010-07-08T04:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst - Overlapping Ploygon Raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-overlapping-ploygon-raster/m-p/49274#M648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nick,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We've done something similar, but without using rasters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First, add an integer item called COUNT to your polygon feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then use the Intersect tool to intersect your polygon layer on itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then use the Dissolve tool, and add the COUNT item as the Statistics field and set the Statistics Type to SUM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This should output a polygon layer with the number of overlapping features captured in the COUNT field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greg Wise &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Department of Planning and Local Government&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;South Australia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 01:30:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-overlapping-ploygon-raster/m-p/49274#M648</guid>
      <dc:creator>GregWise</dc:creator>
      <dc:date>2010-08-25T01:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst - Overlapping Ploygon Raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-overlapping-ploygon-raster/m-p/49275#M649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to expand on Greg's answer.&amp;nbsp; I used his method successfully, but think some added detail might help some others.&amp;nbsp; Here are my steps.&lt;/SPAN&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;I created a file geodatabase and imported the feature class from SDE&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;I added the field count&lt;OL&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; Type Short Integer&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;LI&gt;I calculated the field with the value of 1&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;I ran the intersect tool adding the same polygon feature class twice&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;I then ran the delete identical tool&lt;OL&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;For the fields parameter I used Shape and the FID of the original feature&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;I did this because I found the same polygon was duplicated in my overlap areas, but not outside my overlap areas&lt;/LI&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;LI&gt;I then ran the Multipart to Singlepart tool on the output of the intersect&lt;OL&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;After the intersect, I appeared to have multipart features&lt;/LI&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;LI&gt;I then ran the Dissolve tool using shape_area and shape_length as&amp;nbsp; my dissolve fields&lt;OL&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;I used the count field as the statistics field with sum as the statistic type&lt;/LI&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;LI&gt;This gave me an accurate count of overlapping polygons&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;For my use, I ran the polygon to raster tool to use in further analysis&lt;/LI&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Nick,&lt;BR /&gt;We've done something similar, but without using rasters.&lt;BR /&gt;First, add an integer item called COUNT to your polygon feature.&lt;BR /&gt;Then use the Intersect tool to intersect your polygon layer on itself.&lt;BR /&gt;Then use the Dissolve tool, and add the COUNT item as the Statistics field and set the Statistics Type to SUM.&lt;BR /&gt;This should output a polygon layer with the number of overlapping features captured in the COUNT field.&lt;BR /&gt;I hope this helps,&lt;BR /&gt;&lt;BR /&gt;Greg Wise &lt;BR /&gt;Department of Planning and Local Government&lt;BR /&gt;South Australia&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 15:10:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-overlapping-ploygon-raster/m-p/49275#M649</guid>
      <dc:creator>CaseyBentz</dc:creator>
      <dc:date>2012-08-01T15:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst - Overlapping Ploygon Raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-overlapping-ploygon-raster/m-p/49276#M650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have all the overlapping polygons in a single feature class, this GP model will create a new polygon feature class showing the overlapping areas and how many polygons intersect at each one. The output features can then be turned into a raster if needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=1dd4a6832b3d40b494dbf8521cc5134c"&gt;http://www.arcgis.com/home/item.html?id=1dd4a6832b3d40b494dbf8521cc5134c&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The technique behind the model is described here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2012/11/13/spaghetti_and_meatballs/"&gt;http://blogs.esri.com/esri/arcgis/2012/11/13/spaghetti_and_meatballs/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcInfo (10.0 or before) / Advanced (10.1) is required because it uses the Feature To Polygon tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 11:27:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-overlapping-ploygon-raster/m-p/49276#M650</guid>
      <dc:creator>SimonLiu</dc:creator>
      <dc:date>2013-02-20T11:27:43Z</dc:date>
    </item>
  </channel>
</rss>

