Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
REST Resource: projects.thumbnails
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Kaynak: Küçük resim
Küçük resim hakkında bilgi.
Alanlar |
name |
string
Küçük resmi temsil eden kaynak adı. "projects/*/thumbnails/**" biçimindedir (ör. "projects/earthengine-legacy/thumbnails/").
|
expression |
object (Expression )
Hesaplanacak ifade. Resim olarak değerlendirilmelidir.
|
fileFormat |
enum (ImageFileFormat )
Sonuçta ortaya çıkacak görüntünün oluşturulacağı çıkış kodlaması.
|
bandIds[] |
string
Varsa expression değerinin değerlendirilmesi sonucunda seçilecek belirli bir bant grubunu belirtir. Bu parametre yoksa expression sonucu olarak elde edilen tüm bantlar seçilir.
|
visualizationOptions |
object (VisualizationOptions )
Varsa verilerin 8 bit RGB görselleştirmesini oluşturmak için uygulanacak bir görselleştirme seçenekleri grubu.
|
grid |
object (PixelGrid )
expression tarafından hesaplanan görüntünün nasıl yeniden projelendirildiğini ve kırpıldığını açıklayan isteğe bağlı bir piksel ızgarasıdır.
|
filenamePrefix |
string
Yalnızca dosya biçimi ZIPPED_GEO_TIFF veya ZIPPED_GEO_TIFF_PER_BAND olduğunda kullanılır.
|
Yöntemler |
|
"Küçük resim" resmi oluşturmak için kullanılabilecek bir kimlik oluşturur. |
|
Bir hesaplamanın sonucunu gösteren bir resim hesaplar. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[[["\u003cp\u003eThumbnails are generated from an expression that evaluates to an Earth Engine Image.\u003c/p\u003e\n"],["\u003cp\u003eUsers can specify the output format, band selection, visualization options, and pixel grid.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecreate\u003c/code\u003e method generates a unique ID, while \u003ccode\u003egetPixels\u003c/code\u003e computes and renders the thumbnail image.\u003c/p\u003e\n"],["\u003cp\u003eA thumbnail can be downloaded in various formats including \u003ccode\u003eGEO_TIFF\u003c/code\u003e, \u003ccode\u003eJPEG\u003c/code\u003e, and \u003ccode\u003ePNG\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThumbnails have a resource name format of "projects/*/thumbnails/**".\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.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.thumbnails/create) | Creates an ID that can be used to render a \"thumbnail\" image. |\n| ### [getPixels](/earth-engine/reference/rest/v1beta/projects.thumbnails/getPixels) | Computes an image showing the result of a computation. |"]]