{ "name": "AffectedPop", "displayName": "AffectedPop", "description": "Based off 2020 Census Blocks. (Total Population of Block/Area of Block) x Area of Block within Buffer, and then all those totals added up for Total Approx Population in Buffer (if block populations were evenly distributed throughout block)", "category": "", "helpUrl": "https://webmapssecure.ewashtenaw.org/arcgisshared/rest/directories/arcgisoutput/FindPopulation_GPServer/FindPopulation/AffectedPop.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Input_Features", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Features", "description": "Incidents", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 50 }, { "name": "SplitArea", "type": "esriFieldTypeDouble", "alias": "SplitArea" }, { "name": "Percent", "type": "esriFieldTypeDouble", "alias": "Percent" }, { "name": "PartPop", "type": "esriFieldTypeDouble", "alias": "PartPop" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Distance", "dataType": "GPLinearUnit", "displayName": "Distance", "description": "Radius of Buffer (aka Impact Zone)", "direction": "esriGPParameterDirectionInput", "dependency": "Input_Features", "defaultValue": { "distance": 1, "units": "esriMiles" }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Intersect_Dissolve", "dataType": "GPFeatureRecordSetLayer", "displayName": "Intersect_Dissolve", "description": "Result", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "SUM_PartPop", "type": "esriFieldTypeDouble", "alias": "SUM_PartPop" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }