{ "name": "ZonalStatisticsAsTable", "displayName": "Estima_pop_2022", "description": "Summarizes the values of a raster within the zones of another dataset and reports the results as a table.", "category": "", "helpUrl": "https://pgeo3.rio.rj.gov.br/arcgis/rest/directories/arcgisoutput/Geoprocessos/Estima_pop_2022_GPServer/Geoprocessos_Estima_pop_2022/ZonalStatisticsAsTable.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_zone_data", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Raster or Feature Zone Data", "description": "The dataset that defines the zones.The zones can be defined by an integer raster or a feature layer.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "hasZ": true, "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 31983, "latestWkid": 31983 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_value_raster", "dataType": "GPString", "displayName": "Input Value Raster", "description": "The raster that contains the values for which a statistic will be calculated.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Total de pessoas", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Total de pessoas", "Total de domicílios", "Total de domicílios particulares", "Total de domicílios particulares ocupados", "Total de domicílios particulares vagos e de uso ocasional" ] }, { "name": "out_table", "dataType": "GPRecordSet", "displayName": "Output Table", "description": "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.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "COUNT", "type": "esriFieldTypeDouble", "alias": "COUNT" }, { "name": "AREA", "type": "esriFieldTypeDouble", "alias": "AREA" }, { "name": "SUM", "type": "esriFieldTypeDouble", "alias": "SUM" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "ignore_nodata", "dataType": "GPBoolean", "displayName": "Ignore NoData in Calculations", "description": "Specifies whether NoData values in the value input will be ignored in the results of the zone that they fall within.Checked\u2014Within 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\u2014Within 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.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "statistics_type", "dataType": "GPString", "displayName": "Statistics Type", "description": "Specifies the statistic type to be calculated.All\u2014All of the statistics will be calculated. This is the default.Mean\u2014The average of all cells in the value raster that belong to the same zone as the output cell will be calculated.Majority\u2014The 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\u2014The 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\u2014The 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\u2014The largest value of all cells in the value raster that belong to the same zone as the output cell will be calculated.Median\u2014The median value of all cells in the value raster that belong to the same zone as the output cell will be calculated.Minimum\u2014The smallest value of all cells in the value raster that belong to the same zone as the output cell will be calculated.Minority\u2014The 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\u2014The 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\u2014The 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\u2014The 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\u2014The 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\u2014The standard deviation of all cells in the value raster that belong to the same zone as the output cell will be calculated.Sum\u2014The total value of all cells in the value raster that belong to the same zone as the output cell will be calculated.Variety\u2014The 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\u2014Both the minimum and maximum statistics will be calculated.Mean and Standard deviation\u2014Both the mean and standard deviation statistics will be calculated.Minimum, Maximum, and Mean\u2014The minimum, maximum, and mean statistics will be calculated.Majority value, count, and percentage\u2014The majority value, count, and percentage statistics will be calculated.Minority value, count, and percentage\u2014The minority value, count, and percentage statistics will be calculated.", "direction": "esriGPParameterDirectionInput", "dependency": "in_value_raster", "defaultValue": "Sum", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "All", "Mean", "Maximum", "Median", "Minimum", "Percentile", "Range", "Standard deviation", "Sum", "Minimum and Maximum", "Mean and Standard deviation", "Minimum, Maximum, and Mean" ] }, { "name": "process_as_multidimensional", "dataType": "GPBoolean", "displayName": "Process as Multidimensional", "description": "Specifies how the input rasters will be calculated if they are multidimensional.Unchecked\u2014Statistics will be calculated from the current slice of the input multidimensional dataset. This is the default.Checked\u2014Statistics will be calculated for all dimensions of the input multidimensional dataset.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "percentile_values", "dataType": "GPMultiValue:GPDouble", "displayName": "Percentile Values", "description": "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.", "direction": "esriGPParameterDirectionInput", "dependency": "in_zone_data", "defaultValue": [ 90 ], "parameterType": "esriGPParameterTypeOptional", "category": "", "parameterInfos": [ { "name": "", "dataType": "GPDouble", "displayName": "" } ] }, { "name": "percentile_interpolation_type", "dataType": "GPString", "displayName": "Percentile Interpolation Type", "description": "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\u2014If 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\u2014The nearest available value to the desired percentile is used.Linear\u2014The weighted average of the two surrounding values from the desired percentile is used.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Auto-detect", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "Auto-detect", "Nearest", "Linear" ] }, { "name": "circular_calculation", "dataType": "GPBoolean", "displayName": "Calculate Circular Statistics", "description": "Specifies how the input raster will be processed for circular data.Unchecked\u2014Ordinary linear statistics will be calculated. This is the default.Checked\u2014The statistics for angles or other cyclic quantities, such as compass direction in degrees, daytimes, and fractional parts of real numbers, will be calculated.", "direction": "esriGPParameterDirectionInput", "dependency": "in_zone_data", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "circular_wrap_value", "dataType": "GPDouble", "displayName": "Circular Wrap Value", "description": "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\u202f Calculate Circular Statistics parameter is checked.", "direction": "esriGPParameterDirectionInput", "dependency": "zone_field", "defaultValue": 360, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "out_join_layer", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Join Layer", "description": "The output layer that will be created by joining the output table to the input zone data.", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "esri_out_feature_service_name", "dataType": "GPString", "displayName": "Output Feature Service Name", "description": "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.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }