ee_gif: ee_gif

View source: R/ee_gif.R

ee_gifR Documentation

ee_gif

Description

ee_gif

Usage

ee_gif(
  imgcol,
  vis = NULL,
  mask = NULL,
  reigon = NULL,
  dimensions = 600,
  crs = "EPSG:3857",
  framesPerSecond = 2
)

Arguments

mask

(Feature|Geometry|Object) The Geometry or Feature to clip to.

dimensions

A number or pair of numbers in format c(WIDTH,HEIGHT). Max dimensions of the thumbnail 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.

crs

A CRS string specifying the projection of the output. "EPSG:4326" and "EPSG:3857" (Web Mercator projection) are the most frequent used.

framesPerSecond

String. Animation speed.

region

(optional) ee$Geometry$Polygon, GeoJSON or c(E,S,W,N). Geospatial region of the result. By default, the whole image.

crs_transform

The affine transform to use for the output pixel grid.

scale

A scale to determine the output pixel grid; ignored if both crs and crs_transform are specified.

format

String. The output format (only 'gif' is currently supported).


rpkgs/rgee2 documentation built on May 31, 2024, 6:58 p.m.