Learn R Programming

earthdatalogin (version 0.0.3)

get_nasa_stac_url: Get NASA STAC URL for a Provider

Description

Retrieves the STAC catalog URL for a specific NASA provider

Usage

get_nasa_stac_url(provider, cloud_only = TRUE)

Value

A character string containing the STAC catalog URL for the specified provider

Arguments

provider

Character; the name of the NASA STAC provider

cloud_only

Logical; if TRUE (default), returns only cloud-hosted STAC catalogs

See Also

list_nasa_stacs()

Examples

Run this code
if (FALSE) {
get_nasa_stac_url("LPDAAC", cloud_only = FALSE)
get_nasa_stac_url("LPCLOUD")
}

Run the code above in your browser using DataLab