{ "name": "SolarBuildingProcessor", "displayName": "SolarBuildingProcessor", "description": "Populates empty polygon with solar information for consumption in solar.oki.org/map", "category": "", "helpUrl": "https://gis.oki.org/server/rest/directories/arcgisoutput/GPTools/Solar_GPServer/GPTools_Solar/SolarBuildingProcessor.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "inputBuilding", "dataType": "GPFeatureRecordSetLayer", "displayName": "inputBuilding", "description": "The building to be analyzed for solar (PV array) potential", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102723, "latestWkid": 3735 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "InSlrRad_Kwh", "type": "esriFieldTypeSingle", "alias": "InSlrRad_Kwh" }, { "name": "TotalRoofSpaceSqFt", "type": "esriFieldTypeSingle", "alias": "TotalRoofSpaceSqFt" }, { "name": "UsablePercent", "type": "esriFieldTypeSingle", "alias": "UsablePercent" }, { "name": "UsableDecimal", "type": "esriFieldTypeSingle", "alias": "UsableDecimal" }, { "name": "UnusableDecimal", "type": "esriFieldTypeSingle", "alias": "UnusableDecimal" }, { "name": "UsableRoofSpaceSqFt", "type": "esriFieldTypeSingle", "alias": "UsableRoofSpaceSqFt" }, { "name": "SysSizeKw", "type": "esriFieldTypeSingle", "alias": "SysSizeKw" }, { "name": "Aspect", "type": "esriFieldTypeSingle", "alias": "Aspect" }, { "name": "Slope", "type": "esriFieldTypeSingle", "alias": "Slope" }, { "name": "NumRoofPlanes", "type": "esriFieldTypeSingle", "alias": "NumRoofPlanes" }, { "name": "AnnualOutputKwh", "type": "esriFieldTypeSingle", "alias": "AnnualOutputKwh" }, { "name": "RoofType", "type": "esriFieldTypeString", "alias": "RoofType", "length": 255 }, { "name": "Error", "type": "esriFieldTypeString", "alias": "Error", "length": 255 }, { "name": "SlrRecommend", "type": "esriFieldTypeString", "alias": "SlrRecommend", "length": 255 }, { "name": "PhotoID", "type": "esriFieldTypeString", "alias": "PhotoID", "length": 255 }, { "name": "Revenue", "type": "esriFieldTypeString", "alias": "Revenue", "length": 255 }, { "name": "url", "type": "esriFieldTypeString", "alias": "url", "length": 255 }, { "name": "Address", "type": "esriFieldTypeString", "alias": "Address", "length": 255 }, { "name": "CO2Offset_lbs", "type": "esriFieldTypeDouble", "alias": "CO2Offset_lbs" }, { "name": "NEAR_FID", "type": "esriFieldTypeInteger", "alias": "NEAR_FID" }, { "name": "NEAR_DIST", "type": "esriFieldTypeDouble", "alias": "NEAR_DIST" }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length" }, { "name": "SHAPE_Area", "type": "esriFieldTypeDouble", "alias": "SHAPE_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "outputBuilding", "dataType": "GPFeatureRecordSetLayer", "displayName": "outputBuilding", "description": "The output buliding that has been analyzed for solar potential, with attributes and values populated.", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "outputRaster", "dataType": "GPRasterDataLayer", "displayName": "outputRaster", "description": "The output raster showing annual solar radiation hitting the input building's roof, symbolized for use with solar.oki.org/map", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }