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.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bir koleksiyonu tarih aralığına göre filtrelemek için kısayol. Başlangıç ve bitiş tarihleri; tarih, sayı (1970-01-01T00:00:00Z tarihinden itibaren milisaniye olarak yorumlanır) veya dize (ör. "1996-01-01T08:00") olabilir. "system:time_start"a göre.
Bu, this.filter(ee.Filter.date(...)) ile eşdeğerdir. Diğer tarih filtreleme seçenekleri için ee.Filter türüne bakın.
Filtrelenmiş koleksiyonu döndürür.
Kullanım
İadeler
ImageCollection.filterDate(start, end)
Koleksiyon
Bağımsız Değişken
Tür
Ayrıntılar
bu: collection
Koleksiyon
Collection örneği.
start
Tarih|Sayı|Dize
Başlangıç tarihi (dahil).
end
Tarih|Sayı|Dize, isteğe bağlı
Bitiş tarihi (dahil değil). İsteğe bağlıdır. Belirtilmezse "başlangıç" ile başlayan 1 milisaniyelik bir aralık oluşturulur.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-26 UTC."],[[["`ImageCollection.filterDate()` allows you to filter an image collection by a specific date range using start and end dates."],["Start and end dates can be specified as Dates, numbers (milliseconds since 1970-01-01T00:00:00Z), or date strings (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS)."],["The filter is based on the `system:time_start` property of images within the collection."],["If the end date is not provided, a 1-millisecond range starting at the start date is used for filtering."],["This function is a shortcut to using `ee.Filter.date()` and returns the filtered collection."]]],["The `filterDate` method filters an ImageCollection by a date range, based on 'system:time_start'. It accepts start and optional end dates as Dates, numbers (milliseconds since 1970), or strings. If no end date is provided, a 1-millisecond range from the start is used. This function returns a filtered collection. Examples demonstrate usage with various input formats, including date strings, milliseconds, `ee.Date` objects, and `ee.DateRange` objects in both JavaScript and Python.\n"]]