{ "name": "AddDataUpdate1111111", "displayName": "AddDataTool_LinePolyConv", "description": "This geoprocessing service accepts a locally uploaded boundary file (ZIP shapefile, SHP, KML, KMZ, GeoJSON) and normalizes it into a single dissolved footprint or ROW geometry. For solar and wind technologies, polyline boundaries are automatically converted to polygon footprints when appropriate. The output is returned as a temporary feature layer for use in the Clean Energy Screening Tool (Experience Builder).", "category": "", "helpUrl": "https://gis.audubon.org/arcgisweb/rest/directories/arcgisoutput/CEI/AddDataTool_LinePolyConversion_GPServer/CEI_AddDataTool_LinePolyConversion/AddDataUpdate1111111.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "ProjectName", "dataType": "GPString", "displayName": "Project Name", "description": "Name of the project. This will be used to name the output layer added to the map.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "TechCode", "dataType": "GPString", "displayName": "Tech Code", "description": "Technology type associated with the project (Solar, Onshore Wind, Offshore Wind, or Transmission). Determines geometry handling and output naming.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "transmission", "solar", "onwind", "offwind" ] }, { "name": "InputFile", "dataType": "GPDataFile", "displayName": "Input File", "description": "Upload a local boundary file (.zip shapefile, .shp, .kml, .kmz, .geojson, .json). Portal browsing is not supported.", "direction": "esriGPParameterDirectionInput", "filter": { "type": "file", "list": [ "zip", "shp", "kml", "kmz", "geojson", "json" ] }, "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "ExcludeInnerPoly", "dataType": "GPBoolean", "displayName": "Exclude Inner Polygon(s)", "description": "If checked, interior polygons fully enclosed by the project boundary will be removed (creates interior holes). Leave unchecked to retain all areas.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "OutputFeature", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Feature", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }