gd_search | R Documentation |
Search an Image Collection
gd_search(
x,
region,
start_date = "2000-01-01",
end_date = as.character(Sys.Date()),
...
)
x |
|
region |
list / Python GeoJSON object describing region, e.g. as created by |
start_date |
Default: |
end_date |
Default: |
... |
additional arguments to |
geedim.MaskedCollection
object suitable for querying properties
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.