Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
ee.ImageCollection.distinct
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Koleksiyondaki yinelenen öğeleri kaldırır. Yinelenenlerin, seçilen özelliklerin serileştirilmiş biçimi üzerinde güçlü bir karma kullanılarak belirlendiğini unutmayın.
Kullanım | İadeler |
---|
ImageCollection.distinct(properties) | FeatureCollection |
Bağımsız Değişken | Tür | Ayrıntılar |
---|
bu: collection | FeatureCollection | Nesnelerin seçileceği giriş koleksiyonu. |
properties | Nesne | Karşılaştırma için kullanılacak bir özellik adı veya özellik adları listesi. Nesne geometrilerini karşılaştırmak için ".geo" özelliği eklenebilir. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003eReturns a new \u003ccode\u003eFeatureCollection\u003c/code\u003e with duplicate features removed from the original collection.\u003c/p\u003e\n"],["\u003cp\u003eDuplicates are identified using a strong hash function applied to the serialized form of specified properties including geometry.\u003c/p\u003e\n"],["\u003cp\u003eUsers can define the specific properties (including geometry) to be used for identifying duplicates.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.distinct\n\nRemoves duplicates from a collection. Note that duplicates are determined using a strong hash over the serialized form of the selected properties.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------------------|-------------------|\n| ImageCollection.distinct`(properties)` | FeatureCollection |\n\n| Argument | Type | Details |\n|--------------------|-------------------|--------------------------------------------------------------------------------------------------------------------------------------|\n| this: `collection` | FeatureCollection | The input collection from which objects will be selected. |\n| `properties` | Object | A property name or a list of property names to use for comparison. The '.geo' property can be included to compare object geometries. |"]]