Earth Engine, paylaşılan bilgi işlem kaynaklarını korumak ve herkes için güvenilir performans sağlamak amacıyla ticari olmayan kota katmanlarını kullanıma sundu. Ticari olmayan projelerde varsayılan olarak Community Katmanı kullanılır. Ancak bir projenin katmanını istediğiniz zaman değiştirebilirsiniz.
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
startTime (ISO 8601 dizesi) Minimum başlangıç zamanı (dahil).
endTime (ISO 8601 dizesi) Maksimum bitiş zamanı (hariç).
region (GeoJSON veya WKT dizesi) Filtrelenecek bir bölge.
properties (dizeler listesi) Uygulanacak mülk filtrelerinin listesi. Örneğin:
["classification=urban", "size>=2"].
filter (dize) Uygulanacak ek bir filtre sorgusu. Örnek sorgu: properties.my_property>=1 AND properties.my_property<2 AND startTime >= "2019-01-01T00:00:00.000Z" AND endTime < "2020-01-01T00:00:00.000Z" AND intersects("{'type':'Point','coordinates':[0,0]}") Sorgu oluşturma hakkında bilgi edinmek için https://google.aip.dev/160 adresini ziyaret edin.
view (dize) Listede ne kadar ayrıntı döndürüleceğini belirtir. Tüm resim özellikleri için "FULL" (varsayılan) veya "BASIC".
[[["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."],[],["The function `ee.data.listImages` retrieves a list of image collection contents. It requires a `parent` ID and optionally accepts `params` for filtering results, including `pageSize`, `pageToken`, time ranges (`startTime`, `endTime`), `region`, `properties`, and a custom `filter`. The `view` parameter controls the detail level returned. Results are returned in a `ListImagesResponse` object, which contains an `images` array and an optional `nextPageToken`. A `callback` function can be used for asynchronous calls.\n"]]