تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
لتقليل Image، استخدِم image.reduce(). تعمل دالة تصغير الصورة
بطريقة مشابهة لدالة imageCollection.reduce()، باستثناء أنّه يتم إدخال نطاقات
الصورة إلى دالة التصغير بدلاً من الصور في المجموعة. مخرجات
هي أيضًا صورة تحتوي على عدد نطاقات يساوي عدد مخرجات المُقلِّل. على سبيل
المثال:
تاريخ التعديل الأخير: 2025-02-18 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-18 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`image.reduce()` processes an image's bands with a reducer, similar to how `imageCollection.reduce()` processes images in a collection."],["It outputs a new image with band count equal to the reducer's output count, for instance, using `ee.Reducer.max()` results in a single-band image with the maximum value across the input bands."],["The provided code demonstrates reducing a Landsat 8 image to a single-band image representing the maximum value across selected bands (B4, B3, B2)."]]],[]]