REST Resource: projects.locations.thumbnails
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: थंबनेल
थंबनेल के बारे में जानकारी.
फ़ील्ड |
name |
string
थंबनेल को दिखाने वाले संसाधन का नाम, "projects/*/thumbnails/**" फ़ॉर्मैट में होना चाहिए. उदाहरण के लिए, "projects/earthengine-legacy/thumbnails/".
|
expression |
object (Expression )
कैलकुलेट करने के लिए एक्सप्रेशन. यह इमेज के तौर पर दिखना चाहिए.
|
fileFormat |
enum (ImageFileFormat )
आउटपुट कोडिंग, जिसमें इमेज जनरेट की जानी है.
|
bandIds[] |
string
अगर मौजूद है, तो यह बैंड के किसी खास सेट की जानकारी देता है. इसे expression का आकलन करने के नतीजे से चुना जाएगा. अगर यह मौजूद नहीं है, तो expression से मिलने वाले सभी बैंड चुने जाएंगे.
|
visualizationOptions |
object (VisualizationOptions )
अगर मौजूद है, तो डेटा का 8-बिट आरजीबी विज़ुअलाइज़ेशन बनाने के लिए, विज़ुअलाइज़ेशन के विकल्पों का एक सेट.
|
grid |
object (PixelGrid )
एक वैकल्पिक पिक्सल ग्रिड, जिसमें यह बताया गया है कि expression से कैलकुलेट की गई इमेज को फिर से कैसे प्रोजेक्ट किया जाता है और क्लिप किया जाता है.
|
filenamePrefix |
string
इसका इस्तेमाल सिर्फ़ तब किया जाता है, जब fileFormat का टाइप ZIPPED_GEO_TIFF या ZIPPED_GEO_TIFF_PER_BAND हो.
|
तरीके |
|
ऐसा आईडी बनाता है जिसका इस्तेमाल "थंबनेल" इमेज को रेंडर करने के लिए किया जा सकता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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. |"]]