Skip to contents

Retrieve the URLs of all the assets intersecting a bbox from a STAC API

Usage

get_stac_asset_urls(bb, endpoint, collection)

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

collection

STAC collection to be queried

Value

A list of URLs for the assets in the collection overlapping with the specified bounding box