지정된 밴드 또는 메타데이터가 컬렉션에서 찾은 이미지의 소스 이미지에 추가되며, 밴드 또는 메타데이터가 이미 있는 경우 덮어쓰게 됩니다. 일치하는 이미지를 찾을 수 없는 경우 새로 추가되거나 업데이트된 밴드는 완전히 마스크 처리되고 새로 추가되거나 업데이트된 메타데이터는 null이 됩니다. 출력 범위는 소스 이미지 범위와 동일합니다.
소스 이미지와 컬렉션의 이미지가 특정 동등한 메타데이터 속성을 갖는 경우 일치하는 것으로 간주됩니다. 일치하는 컬렉션 이미지가 두 개 이상인 경우 선택되는 컬렉션 이미지는 임의로 지정됩니다. 기본적으로 이미지는 'system:index' 메타데이터 속성을 기준으로 일치됩니다.
이 연결 기능은 지정된 공유 메타데이터 속성을 기반으로 타겟 이미지에 밴드를 추가하는 편의 메서드이며 동일한 소스 이미지에 다른 처리/제품 생성을 적용하는 컬렉션 연결을 지원하기 위한 것입니다. '조인'이라고 하는 더 표현력이 풍부한 연결에 관한 자세한 내용은 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-26(UTC)"],[],["The `linkCollection` function links a source image to a matching image from a collection based on a shared metadata property, defaulting to 'system:index'. It adds or overwrites specified bands and metadata from the matched collection image onto the source image. If no match is found, new or updated bands are masked, and metadata is null. The function accepts arguments for the collection, bands, metadata properties to link, and the match property name. The output footprint matches the source image.\n"]]