{ "name": "Watershed", "displayName": "Watershed", "description": "Determines the contributing area above a set of cells in a raster.", "category": "", "helpUrl": "https://terra.library.brocku.ca/arcgis/rest/directories/arcgisoutput/System/RasterAnalysisTools_GPServer/System_RasterAnalysisTools/Watershed.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "inputFlowDirectionRaster", "dataType": "GPString", "displayName": "inputFlowDirectionRaster", "description": "The input raster that shows the direction of flow out of each cell.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "inPourPointRasterOrFeatures", "dataType": "GPString", "displayName": "inPourPointRasterOrFeatures", "description": "The input pour point locations.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "outputName", "dataType": "GPString", "displayName": "outputName", "description": "The name of the output watershed raster service.The default name is based on the tool name and the input layer name. If the layer already exists, you will be prompted to provide another name.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "pourPointField", "dataType": "GPString", "displayName": "pourPointField", "description": "Field used to assign values to the pour point locations.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "context", "dataType": "GPString", "displayName": "context", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "outputRaster", "dataType": "GPString", "displayName": "outputRaster", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }