<?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>idea Add sum method to Raster Object in Python Ideas</title>
    <link>https://community.esri.com/t5/python-ideas/add-sum-method-to-raster-object/idi-p/1272594</link>
    <description>&lt;P&gt;The Raster Object has several summary statistics available including maximum, minimum and mean.&amp;nbsp; There is no statistic for the sum of the value for the Raster variables.&amp;nbsp; Please consider adding sum as&amp;nbsp; a Raster object method and as a value in the new as of 3.1 computeStatistics method.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2023 17:22:04 GMT</pubDate>
    <dc:creator>DavidAnderson_1701</dc:creator>
    <dc:date>2023-03-28T17:22:04Z</dc:date>
    <item>
      <title>Add sum method to Raster Object</title>
      <link>https://community.esri.com/t5/python-ideas/add-sum-method-to-raster-object/idi-p/1272594</link>
      <description>&lt;P&gt;The Raster Object has several summary statistics available including maximum, minimum and mean.&amp;nbsp; There is no statistic for the sum of the value for the Raster variables.&amp;nbsp; Please consider adding sum as&amp;nbsp; a Raster object method and as a value in the new as of 3.1 computeStatistics method.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 17:22:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/add-sum-method-to-raster-object/idi-p/1272594</guid>
      <dc:creator>DavidAnderson_1701</dc:creator>
      <dc:date>2023-03-28T17:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add sum method to Raster Object - Status changed to: In Product Plan</title>
      <link>https://community.esri.com/t5/python-ideas/add-sum-method-to-raster-object/idc-p/1275387#M206</link>
      <description />
      <pubDate>Tue, 04 Apr 2023 17:41:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/add-sum-method-to-raster-object/idc-p/1275387#M206</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2023-04-04T17:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Add sum method to Raster Object - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/python-ideas/add-sum-method-to-raster-object/idc-p/1355139#M262</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This Idea has been implemented in ArcGIS Pro 3.2, usage:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;in_raster = r"C:\path\to\data.tif"
rast = arcpy.Raster(in_raster)
stat = rast.computeStatistics()
print(stat)
print(rast.sum)&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;Please see the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/whats-new-in-arcgis-pro.htm" target="_blank" rel="nofollow noopener noreferrer"&gt;What's New documentation&lt;/A&gt;&amp;nbsp;for more new features in Pro 3.2. Additionally, we have posted a&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-ideas-blog/your-ideas-in-arcgis-pro-3-2/ba-p/1346155" target="_blank" rel="noopener"&gt;Your Ideas in ArcGIS Pro 3.2 blog and video&lt;/A&gt;, take a look if interested!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 15:17:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/add-sum-method-to-raster-object/idc-p/1355139#M262</guid>
      <dc:creator>HannesZiegler</dc:creator>
      <dc:date>2023-11-30T15:17:31Z</dc:date>
    </item>
  </channel>
</rss>

