stac | R Documentation |
The stac
function implements /stac
API
endpoint (>=0.8.0), and /
for versions 0.9.0 or higher. It prepares
search field parameters to be provided to a STAC API web service. This
endpoint should return a STAC Catalog document containing all published data
catalogs.
stac(base_url, force_version = NULL)
base_url |
a |
force_version |
a |
A rstac_query
object with the subclass stac
containing all
request parameters to be provided to API service.
stac_search()
, collections()
,
items()
, get_request()
,
post_request()
## Not run:
stac("https://brazildatacube.dpi.inpe.br/stac/") %>%
get_request()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.