קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Solar API משתמש בנתוני מקומות כדי לקבוע את סוג הבניין, ומזהה מבנים על סמך צילומי לוויין. בדף הזה מוסבר איך לקבוע את המידע הסולארי של איזה בניין יוחזר בבקשה buildingInsights.
סוגי מבנים
Solar API תומך בבניינים מהסוג premise. הסוג הזה מציין מיקום עם שם, בדרך כלל בניין או קבוצת בניינים עם שם משותף.
סוגים אחרים, כמו subpremise או מתחמים – למשל, מבנים נפרדים שממוקמים בנכס יחיד, אלא אם הם רשומים כpremise – לא נתמכים.
גגות של מבנים
Solar API מזהה את המיקום האופטימלי להתקנת לוחות סולאריים על הגג על סמך תמונות לוויין. מבני מגורים, במיוחד גגות משופעים או גגות עם שיפוע, מזוהים ברמת דיוק גבוהה, בעוד שרמת הדיוק של מבנים עם גגות שטוחים (לדוגמה, בנייני דירות או מבנים מסחריים) עשויה להשתנות.
אם התגובה של buildingInsights לא כוללת את השדה solarPanelConfigs, סימן שהבניין עבר עיבוד בצורה תקינה, אבל לא הצלחנו להציב פאנלים על הגג. יכול להיות שהגג קטן מדי כדי להציב עליו פאנלים, או שיש עליו יותר מדי צל כדי שהפאנלים יוכלו לייצר כמות משמעותית של אנרגיה.
אפשר גם להציע חוויה משלימה על ידי מתן אפשרות למשתמשים לבחור את הבניין במפה באמצעות Maps JavaScript API. מחלקים את קו הרוחב וקו האורך של הבניין מאירוע העכבר, ואז מעבירים את הקואורדינטות האלה בבקשת buildingInsights.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-09 (שעון 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"]]