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.
[[["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."],[[["`aggregate_array()` compiles a list of all the values of a specified property from a FeatureCollection."],["It takes the FeatureCollection and the property name as inputs."],["The output is an `ee.List` object containing all the values of the chosen property across the collection's features."],["This function is helpful for understanding the distribution of a specific property within a dataset, like finding all fuel types used by power plants in a region."]]],["The `aggregate_array(property)` method computes a list of all values for a specified property across a FeatureCollection. It takes a FeatureCollection as input and a string representing the `property` name. The method returns a List containing the aggregated values. For example, using a collection of power plants, one can retrieve a list of fuel types by aggregating the \"fuel1\" property using both Javascript and python code.\n"]]