ee.Algorithms.Landsat.pathRowLimit
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מגביל את הבקשות ל-ImageCollection של סצנות Landsat כדי להחזיר מספר ניתן לשליטה של הסצנות הטובות ביותר לכל בקשה. השימוש הזה מיועד לאלגוריתמים סטטיסטיים כמו ממוצעים משוקללים שזקוקים לכמות מסוימת של נתונים טובים כדי לפעול בצורה טובה, אבל לא מפיקים תועלת משמעותית מנתונים נוספים מעבר לכמות הזו, ועלולים להיות יקרים שלא לצורך. ארגומנט ברירת המחדל בוחר נתונים טובים שמתייחסים לתקופה של שנה בערך.
הערה: בנסיבות נדירות, כשגבול המשבצת תואם לגבול תא Landsat WRS, שאילתות לגבי משבצות סמוכות עשויות להניב תוצאות סותרות. לכן חשוב שהאלגוריתם הזה ישמש רק עם שיטות סטטיסטיות שיכולות להתמודד עם חוסר העקביות הזה.
שימוש | החזרות |
---|
ee.Algorithms.Landsat.pathRowLimit(collection, maxScenesPerPathRow, maxScenesTotal) | ImageCollection |
ארגומנט | סוג | פרטים |
---|
collection | ImageCollection | אוסף התמונות של Landsat שרוצים להגביל. |
maxScenesPerPathRow | מספר שלם, ברירת מחדל: 25 | המספר המקסימלי של סצנות שיוחזרו לכל נתיב או שורה. |
maxScenesTotal | מספר שלם, ברירת מחדל: 100 | המספר המקסימלי של סצנות שיוחזרו לכל בקשה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\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. |"]]