stac {rstac} | R Documentation |
Endpoint functions
Description
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.
Usage
stac(base_url, force_version = NULL)
Arguments
base_url |
a |
force_version |
a |
Value
A rstac_query
object with the subclass stac
containing all
request parameters to be provided to API service.
See Also
stac_search()
, collections()
,
items()
, get_request()
,
post_request()
Examples
## Not run:
stac("https://brazildatacube.dpi.inpe.br/stac/") %>%
get_request()
## End(Not run)
[Package rstac version 1.0.1 Index]