REST Resource: projects.thumbnails Stay organized with collections Save and categorize content based on your preferences.
Page Summary
A thumbnail resource represents information about a thumbnail.
The JSON representation of a thumbnail includes fields like name, expression, fileFormat, bandIds, visualizationOptions, grid, and filenamePrefix.
The
createmethod is used to create an ID for rendering a thumbnail image.The
getPixelsmethod computes an image showing the result of a computation.
Resource: Thumbnail
Information about a thumbnail.
| JSON representation |
|---|
{"name":string,"expression":{object ( |
| Fields | |
|---|---|
name |
The resource name representing the thumbnail, of the form "projects/*/thumbnails/**" (e.g. "projects/earthengine-legacy/thumbnails/ |
expression |
The expression to compute. Must evaluate to an Image. |
fileFormat |
The output encoding in which to generate the resulting image. |
bandIds[] |
If present, specifies a specific set of bands that will be selected from the result of evaluating |
visualizationOptions |
If present, a set of visualization options to apply to produce an 8-bit RGB visualization of the data. |
grid |
An optional pixel grid describing how the image computed by |
filenamePrefix |
Only used when fileFormat is ZIPPED_GEO_TIFF or ZIPPED_GEO_TIFF_PER_BAND. |
Methods | |
|---|---|
| Creates an ID that can be used to render a "thumbnail" image. |
| Computes an image showing the result of a computation. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.