ee_gif | R Documentation |
ee_gif
ee_gif(
imgcol,
vis = NULL,
mask = NULL,
reigon = NULL,
dimensions = 600,
crs = "EPSG:3857",
framesPerSecond = 2
)
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). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.