{ "name": "ACSRegionalizationExecutor", "displayName": "ACS Regionalization Executor", "description": "", "category": "", "helpUrl": "https://gis-portal.usc.edu/arcgis/rest/directories/arcgisoutput/ACS_Regionalization/ACSRegionalizationExecutor_GPServer/ACS_Regionalization_ACSRegionalizationExecutor/ACSRegionalizationExecutor.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Input_Features", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Features", "description": "Basic census geographies shapefile", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102600, "latestWkid": 102600 }, "fields": [ { "name": "FID", "type": "esriFieldTypeOID", "alias": "FID" }, { "name": "GEOID", "type": "esriFieldTypeString", "alias": "GEOID", "length": 11 }, { "name": "NAMELSAD", "type": "esriFieldTypeString", "alias": "NAMELSAD", "length": 20 }, { "name": "ALAND", "type": "esriFieldTypeDouble", "alias": "ALAND" }, { "name": "AWATER", "type": "esriFieldTypeDouble", "alias": "AWATER" }, { "name": "INTPTLAT", "type": "esriFieldTypeString", "alias": "INTPTLAT", "length": 11 }, { "name": "INTPTLON", "type": "esriFieldTypeString", "alias": "INTPTLON", "length": 12 }, { "name": "GEOID_2", "type": "esriFieldTypeDouble", "alias": "GEOID_2" }, { "name": "GEO_id", "type": "esriFieldTypeString", "alias": "GEO_id", "length": 254 }, { "name": "Shape_Leng", "type": "esriFieldTypeDouble", "alias": "Shape_Leng" }, { "name": "GEOID_str", "type": "esriFieldTypeString", "alias": "GEOID_str", "length": 254 }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Exclusion_List", "dataType": "GPDataFile", "displayName": "Exclusion List", "description": "A list of census geographies IDs to exclude from the regionalization", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Total_Population_Table", "dataType": "GPDataFile", "displayName": "Total Population Table", "description": "A table including GEOID and total population of all census geographies in study", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Population_Group_Estimate", "dataType": "GPDataFile", "displayName": "Population Group Estimate", "description": "A table including GEOID, the studied population estimate, and the total population estimate of all census geographies", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Population_Group_MOE", "dataType": "GPDataFile", "displayName": "Population Group MOE", "description": "A table including GEOID, the MOE of studied population estimate, and the MOE of total population estimate of all census geographies", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Population_Group_Names", "dataType": "GPDataFile", "displayName": "Population Group Names", "description": "A list of names of the studied population groups, can be estimates or ratios", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Target_Coefficient_of_Variance", "dataType": "GPDouble", "displayName": "Target Coefficient of Variance", "description": "The targeted uncertainty threshold after regionalization", "direction": "esriGPParameterDirectionInput", "defaultValue": 0.2, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Coefficient_of_Variance_to_Exclude", "dataType": "GPDouble", "displayName": "Coefficient of Variance to Exclude", "description": "The threshold to ignore the geographies whose CVs for proportion variables are under this value", "direction": "esriGPParameterDirectionInput", "defaultValue": 0.05, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_Features", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Features", "description": "A shapefile of orginal census geographies with new region IDs (rid)", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102600, "latestWkid": 102600 }, "fields": [ { "name": "FID", "type": "esriFieldTypeOID", "alias": "FID" }, { "name": "GEOID", "type": "esriFieldTypeString", "alias": "GEOID", "length": 80 }, { "name": "NAMELSAD", "type": "esriFieldTypeString", "alias": "NAMELSAD", "length": 80 }, { "name": "ALAND", "type": "esriFieldTypeDouble", "alias": "ALAND" }, { "name": "AWATER", "type": "esriFieldTypeDouble", "alias": "AWATER" }, { "name": "INTPTLAT", "type": "esriFieldTypeString", "alias": "INTPTLAT", "length": 80 }, { "name": "INTPTLON", "type": "esriFieldTypeString", "alias": "INTPTLON", "length": 80 }, { "name": "GEOID_2", "type": "esriFieldTypeDouble", "alias": "GEOID_2" }, { "name": "GEO_id", "type": "esriFieldTypeString", "alias": "GEO_id", "length": 80 }, { "name": "Shape_Leng", "type": "esriFieldTypeDouble", "alias": "Shape_Leng" }, { "name": "GEOID_str", "type": "esriFieldTypeString", "alias": "GEOID_str", "length": 80 }, { "name": "constant", "type": "esriFieldTypeDouble", "alias": "constant" }, { "name": "rids", "type": "esriFieldTypeDouble", "alias": "rids" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_Regions", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Regions", "description": "A shapefile of new regions dissolved from origional census geographies", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": {"wkid": null}, "fields": [ { "name": "FID", "type": "esriFieldTypeOID", "alias": "FID" }, { "name": "index", "type": "esriFieldTypeDouble", "alias": "index" }, { "name": "rids", "type": "esriFieldTypeDouble", "alias": "rids" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "esri_out_feature_service_name", "dataType": "GPString", "displayName": "Output Feature Service Name", "description": "The name of the optional feature service to create on the federated server containing the result of this tool. If no name is specified an output feature service will not be created.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }