{ "name": "CalculateWatershedElevationAndSlopeStatsToTable", "displayName": "CalculateWatershedElevationAndSlopeStatsToTable", "description": "Tool that will calculate the watershed elevation and slope, exporting the stats to a table.", "category": "", "helpUrl": "https://ws.lioservices.lrc.gov.on.ca/arcgis1/rest/directories/arcgisoutput/OFAT/OFAT_GP_GPServer/OFAT_OFAT_GP/CalculateWatershedElevationAndSlopeStatsToTable.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "inputJobID", "dataType": "GPString", "displayName": "inputJobID", "description": "inputJobID", "direction": "esriGPParameterDirectionInput", "defaultValue": "inputWatershedJob", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "outputCharacterizationTable", "dataType": "GPRecordSet", "displayName": "outputCharacterizationTable", "description": "outputCharacterizationTable", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "fields": [ { "name": "OID", "type": "esriFieldTypeOID", "alias": "OID" }, { "name": "OFATID", "type": "esriFieldTypeInteger", "alias": "OFATID" }, { "name": "AreaKm", "type": "esriFieldTypeDouble", "alias": "AreaKm" }, { "name": "ShapFactr", "type": "esriFieldTypeDouble", "alias": "ShapFactr" }, { "name": "MeanElevM", "type": "esriFieldTypeDouble", "alias": "MeanElevM" }, { "name": "MaxElevM", "type": "esriFieldTypeDouble", "alias": "MaxElevM" }, { "name": "MeanSlpPc", "type": "esriFieldTypeSingle", "alias": "MeanSlpPc" }, { "name": "LeOMChKm", "type": "esriFieldTypeDouble", "alias": "LeOMChKm" }, { "name": "MaxChElvM", "type": "esriFieldTypeSingle", "alias": "MaxChElvM" }, { "name": "MinChElvM", "type": "esriFieldTypeSingle", "alias": "MinChElvM" }, { "name": "ChSlp_M_Km", "type": "esriFieldTypeSingle", "alias": "ChSlp_M_Km" }, { "name": "ChSlp_Pcnt", "type": "esriFieldTypeSingle", "alias": "ChSlp_Pcnt" }, { "name": "WatrAreaKm", "type": "esriFieldTypeDouble", "alias": "WatrAreaKm" }, { "name": "OpWAreaKm", "type": "esriFieldTypeDouble", "alias": "OpWAreaKm" }, { "name": "WetlAreaKm", "type": "esriFieldTypeDouble", "alias": "WetlAreaKm" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }