{ "name": "SolarSuitabilityScriptTool", "displayName": "Solar Suitability Script Tool", "description": "", "category": "", "helpUrl": "https://gis-portal.usc.edu/arcgis/rest/directories/arcgisoutput/Solar_Suitability_Script_Tool_GPServer/Solar_Suitability_Script_Tool/SolarSuitabilityScriptTool.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Northern_Hemisphere?", "dataType": "GPBoolean", "displayName": "Northern Hemisphere?", "description": "If the project DEM is in the northern hemisphere, check this box. Uncheck this box if the project DEM is in the southern hemisphere.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Input_DEM", "dataType": "GPString", "displayName": "Input DEM", "description": "Insert any DEM or DSM", "direction": "esriGPParameterDirectionInput", "defaultValue": "SB_elevationRaster.DEM", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "SB_elevationRaster.DEM" ] }, { "name": "Output_Raster", "dataType": "GPRasterDataLayer", "displayName": "Output Raster", "description": "Specify the location and name of the output Solar Suitability Raster.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }