stac_collections: List STAC Collections

View source: R/stac_collections.R

stac_collectionsR Documentation

List STAC Collections

Description

Queries a STAC API endpoint and returns available collections as a tidy tibble. Wraps rstac::collections() with tidy output.

Usage

stac_collections(url)

Arguments

url

Character. Root URL of a STAC API endpoint (e.g., "https://earth-search.aws.element84.com/v1").

Value

A tibble::tibble with one row per collection and columns:

id

Collection identifier.

title

Human-readable title.

description

Collection description.

Examples


stac_collections("https://earth-search.aws.element84.com/v1")


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