원시 Landsat 장면 모음에서 Landsat TOA 컴포지트를 계산합니다. 표준 TOA 보정을 적용한 다음 SimpleLandsatCloudScore 알고리즘을 사용하여 각 픽셀에 클라우드 점수를 할당합니다. 각 지점에서 가능한 가장 낮은 범위의 클라우드 점수를 선택한 다음 허용된 픽셀에서 밴드별 백분위수 값을 계산합니다. 이 알고리즘은 LandsatPathRowLimit 알고리즘을 사용하여 maxDepth 입력 장면이 2개 이상인 지역에서 구름이 가장 적은 장면만 선택합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-26(UTC)"],[],["The algorithm creates a Landsat TOA composite from raw scenes. It calibrates TOA, assigns cloud scores per pixel using SimpleLandsatCloudScore, and selects the lowest cloud score range at each point. It then calculates per-band percentile values from these pixels. The LandsatPathRowLimit algorithm ensures only the least-cloudy scenes are selected when more than `maxDepth` scenes are present. Users specify the raw collection, percentile, cloud score range, scene depth, and whether to output as floats.\n"]]