Solar API는 장소 데이터를 사용하여 건물 유형을 확인하고 위성 이미지를 기반으로 건물을 식별합니다. 이 페이지에서는 buildingInsights 요청에서 어떤 건물의 태양광 정보가 반환되는지 확인하는 방법을 설명합니다.
건물 유형
Solar API는 premise 유형의 건물을 지원합니다. 이 유형은 이름이 지정된 위치, 일반적으로 공통된 이름을 가진 건물 또는 여러 건물을 나타냅니다.
subpremise 또는 복합 단지(예: premise로 등록되지 않은 한 단일 부지에 있는 단독 주택)와 같은 다른 유형은 지원되지 않습니다.
건물 지붕
Solar API는 위성 이미지를 기반으로 최적의 옥상 태양광 패널 배치를 식별합니다. 주거용 건물, 특히 경사 또는 지붕이 있는 건물은 높은 정확도로 식별되지만 평평한 지붕이 있는 건물 (예: 아파트 또는 상업용 건물)은 정확도가 다를 수 있습니다.
buildingInsights 응답에 solarPanelConfigs 필드가 포함되지 않은 경우 건물이 올바르게 처리되었지만 지붕에 패널을 설치할 수 없습니다. 지붕이 너무 작아 패널을 설치할 수 없거나 패널이 그늘에 가려져 충분한 에너지를 생산할 수 없는 경우 이러한 문제가 발생할 수 있습니다.
[null,null,["최종 업데이트: 2025-02-25(UTC)"],[[["The Solar API uses place data and satellite imagery to identify buildings and determine their solar potential, focusing on buildings classified as \"premise\" in Google Places."],["The API primarily supports residential buildings with inclined roofs for accurate solar panel placement, while accuracy may vary for flat-roofed buildings."],["If the `solarPanelConfigs` field is missing from the API response, it indicates the building was analyzed, but solar panel placement was not feasible due to roof size or shading."],["Users can identify buildings for solar analysis by converting addresses to coordinates using Geocoding or Place Autocomplete APIs and passing the coordinates to the Solar API."],["A complementary approach involves users selecting a building directly on a map using the Maps JavaScript API, and using the extracted coordinates for solar analysis."]]],["The Solar API utilizes place data and satellite imagery to identify buildings and determine solar potential. It primarily supports `premise` type buildings, excluding `subpremise` types. Optimal solar panel placement is assessed, with higher accuracy for residential pitched roofs; flat roofs may vary. The API can be used by converting an address to coordinates via the Geocoding or Place Autocomplete APIs, or by using a location selected on a map. The results can be filtered to places of type premise, and the results from the building insights api can be compared to the results from the geocoding or places API.\n"]]