imageCollection. 밴드 또는 메타데이터가 이미 있는 경우 덮어쓰게 됩니다. 일치하는 이미지가 없으면 새로 추가되거나 업데이트된 밴드는 완전히 마스크 처리되고 새로 추가되거나 업데이트된 메타데이터는 null이 됩니다. 출력 범위는 소스 이미지 범위와 동일합니다.
소스 이미지와 imageCollection의 이미지에 특정 동등한 메타데이터 속성이 있는 경우 일치 항목이 결정됩니다. 일치하는 컬렉션 이미지가 두 개 이상인 경우 선택되는 컬렉션 이미지는 임의로 지정됩니다. 기본적으로 이미지는 'system:index' 메타데이터 속성을 기준으로 일치됩니다.
이 연결 함수는 지정된 공유 메타데이터 속성을 기반으로 타겟 이미지에 밴드를 추가하는 편의 메서드이며 동일한 소스 이미지에 다른 처리/제품 생성을 적용하는 컬렉션 연결을 지원하기 위한 것입니다. '딥 링크'라고 하는 더 표현력이 풍부한 연결을 위해
'joining'에 관한 자세한 내용은 https://developers.google.com/earth-engine/guides/joins_intro를 참고하세요.
[[["이해하기 쉬움","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-25(UTC)"],[[["The `linkCollection` function connects images in one collection to matching images in another based on shared metadata."],["It adds or updates bands and metadata in the first collection using information from matching images in the second collection."],["Matching images are identified by a specified metadata property, with \"system:index\" as the default."],["Unmatched images will have masked bands and null metadata for newly added or updated properties."],["This function simplifies linking images derived from the same source but with different processing applied."]]],[]]