<?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: Zonal Statistics as Table issue in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519645#M40682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/27733"&gt;Dumindu Jayasekera&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps some pointers are in place here.&amp;nbsp; Normally when you perform analysis with raster data,&amp;nbsp;it is recommended that all raster share the same coordinate system, extent and resolution (cell size) in order to make sure that the cells align. Also the cell size that you select for your analysis should be chosen wisely in order to get results you can use. What I have seen from your screenshots is that you are performing an analysis using rasters that do not share the same pixel size and cells do not align which may lead to&amp;nbsp;unexpected results. I think that is exactly what is happening here. If you really want to determine&amp;nbsp;statistically how the polygons overlap the raster data, you would want to increment the precision and reduce the cell size. This way you will be able to determine parts of raster cells that cover each polygon and statistical operations would be meaningful, since if you have a single pixel, min, max, mean, sum will all be the same...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can share the data and attach it to the thread, I can show you what I mean and investigate what other possible reasons you may have for the operation to yield incorrect or unexpected results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Dec 2017 16:29:57 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2017-12-22T16:29:57Z</dc:date>
    <item>
      <title>Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519636#M40673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to estimate zonal statistics (MEAN) using the "Zonal Statistics as Table" tool in ArcGIS. I have the underlying raster in color (see the image below) and the polygon (grid, TownWilson) in pink color. As you can see, there are 20 grids in the TownWilson grid (shapefile). The grid IDs (T_R) are shown in the table below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="391399" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/391399_raster_wilson.jpg" style="width: 620px; height: 421px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="391448" alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/391448_wilsontown.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Zonal Statistics as Table" tool and set up the environment variables as shown below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="391449" alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/391449_environment.jpg" style="width: 620px; height: 527px;" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output table and after the Zonal Statistics as Table run is complete is as follows. It shows zonal mean statistics for ONLY 12 grid IDs (T_R) out of 20 grid IDs in the original TownWilson table above.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody help me to obtain the statistics for all the T_R IDs in the grid? I cant understand what I am doing wrong here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="391450" alt="" class="image-4 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/391450_output.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 16:54:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519636#M40673</guid>
      <dc:creator>DuminduJayasekera</dc:creator>
      <dc:date>2017-12-21T16:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519637#M40674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you convert the polygons to raster using the same setting you applied in the Zonal Statistics as Table tool and post a screenshot of the result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will allow us to see how the data in converted and if all 20 polygons are conserved. Internally ArcGIS will convert your polygons to raster and then perform zonal statistics using the two rasters. If the raster contains all the polygons, you can use this raster in the Zonal Statistics as Table Tool.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 17:24:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519637#M40674</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-12-21T17:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519638#M40675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Xander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your input. I have converted the polygon to raster and please see the image below. Polygon raster contains all the T_R IDs. (See the table).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/391467_pol2rasgrids.jpg" style="width: 620px; height: 476px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/391468_pol2rasTable.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a test, I have used the polygon raster as shown above and did the Zonal Statistics as Table but still it contains only less number of T_R IDs. (Please see the image below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/391478_pol2ras_zonalout.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why still its happening?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 19:16:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519638#M40675</guid>
      <dc:creator>DuminduJayasekera</dc:creator>
      <dc:date>2017-12-21T19:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519639#M40676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What were your analysis extent properties set to from within the Environments Tab (raster properties and Extent) before you ran the tool?&amp;nbsp; Things should be set within the Environments tab of any arctoolbox tool to ensure that they are indeed honored by the tool.&amp;nbsp; And to be sure, that there are no multipart shapes within the feature class? (ie they are all unique)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 19:19:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519639#M40676</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-21T19:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519640#M40677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan for the input. I had some luck but not 100%. As you suggested, I set the environment variables, as follows in the image below. Extent as the polygon raster layer and snap raster as my soil moisture raster layer. (See image below). I got 16 T_R IDs (Zonal mean) values with setting up the environment variable. (See the table below for the values for 16 T_R IDs).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why not values for all T_R IDs even after setting the environment variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks gain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/391482_environmentpol2ras.jpg" style="width: 620px; height: 527px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/391483_TableExtent.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 19:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519640#M40677</guid>
      <dc:creator>DuminduJayasekera</dc:creator>
      <dc:date>2017-12-21T19:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519641#M40678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;help us out... show the ones that are missing... a screen grab would make things more or less obvious&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 20:01:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519641#M40678</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-21T20:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519642#M40679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The missing grids are shown in Black color in the image below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/391490_missing_grids.jpg" style="width: 620px; height: 455px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 20:27:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519642#M40679</guid>
      <dc:creator>DuminduJayasekera</dc:creator>
      <dc:date>2017-12-21T20:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519643#M40680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that still looks like an extent issue, in order to check you would need to examine the coordinate positions using your cursor versus those reported by your extent settings.&amp;nbsp; Again, that is assuming that they are unique records with unique values in the original table, since converting to raster will consolidate what were 4 records in a featureclass table to 1 zone in a raster&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 20:39:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519643#M40680</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-21T20:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519644#M40681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Dan. I did not quite understand what you mentioned above. In fact, I have converted the polygon raster file to the same projection as with the soil moisture raster. I ran the "Zonal Statistics as Table" tool but still it did not solve the problem. I am kind of frustrated why this is not working.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 21:28:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519644#M40681</guid>
      <dc:creator>DuminduJayasekera</dc:creator>
      <dc:date>2017-12-21T21:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519645#M40682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/27733"&gt;Dumindu Jayasekera&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps some pointers are in place here.&amp;nbsp; Normally when you perform analysis with raster data,&amp;nbsp;it is recommended that all raster share the same coordinate system, extent and resolution (cell size) in order to make sure that the cells align. Also the cell size that you select for your analysis should be chosen wisely in order to get results you can use. What I have seen from your screenshots is that you are performing an analysis using rasters that do not share the same pixel size and cells do not align which may lead to&amp;nbsp;unexpected results. I think that is exactly what is happening here. If you really want to determine&amp;nbsp;statistically how the polygons overlap the raster data, you would want to increment the precision and reduce the cell size. This way you will be able to determine parts of raster cells that cover each polygon and statistical operations would be meaningful, since if you have a single pixel, min, max, mean, sum will all be the same...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can share the data and attach it to the thread, I can show you what I mean and investigate what other possible reasons you may have for the operation to yield incorrect or unexpected results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 16:29:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519645#M40682</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-12-22T16:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519646#M40683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Xander for the reply. Please download the attached data for the investigation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://bft.usu.edu/9hqtv" title="https://bft.usu.edu/9hqtv"&gt;https://bft.usu.edu/9hqtv&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2017 15:44:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519646#M40683</guid>
      <dc:creator>DuminduJayasekera</dc:creator>
      <dc:date>2017-12-23T15:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519647#M40684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before you attempt to do some work.&amp;nbsp; You have a tad of an alignment issue.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/391628_alignment.png" style="width: 620px; height: 403px;" /&gt;&lt;/P&gt;&lt;P&gt;I just used a random color scheme for the raster... which hasn't been clipped and covers the whole U.S.&lt;/P&gt;&lt;P&gt;That is the first thing I would do... clip, and figure out how you want to deal with the data.&amp;nbsp; Do you want to resample the raster to a smaller scale so that you can summarize the variation within?&lt;/P&gt;&lt;P&gt;Your call, but data cleanup is the first order of business.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2017 19:11:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519647#M40684</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-23T19:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519648#M40685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just did a test configuring the analysis to run using 10m resolution and this was the result:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/391640_pastedImage_1.png" style="width: 620px; height: 373px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each of the polygons has a result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Dec 2017 20:22:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519648#M40685</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-12-24T20:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519649#M40686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;finally!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Dec 2017 20:50:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519649#M40686</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-24T20:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519650#M40687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan. Do you suggest me to re-sample the raster for 10m resolution (as Xander finds out) before perform the zonal statistics.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 00:50:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519650#M40687</guid>
      <dc:creator>DuminduJayasekera</dc:creator>
      <dc:date>2018-01-02T00:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519651#M40688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Xander. Did you re-sample raster to 10m resolution and then perform zonal statistics tool? What GIS tool you used to re-sample? I appreciate if you can let me know the steps followed to obtain the results/table above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 00:53:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519651#M40688</guid>
      <dc:creator>DuminduJayasekera</dc:creator>
      <dc:date>2018-01-02T00:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519652#M40689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/resample.htm"&gt;Resample&lt;/A&gt;&amp;nbsp;.... to resample raster or even Copy Raster, but you would need to specify the cell size, extent and snap raster in the Environments tab of that tool&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 01:02:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519652#M40689</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-02T01:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519653#M40690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try this. Any suggestion of what re-sampling technique I should use. Nearest/Bilinear/Cubic? The raster data has soil moisture.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 14:50:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519653#M40690</guid>
      <dc:creator>DuminduJayasekera</dc:creator>
      <dc:date>2018-01-02T14:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519654#M40691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the help provides some guidance, but I wouldn't go with 'nearest' since it is generally for categorical data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 16:07:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519654#M40691</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-02T16:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics as Table issue</title>
      <link>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519655#M40692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Xander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am going to try "BILINEAR" using Resample tool. Cell size of the original raster is in degrees (0.125 x 0.125). So, I found the degrees equivalent to 10m resolution is 0.0000898271 and the set environment variables as well. (&lt;/SPAN&gt;&lt;SPAN&gt;Please see the screen shots below.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know whether is this something you tried to obtain the Zonal Stat table above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/391940_samp.jpg" style="width: 620px; height: 527px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 19:54:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/zonal-statistics-as-table-issue/m-p/519655#M40692</guid>
      <dc:creator>DuminduJayasekera</dc:creator>
      <dc:date>2018-01-02T19:54:31Z</dc:date>
    </item>
  </channel>
</rss>

