Stay organized with collections
Save and categorize content based on your preferences.
Limits 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.
Note 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-13 UTC."],[[["Limits the number of Landsat images returned from a query to ensure efficient processing for statistical analysis."],["Prioritizes the selection of high-quality scenes within a specified timeframe, typically around one year."],["Allows customization of the maximum number of scenes per path/row and the total number of scenes returned."],["Is designed for statistical algorithms that require a sufficient amount of data but are not significantly improved by excessive data."],["May produce slightly inconsistent results for adjacent tiles in rare cases due to Landsat WRS cell boundaries."]]],[]]