if (FALSE) {
# 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()
}
Run the code above in your browser using DataLab