<?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 to Table with Overlapping Polygons in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/zonal-statistics-to-table-with-overlapping/m-p/713356#M23639</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;In 9.3: &lt;/SPAN&gt;&lt;STRONG&gt;I'm trying to get precipitation data from a raster into a table with average values for overlapping drainage basins&lt;/STRONG&gt;&lt;SPAN&gt; (ie Tributary 1 and Tributary 2 each have polygons; these are overlapped by the polygon for Main River X, which also includes some area not in any of its tributary polygons).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try using the &lt;/SPAN&gt;&lt;STRONG&gt;Zonal Statistics to Table tool, it only returns values for the polygons that are not overlapped.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any comparable method that will give me data for every polygon?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jul 2010 20:30:00 GMT</pubDate>
    <dc:creator>__</dc:creator>
    <dc:date>2010-07-21T20:30:00Z</dc:date>
    <item>
      <title>Zonal Statistics to Table with Overlapping Polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/zonal-statistics-to-table-with-overlapping/m-p/713356#M23639</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;In 9.3: &lt;/SPAN&gt;&lt;STRONG&gt;I'm trying to get precipitation data from a raster into a table with average values for overlapping drainage basins&lt;/STRONG&gt;&lt;SPAN&gt; (ie Tributary 1 and Tributary 2 each have polygons; these are overlapped by the polygon for Main River X, which also includes some area not in any of its tributary polygons).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try using the &lt;/SPAN&gt;&lt;STRONG&gt;Zonal Statistics to Table tool, it only returns values for the polygons that are not overlapped.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any comparable method that will give me data for every polygon?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 20:30:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/zonal-statistics-to-table-with-overlapping/m-p/713356#M23639</guid>
      <dc:creator>__</dc:creator>
      <dc:date>2010-07-21T20:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics to Table with Overlapping Polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/zonal-statistics-to-table-with-overlapping/m-p/713357#M23640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This may get you part way there:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=16700"&gt;http://arcscripts.esri.com/details.asp?dbid=16700&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 21:30:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/zonal-statistics-to-table-with-overlapping/m-p/713357#M23640</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2010-07-21T21:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics to Table with Overlapping Polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/zonal-statistics-to-table-with-overlapping/m-p/713358#M23641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the help (on this thread and others). I've been bouncing between projects and I'm just now getting back to this one. The Super Region Poly tool is helpful in getting my overlapping polygons into unique pieces that are still able to be joined/related back to the originals.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This still leaves me with one issue: is there a way to do a &lt;/SPAN&gt;&lt;STRONG&gt;area-weighted average&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;in ArcGIS 9.3?&lt;/STRONG&gt;&lt;SPAN&gt; I can now run my zonal statistics table on the non-overlapping polygons, and I can associate the non-overlapping polygons with the overlapping polygons, but &lt;/SPAN&gt;&lt;STRONG&gt;I don't know how to adjust the stats to be a true average for the original (overlapping) polygons.&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 20:22:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/zonal-statistics-to-table-with-overlapping/m-p/713358#M23641</guid>
      <dc:creator>__</dc:creator>
      <dc:date>2010-08-04T20:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics to Table with Overlapping Polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/zonal-statistics-to-table-with-overlapping/m-p/713359#M23642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know where I can find the Super Region Poly tool for ArcGIS 10.3.1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 17:29:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/zonal-statistics-to-table-with-overlapping/m-p/713359#M23642</guid>
      <dc:creator>JoeEncinas</dc:creator>
      <dc:date>2016-09-14T17:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics to Table with Overlapping Polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/zonal-statistics-to-table-with-overlapping/m-p/713360#M23643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a version of Super Region Poly for ArcMap 10.7? Or documentation from the old script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2020 15:23:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/zonal-statistics-to-table-with-overlapping/m-p/713360#M23643</guid>
      <dc:creator>JoeEncinas</dc:creator>
      <dc:date>2020-08-25T15:23:46Z</dc:date>
    </item>
  </channel>
</rss>

