إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Algorithms.Landsat.pathRowLimit
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
يقتصر الطلب على ImageCollection من مشاهد Landsat لعرض عدد يمكن التحكّم فيه من أفضل المشاهد لكل طلب. تم تصميم هذه الميزة لاستخدامها مع الخوارزميات الإحصائية، مثل التركيبات الوسيطة التي تحتاج إلى قدر معيّن من البيانات الجيدة لتحقيق أداء جيد، ولكنّها لا تستفيد بشكل كبير من البيانات الإضافية بعد ذلك، بينما تصبح مكلفة بلا داعٍ. تختار الوسيطات التلقائية بيانات جيدة تغطي فترة عام واحد تقريبًا.
يُرجى العِلم أنّه في حالات نادرة، عندما يتطابق حدّ المربّع مع حدّ خلية نظام الإشارة العالمي (WRS) في Landsat، قد تؤدي طلبات البحث عن المربّعات المجاورة إلى نتائج متضاربة. لهذا السبب، من المهم ألا يتم استخدام هذه الخوارزمية إلا مع الطرق الإحصائية التي يمكنها تحمّل هذه التناقضات.
الاستخدام | المرتجعات |
---|
ee.Algorithms.Landsat.pathRowLimit(collection, maxScenesPerPathRow, maxScenesTotal) | ImageCollection |
الوسيطة | النوع | التفاصيل |
---|
collection | ImageCollection | تمثّل هذه السمة مجموعة Landsat ImageCollection التي سيتم تطبيق الحدّ عليها. |
maxScenesPerPathRow | عدد صحيح، القيمة التلقائية: 25 | الحد الأقصى لعدد المشاهد المطلوب عرضها لكل مسار/صف. |
maxScenesTotal | عدد صحيح، القيمة التلقائية: 100 | الحد الأقصى لعدد المشاهد المطلوب عرضها لكل طلب إجمالي. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eLimits the number of Landsat images returned from a query to ensure efficient processing for statistical analysis.\u003c/p\u003e\n"],["\u003cp\u003ePrioritizes the selection of high-quality scenes within a specified timeframe, typically around one year.\u003c/p\u003e\n"],["\u003cp\u003eAllows customization of the maximum number of scenes per path/row and the total number of scenes returned.\u003c/p\u003e\n"],["\u003cp\u003eIs designed for statistical algorithms that require a sufficient amount of data but are not significantly improved by excessive data.\u003c/p\u003e\n"],["\u003cp\u003eMay produce slightly inconsistent results for adjacent tiles in rare cases due to Landsat WRS cell boundaries.\u003c/p\u003e\n"]]],[],null,["# ee.Algorithms.Landsat.pathRowLimit\n\nLimits requests to an ImageCollection of Landsat scenes to return a controllable number of the best scenes for each request. This is intended for use with statistical algorithms like median composites that need a certain amount of good data to perform well, but that do not benefit substantially from additional data beyond that while becoming needlessly expensive. The default arguments select approximately one year's worth of good data.\n\n\u003cbr /\u003e\n\nNote that in rare circumstances, when the tile boundary aligns with a Landsat WRS cell boundary, queries for adjacent tiles may yield conflicting results. This is why it is important that this algorithm only be used with statistical methods that can tolerate these inconsistencies.\n\n| Usage | Returns |\n|------------------------------------------------------------------------------------------------|-----------------|\n| `ee.Algorithms.Landsat.pathRowLimit(collection, `*maxScenesPerPathRow* `, `*maxScenesTotal*`)` | ImageCollection |\n\n| Argument | Type | Details |\n|-----------------------|-----------------------|-------------------------------------------------------|\n| `collection` | ImageCollection | The Landsat ImageCollection to limit. |\n| `maxScenesPerPathRow` | Integer, default: 25 | The max number of scenes to return per path/row. |\n| `maxScenesTotal` | Integer, default: 100 | The max number of scenes to return per request total. |"]]