The conformance endpoint provides the capabilities of
the service.
This endpoint is accessible from the provider's catalog (/conformance
).
Examples
if (FALSE) {
stac("https://planetarycomputer.microsoft.com/api/stac/v1") %>%
conformance() %>% get_request()
}