<?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: Possible to calculate a raster's standard deviation break values? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/possible-to-calculate-a-raster-s-standard/m-p/538781#M42115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;GetRasterProperties_management (in_raster, "STD", {band_index})&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gives you the Standard Deviation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GetRasterProperties_management (in_raster, "MEAN", {band_index})&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gives you the mean.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Similarly, MINIMUM and MAXIMUM returns the range.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first Standard Deviation should be centered on the Mean: half above and half below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The other breaks are full StdDev steps in each direction, to the end of the range.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2013 12:31:06 GMT</pubDate>
    <dc:creator>markdenil</dc:creator>
    <dc:date>2013-02-01T12:31:06Z</dc:date>
    <item>
      <title>Possible to calculate a raster's standard deviation break values?</title>
      <link>https://community.esri.com/t5/python-questions/possible-to-calculate-a-raster-s-standard/m-p/538780#M42114</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;I'm trying to reclassify a raster by standard deviation using arcpy.&amp;nbsp; Problem is that when I go to use RemapRange I don't know how to calculate the break values for my new classes.&amp;nbsp; Does anybody know how to get around this?&amp;nbsp; I can access a few raster properties via GetRasterProperties_management(), but I need actual break values before I can reclassify.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.sa.Reclassify (in_raster, reclass_field, remap, {missing_values})&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.sa.RemapRange (remapTable)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 14:56:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/possible-to-calculate-a-raster-s-standard/m-p/538780#M42114</guid>
      <dc:creator>NickJacob</dc:creator>
      <dc:date>2013-01-30T14:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to calculate a raster's standard deviation break values?</title>
      <link>https://community.esri.com/t5/python-questions/possible-to-calculate-a-raster-s-standard/m-p/538781#M42115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;GetRasterProperties_management (in_raster, "STD", {band_index})&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gives you the Standard Deviation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GetRasterProperties_management (in_raster, "MEAN", {band_index})&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gives you the mean.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Similarly, MINIMUM and MAXIMUM returns the range.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first Standard Deviation should be centered on the Mean: half above and half below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The other breaks are full StdDev steps in each direction, to the end of the range.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 12:31:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/possible-to-calculate-a-raster-s-standard/m-p/538781#M42115</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2013-02-01T12:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to calculate a raster's standard deviation break values?</title>
      <link>https://community.esri.com/t5/python-questions/possible-to-calculate-a-raster-s-standard/m-p/538782#M42116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you!&amp;nbsp; Great answer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 13:20:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/possible-to-calculate-a-raster-s-standard/m-p/538782#M42116</guid>
      <dc:creator>NickJacob</dc:creator>
      <dc:date>2013-02-01T13:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to calculate a raster's standard deviation break values?</title>
      <link>https://community.esri.com/t5/python-questions/possible-to-calculate-a-raster-s-standard/m-p/538783#M42117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can also use the arcpy.Raster object to get all the properties a tad faster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check out: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//018z00000051000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//018z00000051000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 13:23:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/possible-to-calculate-a-raster-s-standard/m-p/538783#M42117</guid>
      <dc:creator>AndrewChapkowski</dc:creator>
      <dc:date>2013-02-01T13:23:22Z</dc:date>
    </item>
  </channel>
</rss>

