powered by
Retrieves the STAC catalog URL for a specific NASA provider
get_nasa_stac_url(provider, cloud_only = TRUE)
A character string containing the STAC catalog URL for the specified provider
Character; the name of the NASA STAC provider
Logical; if TRUE (default), returns only cloud-hosted STAC catalogs
list_nasa_stacs()
if (FALSE) { get_nasa_stac_url("LPDAAC", cloud_only = FALSE) get_nasa_stac_url("LPCLOUD") }
Run the code above in your browser using DataLab