<?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: How to calculate sum pixel value from raster file? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-calculate-sum-pixel-value-from-raster-file/m-p/87921#M1209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be achieved using the&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/zonal-statistics-as-table.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/zonal-statistics-as-table.htm"&gt;Zonal Statistics as Table—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;. The tool will be able to perform statistics over a raster for each polygon and store the result in a table. Use the SUM option (or ALL is you want to have more detail).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jun 2017 21:06:11 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2017-06-26T21:06:11Z</dc:date>
    <item>
      <title>How to calculate sum pixel value from raster file?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-calculate-sum-pixel-value-from-raster-file/m-p/87920#M1208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one raster file of aerosol data and one shape file with state boundaries. I need to calculate the sum of aerosol pixel values for each state. Please let me know how to calculate sum pixel value for each state? Also do I need to clip or join the raster and shapefile before calculating the pixel value? Regards,Rupsa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 21:02:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-calculate-sum-pixel-value-from-raster-file/m-p/87920#M1208</guid>
      <dc:creator>RupsaBhowmick</dc:creator>
      <dc:date>2017-06-26T21:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate sum pixel value from raster file?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-calculate-sum-pixel-value-from-raster-file/m-p/87921#M1209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be achieved using the&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/zonal-statistics-as-table.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/zonal-statistics-as-table.htm"&gt;Zonal Statistics as Table—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;. The tool will be able to perform statistics over a raster for each polygon and store the result in a table. Use the SUM option (or ALL is you want to have more detail).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 21:06:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-calculate-sum-pixel-value-from-raster-file/m-p/87921#M1209</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-06-26T21:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate sum pixel value from raster file?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-calculate-sum-pixel-value-from-raster-file/m-p/87922#M1210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for the explanation. When I calculate the zonal statistics as table on my raster file, it gives me the sum of each pixel value. But I also need the sum of the pixel value of each states of a country. How to get that&amp;nbsp;sum of pixel value of each state?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 21:50:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-calculate-sum-pixel-value-from-raster-file/m-p/87922#M1210</guid>
      <dc:creator>RupsaBhowmick</dc:creator>
      <dc:date>2017-06-26T21:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate sum pixel value from raster file?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-calculate-sum-pixel-value-from-raster-file/m-p/87923#M1211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The states featuresclass should be used as "zone" raster or featureclass in the&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/zonal-statistics-as-table.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/zonal-statistics-as-table.htm"&gt;Zonal Statistics as Table—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;tool. This will calculate the sum of the raster values for each zone (in this case for each state).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 21:54:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-calculate-sum-pixel-value-from-raster-file/m-p/87923#M1211</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-06-26T21:54:02Z</dc:date>
    </item>
  </channel>
</rss>

