if (FALSE) {
# Catalog's queryables
rstac::stac("https://planetarycomputer.microsoft.com/api/stac/v1") %>%
rstac::queryables() %>% rstac::get_request()
# Collection's queryables
rstac::stac("https://planetarycomputer.microsoft.com/api/stac/v1") %>%
rstac::collections(collection_id = "sentinel-2-l2a") %>%
rstac::queryables() %>%
rstac::get_request()
}
Run the code above in your browser using DataLab