<?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 Zonal Statistics using polygons (no raster file) in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-using-polygons-no-raster-file/m-p/359362#M5036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is my first post and I am trying to illustrate my question as simply as I can &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shapefile 1: Contains sub-basin boundaries of a basin (100+ polygons showing the boundary of each subbasin) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shapefile 2: Contains numerous (2000+) smaller polygons having their areas calculated within the attribute table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Goal: Calculate the total area of polygons (Shapefile 2) within the boundary of each sub-basin polygon (Shapefile 1).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Apr 2013 21:13:49 GMT</pubDate>
    <dc:creator>Hasin_ShahadMunna</dc:creator>
    <dc:date>2013-04-10T21:13:49Z</dc:date>
    <item>
      <title>Zonal Statistics using polygons (no raster file)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-using-polygons-no-raster-file/m-p/359362#M5036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is my first post and I am trying to illustrate my question as simply as I can &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shapefile 1: Contains sub-basin boundaries of a basin (100+ polygons showing the boundary of each subbasin) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shapefile 2: Contains numerous (2000+) smaller polygons having their areas calculated within the attribute table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Goal: Calculate the total area of polygons (Shapefile 2) within the boundary of each sub-basin polygon (Shapefile 1).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 21:13:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-using-polygons-no-raster-file/m-p/359362#M5036</guid>
      <dc:creator>Hasin_ShahadMunna</dc:creator>
      <dc:date>2013-04-10T21:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics using polygons (no raster file)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-using-polygons-no-raster-file/m-p/359363#M5037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use the Intersect Tool with &lt;/SPAN&gt;&lt;SPAN style="color: #3e3e3e; font-family: Arial;"&gt;Shapefile 1 and Shapefile 2. You will get a new shapefile that includes shapes only where they intersect and the fields of both in the table. Then find the field that represents Shapefile 1 and use the Dissolve&amp;nbsp; tool (&lt;/SPAN&gt;&lt;SPAN&gt;Data Management Tools.tbx\Generalization\Dissolve) with that field. This will result in polygons that are dissolved to represent the Shapefile 1 areas only where they overlapped Shapefile 2. If these are outside of a geodatabase, you will have to recalculate the Shape_Area field or create an Area field and calculate the area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might get the same results using the Analysis Tools.tbx\Extract\Clip tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 13:04:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-using-polygons-no-raster-file/m-p/359363#M5037</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2013-04-11T13:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics using polygons (no raster file)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-using-polygons-no-raster-file/m-p/359364#M5038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Use the Intersect Tool with &lt;SPAN style="color: #3e3e3e; font-family: Arial;"&gt;Shapefile 1 and Shapefile 2. You will get a new shapefile that includes shapes only where they intersect and the fields of both in the table. Then find the field that represents Shapefile 1 and use the Dissolve&amp;nbsp; tool (&lt;/SPAN&gt;Data Management Tools.tbx\Generalization\Dissolve) with that field. This will result in polygons that are dissolved to represent the Shapefile 1 areas only where they overlapped Shapefile 2. If these are outside of a geodatabase, you will have to recalculate the Shape_Area field or create an Area field and calculate the area.&lt;BR /&gt;&lt;BR /&gt;You might get the same results using the Analysis Tools.tbx\Extract\Clip tool.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Worked Perfectly!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot... &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 15:01:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-using-polygons-no-raster-file/m-p/359364#M5038</guid>
      <dc:creator>Hasin_ShahadMunna</dc:creator>
      <dc:date>2013-04-11T15:01:04Z</dc:date>
    </item>
  </channel>
</rss>

