Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Berechnet ein Bild, das das Ergebnis einer Berechnung zeigt. Die Anfrage enthält Werte (eine ID und ein Autorisierungstoken) aus einer vorherigen thumbnails.create-Anfrage.
HTTP-Anfrage
GET https://earthengine.googleapis.com/v1beta/{name=projects/*/thumbnails/*}:getPixels
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-03-06 (UTC)."],[[["Retrieves computed imagery results using an ID and authorization token obtained from a prior `thumbnails.create` request."],["Employs a `GET` request to the specific endpoint `https://earthengine.googleapis.com/v1beta/{name=projects/*/thumbnails/*}:getPixels` for image retrieval."],["Requires the `name` path parameter, sourced from `Thumbnail.name`, to pinpoint the desired thumbnail."],["Utilizes standard HTTP response formatting to deliver the image upon successful retrieval."],["Needs appropriate authorization with scopes like `earthengine`, `earthengine.readonly`, `cloud-platform`, or `cloud-platform.read-only`."]]],["This outlines the `getPixels` method for retrieving a computed image. It uses a `GET` request to a specified URL, requiring a thumbnail name as a path parameter. The request body must be empty. Successful responses deliver an image, and the process needs authorization via one of four listed OAuth scopes. Values from a prior `thumbnails.create` call, such as an ID and authorization token, are used. The URL uses gRPC Transcoding syntax.\n"]]