gd_search {rgeedim} | R Documentation |
Search an Image Collection
Description
Search an Image Collection
Usage
gd_search(
x,
region,
start_date = "2000-01-01",
end_date = as.character(Sys.Date()),
...
)
Arguments
x |
|
region |
list / Python GeoJSON object describing region, e.g. as created by |
start_date |
Default: |
end_date |
Default: |
... |
additional arguments to |
Value
geedim.MaskedCollection
object suitable for querying properties
Examples
b <- terra::vect('POLYGON((-121.355 37.56,-121.355 37.555,
-121.35 37.555,-121.35 37.56,
-121.355 37.56))',
crs = "OGC:CRS84")
if (gd_is_initialized())
gd_search(gd_collection_from_name("USGS/3DEP/1m"),
region = gd_region(b))
[Package rgeedim version 0.2.7 Index]