<?xml version="1.0" encoding="UTF-8"?><metadata xml:lang="en">
<Esri>
<CreaDate>20250801</CreaDate>
<CreaTime>15063100</CreaTime>
<ArcGISFormat>1.0</ArcGISFormat>
<SyncOnce>TRUE</SyncOnce>
<ModDate>20250801</ModDate>
<ModTime>150631</ModTime>
</Esri>
<tool base_path="c:/" displayname="Zonal Statistics as Table" name="ZonalStatisticsAsTable" toolboxalias="0C3F273B99F1492E93376297985F97D8">
<environments>
<environment label="autoCommit" name="autoCommit"/>
<environment label="cellSize" name="cellSize"/>
<environment label="cellSizeProjectionMethod" name="cellSizeProjectionMethod"/>
<environment label="compression" name="compression"/>
<environment label="configKeyword" name="configKeyword"/>
<environment label="extent" name="extent"/>
<environment label="geographicTransformations" name="geographicTransformations"/>
<environment label="mask" name="mask"/>
<environment label="outputCoordinateSystem" name="outputCoordinateSystem"/>
<environment label="parallelProcessingFactor" name="parallelProcessingFactor"/>
<environment label="qualifiedFieldNames" name="qualifiedFieldNames"/>
<environment label="scratchWorkspace" name="scratchWorkspace"/>
<environment label="snapRaster" name="snapRaster"/>
<environment label="tileSize" name="tileSize"/>
<environment label="transferDomains" name="transferDomains"/>
<environment label="workspace" name="workspace"/>
</environments>
<summary>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Summarizes the values of a raster within the zones of another dataset and reports the results as a table.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</summary>
<parameters>
<param datatype="String" direction="Input" displayname="Input Raster or Feature Zone Data" expression="fake_polygon | SBRA_IndexComposite.tif" name="in_zone_data" type="Required">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The dataset that defines the zones.The zones can be defined by an integer raster or a feature layer.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="Field" direction="Input" displayname="Zone Field" expression="zone_field" name="zone_field" type="Required">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The field that contains the values that define each zone.It can be an integer or a string field of the zone dataset.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="String" direction="Input" displayname="Input Value Raster" expression="SBRA_IndexComposite.tif" name="in_value_raster" type="Required">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The raster that contains the values for which a statistic will be calculated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="Record Set" direction="Output" displayname="Output Table" expression="out_table" name="out_table" type="Required">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The output table that will contain the summary of the values in each zone.The format of the table is determined by the output location and path. By default, the output will be a geodatabase table if in a geodatabase workspace, and a dBASE table if in a file workspace.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="Boolean" direction="Input" displayname="Ignore NoData in Calculations" expression="{ignore_nodata}" name="ignore_nodata" type="Optional">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Specifies whether NoData values in the value input will be ignored in the results of the zone that they fall within.Checked—Within any particular zone, only cells that have a value in the input value raster will be used in determining the output value for that zone. NoData cells in the value raster will be ignored in the statistic calculation. This is the default.Unchecked—Within any particular zone, if NoData cells exist in the value raster, they will not be ignored and their existence indicates that there is insufficient information to perform statistical calculations for all the cells in that zone. Consequently, the entire zone will receive the NoData value on the output raster.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="String" direction="Input" displayname="Statistics Type" expression="{Mean | All | Majority | Majority count | Majority percentage | Maximum | Median | Minimum | Minority | Minority count | Minority percentage | Percentile | Range | Standard deviation | Sum | Variety | Minimum and Maximum | Mean and Standard deviation | Minimum, Maximum, and Mean | Majority value, count, and percentage | Minority value, count, and percentage}" name="statistics_type" type="Optional">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Specifies the statistic type to be calculated.All—All of the statistics will be calculated. This is the default.Mean—The average of all cells in the value raster that belong to the same zone as the output cell will be calculated.Majority—The value that occurs most often for all cells in the value raster that belong to the same zone as the output cell will be calculated.Majority count—The frequency of all cells that contain the majority value in the value raster that belong to the same zone as the output cell will be calculated.Majority percentage—The percentage of cells that contain the majority value in the value raster that belong to the same zone as the output cell will be calculated.Maximum—The largest value of all cells in the value raster that belong to the same zone as the output cell will be calculated.Median—The median value of all cells in the value raster that belong to the same zone as the output cell will be calculated.Minimum—The smallest value of all cells in the value raster that belong to the same zone as the output cell will be calculated.Minority—The value that occurs least often for all cells in the value raster that belong to the same zone as the output cell will be calculated.Minority count—The frequency of all cells that contain the minority value in the value raster that belong to the same zone as the output cell will be calculated.Minority percentage—The percentage of cells that contain the minority value in the value raster that belong to the same zone as the output cell will be calculated.Percentile—The percentile of all cells in the value raster that belong to the same zone as the output cell will be calculated. The 90th percentile is calculated by default. You can specify other values (from 0 to 100) using the Percentile values parameter.Range—The difference between the largest and smallest value of all cells in the value raster that belong to the same zone as the output cell will be calculated.Standard deviation—The standard deviation of all cells in the value raster that belong to the same zone as the output cell will be calculated.Sum—The total value of all cells in the value raster that belong to the same zone as the output cell will be calculated.Variety—The number of unique values for all cells in the value raster that belong to the same zone as the output cell will be calculated.Minimum and Maximum—Both the minimum and maximum statistics will be calculated.Mean and Standard deviation—Both the mean and standard deviation statistics will be calculated.Minimum, Maximum, and Mean—The minimum, maximum, and mean statistics will be calculated.Majority value, count, and percentage—The majority value, count, and percentage statistics will be calculated.Minority value, count, and percentage—The minority value, count, and percentage statistics will be calculated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="Boolean" direction="Input" displayname="Process as Multidimensional" expression="{process_as_multidimensional}" name="process_as_multidimensional" type="Optional">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Specifies how the input rasters will be calculated if they are multidimensional.Unchecked—Statistics will be calculated from the current slice of the input multidimensional dataset. This is the default.Checked—Statistics will be calculated for all dimensions of the input multidimensional dataset.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="Multiple Value" direction="Input" displayname="Percentile Values" expression="{percentile_values;percentile_values...}" name="percentile_values" type="Optional">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The percentile that will be calculated. The default is 90, indicating the 90th percentile.The values can range from 0 to 100. The 0th percentile is essentially equivalent to the minimum statistic, and the 100th percentile is equivalent to maximum. A value of 50 will produce essentially the same result as the median statistic.This parameter is only available if the Statistics type parameter is set to Percentile or All.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="String" direction="Input" displayname="Percentile Interpolation Type" expression="{Auto-detect | Nearest | Linear}" name="percentile_interpolation_type" type="Optional">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Specifies the method of interpolation that will be used when the percentile value falls between two cell values from the input value raster.Auto-detect—If the input value raster is of integer pixel type, the Nearest method will be used. If the input value raster is of floating point pixel type, the Linear method will be used. This is the default.Nearest—The nearest available value to the desired percentile is used.Linear—The weighted average of the two surrounding values from the desired percentile is used.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="Boolean" direction="Input" displayname="Calculate Circular Statistics" expression="{circular_calculation}" name="circular_calculation" type="Optional">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Specifies how the input raster will be processed for circular data.Unchecked—Ordinary linear statistics will be calculated. This is the default.Checked—The statistics for angles or other cyclic quantities, such as compass direction in degrees, daytimes, and fractional parts of real numbers, will be calculated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="Double" direction="Input" displayname="Circular Wrap Value" expression="{circular_wrap_value}" name="circular_wrap_value" type="Optional">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The value that will be used to round a linear value to the range of a given circular statistic. Its value must be a positive integer or a floating-point value. The default value is 360 degrees.This parameter is only supported if the  Calculate Circular Statistics parameter is checked.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="Feature Set" direction="Output" displayname="Output Join Layer" expression="{out_join_layer}" name="out_join_layer" type="Optional">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The output layer that will be created by joining the output table to the input zone data.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="String" direction="Input" displayname="Output Feature Service Name" expression="{esri_out_feature_service_name}" name="esri_out_feature_service_name" type="Optional">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The name of the hosted feature service containing all the feature or table results of the tool. When no name is specified, standard feature or table results will still be available.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
</parameters>
<arcToolboxHelpPath>withheld</arcToolboxHelpPath>
</tool>
<dataIdInfo>
<idCitation>
<resTitle>Zonal Statistics as Table</resTitle>
</idCitation>
<searchKeys>
<keyword>average</keyword>
<keyword>cube</keyword>
<keyword>largest</keyword>
<keyword>maximum</keyword>
<keyword>median</keyword>
<keyword>minimum</keyword>
<keyword>multidimensional zonal stats</keyword>
<keyword>overlap</keyword>
<keyword>overlapping</keyword>
<keyword>overlapping features</keyword>
<keyword>statistical</keyword>
<keyword>stddev</keyword>
<keyword>stdev</keyword>
<keyword>total</keyword>
<keyword>unique</keyword>
<keyword>zonal stats</keyword>
</searchKeys>
</dataIdInfo>
<distInfo>
<distributor>
<distorFormat>
<formatName>ArcToolbox Tool</formatName>
</distorFormat>
</distributor>
</distInfo>
</metadata>
