Learn R Programming

rstac (version 0.9.2-5)

conformance: 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)

Value

A RSTACQuery object with the subclass conformance for /conformance

endpoint.

Arguments

q

a RSTACQuery object expressing a STAC query criteria.

See Also

get_request(), stac(), collections()

Examples

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

Run the code above in your browser using DataLab