Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Calcula una imagen que muestra el resultado de un cálculo. La solicitud incluye valores (un ID y un token de autorización) de una solicitud thumbnails.create anterior.
Solicitud HTTP
GET https://earthengine.googleapis.com/v1beta/{name=projects/*/thumbnails/*}:getPixels
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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"]]