تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تستخدِم واجهة برمجة التطبيقات Solar API بيانات الأماكن لتحديد نوع المبنى وتحديد
المباني استنادًا إلى صور الأقمار الصناعية. توضّح هذه الصفحة كيفية تحديد
معلومات المبنى الشمسية التي يتم عرضها في طلب
buildingInsights.
أنواع المباني
تتيح Solar API استخدام المباني من النوع
premise. يشير هذا النوع
إلى موقع جغرافي يحمل اسمًا، وعادةً ما يكون مبنى أو مجموعة من المباني التي تحمل اسمًا
شائعًا.
لا يمكن استخدام الأنواع الأخرى، مثل
subpremise أو
المجمعات، مثل المباني المنفصلة الواقعة على قطعة أرض واحدة، ما لم يتم تسجيلها على أنّها premise.
أسطح المباني
تحدد واجهة برمجة التطبيقات Solar API الموقع الأمثل لتثبيت الألواح الشمسية على السطح استنادًا إلى
الصور التي يتم التقاطها من الأقمار الصناعية. يتم تحديد المباني السكنية، خاصةً المباني التي تتضمّن سطوحًا مائلّة، بدرجة عالية من الدقة، في حين قد تتفاوت دقة تحديد المباني التي تتضمّن سطوحًا مسطّحة (مثل المباني السكنية أو التجارية).
إذا كان ردّ
buildingInsights لا يتضمّن الحقل solarPanelConfigs، يعني ذلك أنّه تمت معالجة المبنى بشكل صحيح، ولكن تعذّر علينا وضع الألواح على السقف. قد يحدث ذلك إذا كان السطح صغيرًا جدًا لوضع الألواح أو مظللًا جدًا لكي تتمكن الألواح من توليد طاقة كبيرة.
استخدِم إحداثيات خط العرض وخط الطول للمكان في طلبك المُرسَل إلى واجهة برمجة التطبيقات Solar API
buildingInsights.
إذا عثرت واجهة برمجة التطبيقات Solar API على مبنى مطابق، تأكَّد من أنّ place_id في استجابة buildingInsights تتطابق مع place_id
من واجهة برمجة التطبيقات Geocoding API أو واجهة برمجة التطبيقات Place Autocomplete API.
لتقتصر النتائج على الأماكن من النوع premise، أضِف فلترًا لنوع المكان
إلى ردود Geocoding API أو Places API.
تاريخ التعديل الأخير: 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"]]