Skip to contents

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 rstac_query object expressing a STAC query criteria.

Value

A rstac_query object with the subclass conformance for /conformance endpoint.

Examples

if (FALSE) { # \dontrun{
stac("https://planetarycomputer.microsoft.com/api/stac/v1") %>%
  conformance() %>% get_request()
} # }