View source: R/queryables-query.R
queryables | R Documentation |
The queryables endpoint allows the user to discover which
properties can be used in the filter extension.
This endpoint can be accessed from the catalog (/queryables
)
or from a collection (/collections/{collection_id}/queryables
).
queryables(q)
q |
a |
A rstac_query
object with the subclass queryables
for /queryables
endpoint.
ext_filter()
, conformance()
, collections()
## Not run:
# Catalog's queryables
stac("https://planetarycomputer.microsoft.com/api/stac/v1") %>%
queryables() %>% get_request()
# Collection's queryables
stac("https://planetarycomputer.microsoft.com/api/stac/v1") %>%
collections(collection_id = "sentinel-2-l2a") %>%
queryables() %>%
get_request()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.