Show Navigation | Hide Navigation
You are here:
Extensions > Spatial Analyst > Spatial Analyst functional reference > Zonal (Spatial Analyst)

ZonalStd

Release 9.2
Last modified January 3, 2008
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "Zonal (Spatial Analyst)"


Related Topics

Records, in each output cell, the standard deviation of the values of all cells in the value raster that belong to the same zone as the output cell. Zones are identified by the values of the cells in the input <zone_grid>.


Illustration

ZonalStd illustration

Usage tips

Command line syntax
See Zonal Statistics

To perform the equivalent to map algebra ZonalSTD, set the statistics type to STD.

Scripting syntax
See Zonal Statistics

To perform the equivalent to map algebra ZonalSTD, set the statistics type to STD.

Map Algebra syntax
ZonalStd(<zone_grid>, <value_grid>, {DATA | NODATA})

Parameter Explanation
<zone_grid> An integer raster that identifies the zone for each cell.
The zone raster can be an expression resulting in a raster.
<value_grid> An integer or floating-point raster that defines the values of the cells in which the standard deviation is to be calculated.
The standard deviation of the values of the value raster in each zone will be assigned to every cell in that zone on the output raster. The value raster may be an expression resulting in a raster.
{DATA | NODATA} A keyword defining the manner in which NoData values on the <value_grid> that fall within a zone defined by the <zone_grid> will influence the output results.
  • DATA  — A keyword that specifies that if a NoData value exists in a cell on the value raster within any particular zone defined by <zone_grid>, the cell will be ignored, and only cells on the value raster that have data values within the zone will be used to determine the standard deviation for the output.
  • NODATA  — A keyword that signifies that if a NoData value exists on the value raster within any particular zone defined by <zone_grid>, there is insufficient information to complete the calculation to determine the standard deviation of the values for all the cells within the zone, and the entire zone will receive the NoData value on the output raster.

Map Algebra example

zonalstd(zonegrid, valuegrid)
zonalstd(zonegrid, valuegrid, NODATA)
zonalstd(zonegrid, valuegrid, DATA)
zonalstd(zonegrid, (ingrid1 + ingrid2))
zonalstd((ingrid1 + ingrid2), ingrid3, NODATA)
zonalstd(reclass(ingrid1, tab1), (ingrid2 div ingrid3 * 4))

ArcObjects syntax
See Zonal Statistics

To perform ZonalStd using ArcObjects, use the IZonalOp::ZonalStatistics method from the RasterZonalOp object specifying esriGeoAnalysisZonalStatsStd as the esriGeoAnalysisZonalStatisticsEnum.

Please visit the Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.