Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
ee.Algorithms.Landsat.pathRowLimit
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Landsat sahnelerinin ImageCollection'ına yapılan istekleri sınırlandırarak her istek için kontrol edilebilir sayıda en iyi sahnenin döndürülmesini sağlar. Bu özellik, iyi performans göstermek için belirli miktarda iyi veriye ihtiyaç duyan ancak bu miktarın üzerindeki ek verilerden önemli ölçüde faydalanmayan ve gereksiz yere pahalı hale gelen medyan bileşikler gibi istatistiksel algoritmalarla kullanılmak üzere tasarlanmıştır. Varsayılan bağımsız değişkenler, yaklaşık bir yıllık iyi verileri seçer.
Nadir durumlarda, döşeme sınırı bir Landsat WRS hücre sınırı ile aynı hizaya geldiğinde bitişik döşemeler için yapılan sorguların çakışan sonuçlar verebileceğini unutmayın. Bu nedenle, bu algoritmanın yalnızca bu tutarsızlıkları tolere edebilen istatistiksel yöntemlerle kullanılması önemlidir.
Kullanım | İadeler |
---|
ee.Algorithms.Landsat.pathRowLimit(collection, maxScenesPerPathRow, maxScenesTotal) | ImageCollection |
Bağımsız Değişken | Tür | Ayrıntılar |
---|
collection | ImageCollection | Sınırlandırılacak Landsat ImageCollection'ı. |
maxScenesPerPathRow | Tamsayı, varsayılan: 25 | Yol/satır başına döndürülecek maksimum sahne sayısı. |
maxScenesTotal | Tam sayı, varsayılan: 100 | Toplam istek başına döndürülecek maksimum sahne sayısı. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]