Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
İsteğe bağlı bir değeri hesaplar. İfadenin sonucu bir Değer olarak ifade edilebilen bir şey değilse veya değerlendirmesi çok fazla kaynak gerektiriyorsa bu işlem başarısız olur. Burada herhangi bir nesne türünü hesaplamak mümkün olsa da (ve bu bir hata değildir) genel olarak diğer Compute* uç noktalarından birine daha uygun sonuçlar veren tüm ifade, bunun yerine ilgili uç noktayı kullanmalıdır (ör. sonucu bir özellik grubu olan bir ifade, ComputeFeatures'i kullanmalıdır).
HTTP isteği
POST https://earthengine.googleapis.com/v1alpha/{project=projects/*}/value:compute
Bu istek için hizmet tüketicisi olarak değerlendirilmesi gereken Google Cloud Platform projesinin proje kimliği veya proje numarası. Biçim projects/{project-id}'tür.
Yetkilendirme, belirtilen kaynak project için aşağıdaki IAM iznini gerektirir:
earthengine.computations.create
İstek içeriği
İstek metni aşağıdaki yapıyla birlikte verileri içerir:
[[["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-03-06 UTC."],[[["Computes an arbitrary value based on a provided expression using the Earth Engine API."],["Utilizes the `POST` method and requires specifying the project ID in the URL."],["Request body includes the expression to compute and an optional workload tag for tracking."],["Successful responses contain the computed value in a structured format."],["Requires specific OAuth scopes for authorization, like `https://www.googleapis.com/auth/earthengine`."]]],["The `compute` endpoint evaluates an arbitrary expression, returning its result as a `Value`. A POST request is made to `https://earthengine.googleapis.com/v1alpha/{project=projects/*}/value:compute`, requiring `earthengine.computations.create` IAM permission. The request body contains the `expression` to compute and an optional `workloadTag`. The response returns the `result` of the computation in `Value` format, and requires one of the provided OAuth scopes for authorization. Other `Compute*` endpoints should be used if they are better suited for the task.\n"]]