إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.ImageCollection.or
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
يقلّل مجموعة صور من خلال ضبط كل بكسل على 1 إذا وفقط إذا كانت أي من القيم غير المقنّعة في هذا البكسل غير صفرية في حزمة جميع النطاقات المتطابقة. تتم مطابقة الفرق الموسيقية حسب الاسم.
الاستخدام | المرتجعات |
---|
ImageCollection.or() | صورة |
الوسيطة | النوع | التفاصيل |
---|
هذا: collection | ImageCollection | مجموعة الصور التي سيتم تقليلها. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-27 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-27 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eReduces an image collection to a single image where pixels are set to 1 if any corresponding non-masked pixel in the collection is non-zero.\u003c/p\u003e\n"],["\u003cp\u003eBand matching across images within the collection is based on band names for pixel comparison.\u003c/p\u003e\n"],["\u003cp\u003eThe reduction process considers only non-masked pixel values, ignoring masked areas in the input image collection.\u003c/p\u003e\n"],["\u003cp\u003eThis operation is accessible through the \u003ccode\u003eImageCollection.or()\u003c/code\u003e method and returns a single image as its output.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.or\n\nReduces an image collection by setting each pixel to 1 if and only if any of the non-masked values at that pixel are non-zero across the stack of all matching bands. Bands are matched by name.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------|---------|\n| ImageCollection.or`()` | Image |\n\n| Argument | Type | Details |\n|--------------------|-----------------|---------------------------------|\n| this: `collection` | ImageCollection | The image collection to reduce. |"]]