با مجموعهها، منظم بمانید
ذخیره و دستهبندی محتوا براساس اولویتهای شما.
Solar API از داده های مکان برای تعیین نوع ساختمان استفاده می کند و ساختمان ها را بر اساس تصاویر ماهواره ای شناسایی می کند. این صفحه نحوه تعیین اطلاعات خورشیدی ساختمان را در یک درخواست buildingInsights توضیح میدهد.
انواع ساختمان
Solar API از ساختمان هایی از نوع premise پشتیبانی می کند. این نوع یک مکان نامگذاری شده را نشان می دهد، معمولاً یک ساختمان یا مجموعه ای از ساختمان ها با یک نام مشترک.
انواع دیگر، مانند subpremise یا ترکیبات - برای مثال، ساختمانهای مجزا که در یک ملک واحد واقع شدهاند، مگر اینکه به عنوان یک premise ثبت شده باشند - پشتیبانی نمیشوند .
سقف ساختمان
Solar API مکان بهینه پنل خورشیدی روی پشت بام را بر اساس تصاویر ماهواره ای شناسایی می کند. ساختمان های مسکونی، به ویژه سقف های شیب دار یا شیب دار، با درجه بالایی از دقت شناسایی می شوند، در حالی که ساختمان های با سقف های مسطح (به عنوان مثال، ساختمان های آپارتمانی یا تجاری) ممکن است از نظر دقت متفاوت باشند.
اگر پاسخ buildingInsights شامل قسمت solarPanelConfigs نباشد، ساختمان به درستی پردازش شده است، اما ما نمیتوانیم پانلها را روی سقف قرار دهیم. این ممکن است در صورتی اتفاق بیفتد که سقف برای قرار دادن پانل ها خیلی کوچک باشد یا بیش از حد سایه باشد تا پانل ها انرژی قابل توجهی تولید کنند.
از place_id برای اشاره به مکان منطبق استفاده کنید.
از مختصات طول و عرض جغرافیایی مکان در درخواست buildingInsights API خورشیدی خود استفاده کنید.
اگر Solar API ساختمانی منطبق پیدا کرد، بررسی کنید که place_id در پاسخ buildingInsights با place_id از Geocoding API یا Place Autocomplete API مطابقت داشته باشد.
برای محدود کردن نتایج به مکانهایی با premise نوع، یک فیلتر نوع مکان به پاسخهای Geocoding API یا Places API اضافه کنید.
همچنین میتوانید با فعال کردن کاربران برای انتخاب ساختمان روی نقشه با استفاده از Maps JavaScript API یک تجربه تکمیلی ارائه دهید. طول و عرض جغرافیایی ساختمان را از رویداد ماوس استخراج کنید، سپس آن مختصات را در یک درخواست buildingInsights ارسال کنید.
تاریخ آخرین بهروزرسانی 2025-02-25 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-02-25 بهوقت ساعت هماهنگ جهانی."],[[["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"]]