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.
Belirtilen koordinatları içeren bir dizi döndürür.
Kullanım
İadeler
ee.Array(values, pixelType)
Dizi
Bağımsız Değişken
Tür
Ayrıntılar
values
Nesne
Dönüştürülecek mevcut bir dizi veya dizi oluşturmak için herhangi bir derinlikte bir sayı/sayı listesi/iç içe sayı listesi. İç içe geçmiş listelerde, aynı derinlikteki tüm iç diziler aynı uzunlukta olmalı ve sayılar yalnızca en derin düzeyde bulunmalıdır.
pixelType
PixelType, varsayılan: null
Değerler bağımsız değişkenindeki her sayının türü. Piksel türü sağlanmazsa "değerler"deki sayılardan çıkarılır. "Değerler" içinde sayı yoksa bu tür sağlanmalıdır.
[[["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."],[[["`ee.Array` creates an array from given values, which can be numbers, lists, or nested lists, and optionally specifies the data type of the array elements."],["The `values` argument can be an existing array, a single number, a list of numbers, or a nested list of numbers, representing the array's data."],["An optional `pixelType` argument specifies the data type of the array elements, which is inferred if not provided but mandatory for empty arrays."],["Nested lists used in the `values` argument must have consistent inner array lengths at the same depth, with numbers only at the deepest level."],["`ee.Array` can also be used to cast an existing `ee.Array` to a new `ee.Array`."]]],[]]