{ "name": "GenerateServiceAreaForWeb", "displayName": "GenerateServiceAreaForWeb ArcPro", "description": "This tool allows the user to select a level of traffic stress to determine the \"bike shed\" from any given location in Montgomery County.", "category": "", "helpUrl": "https://montgomeryplans.org/server9/rest/directories/arcgisoutput/Tools/GenerateServiceAreaForWeb_GPServer/Tools_GenerateServiceAreaForWeb/GenerateServiceAreaForWeb.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Facility", "dataType": "GPFeatureRecordSetLayer", "displayName": "Facility", "description": "The location which represents the origin of the bike shed.", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Break_Value", "dataType": "GPDouble", "displayName": "Break Value", "description": "The distance (miles) or time (minutes) that determines the extent of the bike shed.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Break_Value_Units", "dataType": "GPString", "displayName": "Break Value Units", "description": "Minutes or miles.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Minutes", "Miles" ] }, { "name": "Level_of_Traffic_Stress", "dataType": "GPString", "displayName": "Level of Traffic Stress", "description": "The level of of traffic stress. The level of traffic stress is an apporach that quantifies the amount of stress that bicyclists feel when they ride close to traffic. Changing this parameter will limit or expand the extent of the bicycle shed depending on the level of stress permitted..", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "None", "Very Low", "Low", "Moderate-Low", "Moderate-High", "High", "Very High" ] }, { "name": "Output", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }