| conformance {rstac} | R Documentation |
doc_conformance endpoint
Description
The conformance endpoint provides the capabilities of
the service.
This endpoint is accessible from the provider's catalog (/conformance).
Usage
conformance(q)
Arguments
q |
a |
Value
A rstac_query object with the subclass conformance for /conformance
endpoint.
See Also
get_request(), stac(), collections()
Examples
## Not run:
stac("https://planetarycomputer.microsoft.com/api/stac/v1") %>%
conformance() %>% get_request()
## End(Not run)
[Package rstac version 1.0.1 Index]