Skip to contents

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

Usage

list_nasa_stacs(cloud_only = TRUE)

Arguments

cloud_only

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

Value

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

Examples

if (FALSE) { # \dontrun{
list_nasa_stacs()
list_nasa_stacs(cloud_only = FALSE)
} # }