get_stac_asset_urls {rcrisp} | R Documentation |
Retrieve the URLs of all the assets intersecting a bbox from a STAC API
Description
Retrieve the URLs of all the assets intersecting a bbox from a STAC API
Usage
get_stac_asset_urls(bb, endpoint = NULL, collection = NULL)
Arguments
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 |
Value
A list of URLs for the assets in the collection overlapping with the specified bounding box
Examples
bb <- get_osm_bb("Bucharest")
get_stac_asset_urls(bb)
[Package rcrisp version 0.1.4 Index]