{
 "name": "windfarm",
 "displayName": "Windfarm analysis",
 "description": "It will select potential wind farm locations authored in a model tool. The ideal locations should not be on a wild land area, but close to existing road networks. The full analysis is at https://desktop.arcgis.com/en/analytics/case-studies/minimizing-the-environmental-impact-of-windfarm-installation.htm",
 "category": "",
 "helpUrl": "http://sampleserver6.arcgisonline.com/arcgis/rest/directories/arcgisoutput/OtherGeoprocessingServices_GPServer/OtherGeoprocessingServices/windfarm.htm",
 "executionType": "esriExecutionTypeSynchronous",
 "parameters": [
  {
   "name": "Onshore_Windfarm_Proposals",
   "dataType": "GPString",
   "displayName": "Onshore_Windfarm_Proposals",
   "description": "Input wind farm proposals locations. This is a choice list input with one option only.",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "Onshore_Windfarm_Proposals",
   "parameterType": "esriGPParameterTypeRequired",
   "category": "",
   "choiceList": [
    "Onshore_Windfarm_Proposals"
   ]
  },
  {
   "name": "ROAD",
   "dataType": "GPString",
   "displayName": "ROAD",
   "description": "Road network of the study area. The ROAD option has the full coverage, while the ROAD_Erase option has all the network other than urban center locations.",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "ROAD_Erase",
   "parameterType": "esriGPParameterTypeRequired",
   "category": "",
   "choiceList": [
    "ROAD_Erase",
    "ROAD"
   ]
  },
  {
   "name": "Output_Table",
   "dataType": "GPRecordSet",
   "displayName": "Output Table",
   "description": "Result wind farm suitable for further evaluations in the format of a table.",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": {
    "displayFieldName": "",
    "fields": [
     {
      "name": "OBJECTID_1",
      "type": "esriFieldTypeOID",
      "alias": "FID"
     },
     {
      "name": "OBJECTID",
      "type": "esriFieldTypeInteger",
      "alias": "OBJECTID"
     },
     {
      "name": "RENEWABLES",
      "type": "esriFieldTypeInteger",
      "alias": "RENEWABLES"
     },
     {
      "name": "NAME",
      "type": "esriFieldTypeString",
      "alias": "NAME",
      "length": 96
     },
     {
      "name": "STATUS",
      "type": "esriFieldTypeString",
      "alias": "STATUS",
      "length": 80
     },
     {
      "name": "TYPE",
      "type": "esriFieldTypeString",
      "alias": "TYPE",
      "length": 80
     },
     {
      "name": "SHAPE_Leng",
      "type": "esriFieldTypeDouble",
      "alias": "SHAPE_Leng"
     },
     {
      "name": "Shape_Length",
      "type": "esriFieldTypeDouble",
      "alias": "Shape_Length"
     },
     {
      "name": "Shape_Area",
      "type": "esriFieldTypeDouble",
      "alias": "Shape_Area"
     },
     {
      "name": "NEAR_FID",
      "type": "esriFieldTypeInteger",
      "alias": "NEAR_FID"
     },
     {
      "name": "NEAR_DIST",
      "type": "esriFieldTypeDouble",
      "alias": "NEAR_DIST"
     }
    ],
    "features": [],
    "exceededTransferLimit": false
   },
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  }
 ]
}