R/stac_catalogs.R

Defines functions stac_catalogs

Documented in stac_catalogs

# stac_catalogs — stacr

#' List Known STAC Catalogs
#'
#' Returns a tibble of known STAC API endpoints bundled with the package.
#' Includes Planetary Computer, Earth Search, and USGS catalogs.
#'
#' @returns A [tibble::tibble] with columns:
#' \describe{
#'   \item{name}{Human-readable catalog name.}
#'   \item{url}{Root URL of the STAC API endpoint.}
#'   \item{provider}{Organization providing the catalog.}
#' }
#'
#' @export
#'
#' @examples
#' stac_catalogs()
stac_catalogs <- function() {
  stac_registry()
}

Try the stacr package in your browser

Any scripts or data that you put into this service are public.

stacr documentation built on March 12, 2026, 5:07 p.m.