REST Resource: projects.locations.filmstripThumbnails

  • A FilmstripThumbnail is a resource representing a filmstrip thumbnail, identified by a resource name.

  • It requires an expression that evaluates to an ImageCollection to compute the images.

  • You can specify the orientation of the images and the output image file format.

  • An optional pixel grid can be used to reproject and clip the computed images.

  • The create method allows generating an ID to render an image containing multiple images from a collection.

Resource: FilmstripThumbnail

Information about a filmstrip thumbnail.

JSON representation
{
  "name": string,
  "expression": {
    object (Expression)
  },
  "orientation": enum (Orientation),
  "fileFormat": enum (ImageFileFormat),
  "grid": {
    object (PixelGrid)
  }
}
Fields
name

string

The resource name representing the filmstrip thumbnail, of the form "projects/*/filmstripThumbnails/**" (e.g. "projects/earthengine-legacy/filmstripThumbnails/").

expression

object (Expression)

The expression to compute. Must evaluate to an ImageCollection.

orientation

enum (Orientation)

How the images should be placed to form the filmstrip thumbnail.

fileFormat

enum (ImageFileFormat)

The output encoding in which to generate the resulting image.

grid

object (PixelGrid)

An optional pixel grid describing how the images computed by expression are reprojected and clipped.

Methods

create

Creates an ID that can be used to render an image containing multiple images from a collection.