Retrieves the STAC catalog URL for a specific NASA provider
Usage
get_nasa_stac_url(provider, cloud_only = TRUE)
Arguments
- provider
Character; the name of the NASA STAC provider
- cloud_only
Logical; if TRUE (default), returns only cloud-hosted STAC
catalogs
Value
A character string containing the STAC catalog URL for the specified
provider
Examples
if (FALSE) { # \dontrun{
get_nasa_stac_url("LPDAAC", cloud_only = FALSE)
get_nasa_stac_url("LPCLOUD")
} # }