お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
REST Resource: projects.thumbnails
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース: サムネイル
フィールド |
name |
string
サムネイルを表すリソース名。形式は「projects/*/thumbnails/**」です(例:「projects/earthengine-legacy/thumbnails/」)。
|
expression |
object (Expression )
計算する式。画像に評価される必要があります。
|
fileFormat |
enum (ImageFileFormat )
結果の画像を生成する出力エンコード。
|
bandIds[] |
string
指定されている場合、expression の評価結果から選択される特定のバンドセットを指定します。指定しない場合、expression の結果として得られたすべてのバンドが選択されます。
|
visualizationOptions |
object (VisualizationOptions )
存在する場合は、データの 8 ビット RGB 可視化を生成するために適用する一連の可視化オプション。
|
grid |
object (PixelGrid )
expression によって計算された画像が再投影およびクリップされる方法を記述するピクセル グリッド(省略可)。
|
filenamePrefix |
string
fileFormat が ZIPPED_GEO_TIFF または ZIPPED_GEO_TIFF_PER_BAND の場合にのみ使用されます。
|
メソッド |
|
「サムネイル」画像のレンダリングに使用できる ID を作成します。 |
|
計算の結果を示す画像を計算します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eThumbnails are representations of images, generated by evaluating an expression that results in an image.\u003c/p\u003e\n"],["\u003cp\u003eThey can be customized with visualization options, band selections, and reprojection/clipping using a pixel grid.\u003c/p\u003e\n"],["\u003cp\u003eThumbnail creation involves providing parameters like expression, file format, and optionally visualization options, band IDs, grid, and filename prefix.\u003c/p\u003e\n"],["\u003cp\u003eUsers can initiate thumbnail creation and retrieve image data using designated API methods.\u003c/p\u003e\n"]]],["Thumbnails are created with a name, an expression that evaluates to an image, and a specified file format. Band IDs can be selected from the expression's result, and visualization options can be applied for 8-bit RGB output. A pixel grid can define image reprojection and clipping. A filename prefix is used for ZIPPED_GEO_TIFF output. The `create` method generates a thumbnail ID, and `getPixels` computes and renders the image.\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/v1/Expression) }, \"fileFormat\": enum (/earth-engine/reference/rest/v1/ImageFileFormat), \"bandIds\": [ string ], \"visualizationOptions\": { object (/earth-engine/reference/rest/v1/VisualizationOptions) }, \"grid\": { object (/earth-engine/reference/rest/v1/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/v1/Expression)`)` The expression to compute. Must evaluate to an Image. |\n| `fileFormat` | `enum (`[ImageFileFormat](/earth-engine/reference/rest/v1/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/v1/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/v1/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/v1/projects.thumbnails/create) | Creates an ID that can be used to render a \"thumbnail\" image. |\n| ### [getPixels](/earth-engine/reference/rest/v1/projects.thumbnails/getPixels) | Computes an image showing the result of a computation. |"]]