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

Value

A RSTACQuery object with the subclass conformance for /conformance

endpoint.

Examples

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