View source: R/stac_collections.R
| stac_collections | R Documentation |
Queries a STAC API endpoint and returns available collections as a tidy
tibble. Wraps rstac::collections() with tidy output.
stac_collections(url)
url |
Character. Root URL of a STAC API endpoint
(e.g., |
A tibble::tibble with one row per collection and columns:
Collection identifier.
Human-readable title.
Collection description.
stac_collections("https://earth-search.aws.element84.com/v1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.