conformance: Conformance endpoint

View source: R/conformance-query.R

conformanceR Documentation

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

Value

A RSTACQuery 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)


rstac documentation built on Oct. 18, 2023, 1:15 a.m.