get_stac_asset_urls | R Documentation |
Retrieve the URLs of all the assets intersecting a bbox from a STAC API
get_stac_asset_urls(bb, endpoint = NULL, collection = NULL)
bb |
A bounding box, provided either as a matrix (rows for "x", "y", columns for "min", "max") or as a vector ("xmin", "ymin", "xmax", "ymax"), in lat/lon coordinates (WGS84 coordinate referece system) |
endpoint |
URL of the STAC API endpoint. To be provided together with
|
collection |
Identifier of the STAC collection to be queried. To be
provided together with |
A list of URLs for the assets in the collection overlapping with the specified bounding box
bb <- get_osm_bb("Bucharest")
get_stac_asset_urls(bb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.