gd_composite {rgeedim} | R Documentation |
Composite an Image Collection
Description
Create a composite image from elements of an image collection.
Usage
gd_composite(x, ...)
Arguments
x |
an object inheriting from |
... |
additional arguments to |
Value
a composite geedim.mask.MaskedImage
object
Examples
library(terra)
b <- terra::vect('POLYGON((-121.355 37.560,
-121.355 37.555,
-121.350 37.555,
-121.350 37.560,
-121.355 37.560))',
crs = "OGC:CRS84")
if (gd_is_initialized())
gd_composite(gd_search(gd_collection_from_name("USGS/3DEP/1m"),
region = b),
resampling = "bilinear")
[Package rgeedim version 0.2.7 Index]