Learn R Programming

rstac (version 1.0.1)

conformance: doc_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 rstac_query object with the subclass conformance for /conformance

endpoint.

Arguments

q

a rstac_query 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