Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.ImageCollection.getFilmstripThumbURL
Stay organized with collections
Save and categorize content based on your preferences.
Get the URL of a tiled thumbnail for this ImageCollection.
Returns a thumbnail URL, or undefined if a callback was specified.
Usage | Returns | ImageCollection.getFilmstripThumbURL(params, callback) | Object|String |
Argument | Type | Details | this: imagecollection | ImageCollection | The ImageCollection instance. |
params | Object | Parameters identical to ee.data.getMapId, plus, optionally:
dimensions (a number or pair of numbers in format WIDTHxHEIGHT) Maximum dimensions of each thumbnail frame to render, in pixels. If only one number is passed, it is used as the maximum, and the other dimension is computed by proportional scaling. |
region (E,S,W,N or GeoJSON) Geospatial region of the image to render. By default, the whole image. |
format (string) Encoding format. Only 'png' or 'jpg' are accepted. |
|
callback | Function, optional | An optional callback which handles the resulting URL string. If not supplied, the call is made synchronously. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["\u003cp\u003eGet a URL for a tiled thumbnail of an ImageCollection using \u003ccode\u003eImageCollection.getFilmstripThumbURL\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eCustomize the thumbnail by specifying dimensions, region, and format within the \u003ccode\u003eparams\u003c/code\u003e argument.\u003c/p\u003e\n"],["\u003cp\u003eProvide an optional callback function to handle the resulting URL or retrieve it synchronously.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.getFilmstripThumbURL\n\n\u003cbr /\u003e\n\nGet the URL of a tiled thumbnail for this ImageCollection.\n\n\u003cbr /\u003e\n\nReturns a thumbnail URL, or undefined if a callback was specified.\n\n| Usage | Returns |\n|--------------------------------------------------------------|----------------|\n| ImageCollection.getFilmstripThumbURL`(params, `*callback*`)` | Object\\|String |\n\n| Argument | Type | Details |\n|-------------------------|--------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `imagecollection` | ImageCollection | The ImageCollection instance. |\n| `params` | Object | Parameters identical to ee.data.getMapId, plus, optionally: |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ` dimensions ` (a number or pair of numbers in format WIDTHxHEIGHT) Maximum dimensions of each thumbnail frame to render, in pixels. If only one number is passed, it is used as the maximum, and the other dimension is computed by proportional scaling. | | ` region ` (E,S,W,N or GeoJSON) Geospatial region of the image to render. By default, the whole image. | | ` format ` (string) Encoding format. Only 'png' or 'jpg' are accepted. | |\n| `callback` | Function, optional | An optional callback which handles the resulting URL string. If not supplied, the call is made synchronously. |"]]