Anúncio: todos os projetos não comerciais registrados para usar o Earth Engine antes de
15 de abril de 2025 precisam
verificar a qualificação não comercial para manter o acesso ao Earth Engine.
REST Resource: projects.locations.thumbnails
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Recurso: Miniatura
Informações sobre uma miniatura.
Campos |
name |
string
O nome do recurso que representa a miniatura, no formato "projects/*/thumbnails/**" (por exemplo, "projects/earthengine-legacy/thumbnails/").
|
expression |
object (Expression )
A expressão a ser calculada. Precisa ser avaliado como uma imagem.
|
fileFormat |
enum (ImageFileFormat )
A codificação de saída para gerar a imagem resultante.
|
bandIds[] |
string
Se presente, especifica um conjunto específico de bandas que serão selecionadas a partir do resultado da avaliação de expression . Se não estiver presente, todas as bandas resultantes de expression serão selecionadas.
|
visualizationOptions |
object (VisualizationOptions )
Se presente, um conjunto de opções de visualização a serem aplicadas para produzir uma visualização RGB de 8 bits dos dados.
|
grid |
object (PixelGrid )
Uma grade de pixels opcional que descreve como a imagem calculada por expression é reprojetada e cortada.
|
filenamePrefix |
string
Usado apenas quando o fileFormat é ZIPPED_GEO_TIFF ou ZIPPED_GEO_TIFF_PER_BAND.
|
Métodos |
|
Cria um ID que pode ser usado para renderizar uma imagem de "miniatura". |
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-25 UTC.
[null,null,["Última atualização 2025-07-25 UTC."],[[["\u003cp\u003eThumbnails are visual representations of Earth Engine images, generated from expressions and saved in various formats like PNG or GeoTIFF.\u003c/p\u003e\n"],["\u003cp\u003eCustomization options include selecting specific bands, applying visualization settings for RGB output, and defining a pixel grid for reprojection and clipping.\u003c/p\u003e\n"],["\u003cp\u003eThumbnails are identified by unique resource names and created using the \u003ccode\u003ecreate\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eWhen using specific file formats like ZIPPED_GEO_TIFF, a filename prefix can be specified.\u003c/p\u003e\n"]]],["This document details the structure and creation of thumbnails for Earth Engine data. Key information includes: the `name` of the thumbnail resource, an `expression` to compute the image, `fileFormat` for output encoding, and `bandIds` to select specific bands. `visualizationOptions` allow for 8-bit RGB visualization. An optional `grid` defines image reprojection and clipping. Finally, the method `create` generates an ID to render a thumbnail image.\n"],null,["# REST Resource: projects.locations.thumbnails\n\nResource: Thumbnail\n-------------------\n\nInformation about a thumbnail.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"expression\": { object (/earth-engine/reference/rest/v1beta/Expression) }, \"fileFormat\": enum (/earth-engine/reference/rest/v1beta/ImageFileFormat), \"bandIds\": [ string ], \"visualizationOptions\": { object (/earth-engine/reference/rest/v1beta/VisualizationOptions) }, \"grid\": { object (/earth-engine/reference/rest/v1beta/PixelGrid) }, \"filenamePrefix\": string } ``` |\n\n| Fields ||\n|------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name representing the thumbnail, of the form \"projects/\\*/thumbnails/\\*\\*\" (e.g. \"projects/earthengine-legacy/thumbnails/\"). |\n| `expression` | `object (`[Expression](/earth-engine/reference/rest/v1beta/Expression)`)` The expression to compute. Must evaluate to an Image. |\n| `fileFormat` | `enum (`[ImageFileFormat](/earth-engine/reference/rest/v1beta/ImageFileFormat)`)` The output encoding in which to generate the resulting image. |\n| `bandIds[]` | `string` If present, specifies a specific set of bands that will be selected from the result of evaluating `expression`. If not present, all bands resulting from `expression` will be selected. |\n| `visualizationOptions` | `object (`[VisualizationOptions](/earth-engine/reference/rest/v1beta/VisualizationOptions)`)` If present, a set of visualization options to apply to produce an 8-bit RGB visualization of the data. |\n| `grid` | `object (`[PixelGrid](/earth-engine/reference/rest/v1beta/PixelGrid)`)` An optional pixel grid describing how the image computed by `expression` is reprojected and clipped. |\n| `filenamePrefix` | `string` Only used when fileFormat is ZIPPED_GEO_TIFF or ZIPPED_GEO_TIFF_PER_BAND. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------|---------------------------------------------------------------|\n| ### [create](/earth-engine/reference/rest/v1beta/projects.locations.thumbnails/create) | Creates an ID that can be used to render a \"thumbnail\" image. |"]]