با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
مجموعه جدیدی ایجاد می کند که یک کپی از تصاویر اولیه است، و تمام نوارهای تصویر را با یک شناسه منطبق اضافه می کند. اگر هیچ شناسه منطبقی وجود نداشته باشد، مجموعه حاصل خالی خواهد بود. این معادل یک اتصال داخلی در ID با ادغام باندهای نتیجه است.
توجه داشته باشید که این الگوریتم فرض میکند که برای یک جفت ورودی منطبق، هر دو دارای ردپای و ابرداده یکسان هستند.
استفاده
برمی گرداند
ImageCollection.combine (secondary, overwrite )
ImageCollection
استدلال
تایپ کنید
جزئیات
این: primary
ImageCollection
مجموعه اولیه برای پیوستن.
secondary
ImageCollection
مجموعه ثانویه برای پیوستن.
overwrite
بولی، پیش فرض: نادرست
اگر درست باشد، گروههایی با همین نام بازنویسی میشوند. اگر نادرست باشد، گروه هایی با همین نام تغییر نام خواهند داد.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-24 بهوقت ساعت هماهنگ جهانی."],[[["Creates a new image collection by combining images from two input collections based on matching IDs."],["Merges bands from matching images, resulting in an empty collection if no IDs match."],["Images with the same ID in both input collections are assumed to have identical footprint and metadata."],["Band names are preserved by default, but can be overwritten using the `overwrite` parameter."]]],["The function combines two `ImageCollections` (`primary` and `secondary`) by performing an inner join based on matching IDs. It copies images from the `primary` collection and adds bands from the `secondary` collection with the corresponding ID. If no matching ID is found, the resulting collection is empty. Band names that are the same can either be renamed or overwritten based on the `overwrite` flag. The function returns a new `ImageCollection`.\n"]]