{ "name": "LocalPMPTool", "displayName": "Local PMP Calculation Tool", "description": "", "category": "", "helpUrl": "https://arcgis.water.nv.gov/arcgis/rest/directories/arcgisoutput/NDWR/LocalPMPTool_GPServer/NDWR_LocalPMPTool/LocalPMPTool.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Analysis Region", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Polygon", "description": "Select a polygon of interest to calculate the mean PMP for.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 4326, "latestWkid": 4326 }, "fields": [ { "name": "FID", "type": "esriFieldTypeOID", "alias": "FID" }, { "name": "Id", "type": "esriFieldTypeInteger", "alias": "Id" }, { "name": "gridcode", "type": "esriFieldTypeInteger", "alias": "gridcode" }, { "name": "Shape_Leng", "type": "esriFieldTypeDouble", "alias": "Shape_Leng" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Duration", "dataType": "GPString", "displayName": "Duration", "description": "Select the duration for which you want to distribute the mean PMP value over, e.g. 6 hrs will distribute the mean PMP over 12 30-min intervals using Type II ratios.", "direction": "esriGPParameterDirectionInput", "defaultValue": "1hr", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "1hr", "2hr", "3hr", "4hr", "5hr", "6hr", "12hr", "24hr" ] }, { "name": "Polygon_Name", "dataType": "GPString", "displayName": "Polygon Name", "description": "Add a name for the input polygon.", "direction": "esriGPParameterDirectionInput", "defaultValue": "smithcreek", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output File", "dataType": "GPDataFile", "displayName": "Output File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }