Learn R Programming

earthdatalogin (version 0.0.3)

list_nasa_stacs: List NASA STAC Catalogs

Description

Retrieves available STAC catalogs from NASA's Common Metadata Repository (CMR)

Usage

list_nasa_stacs(cloud_only = TRUE)

Value

A data frame of STAC catalog urls for all STAC providers in the CMR

Arguments

cloud_only

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

See Also

get_nasa_stac_url()

Examples

Run this code
if (FALSE) {
list_nasa_stacs()
list_nasa_stacs(cloud_only = FALSE)
}

Run the code above in your browser using DataLab