Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum 15 April 2025 harus memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]