tidy_items: Convert STAC items to a tidy tibble

View source: R/tidy_stac.R

tidy_itemsR Documentation

Convert STAC items to a tidy tibble

Description

Extracts key fields from an rstac items response (doc_items) and returns a flat tibble with one row per item.

Usage

tidy_items(items)

Arguments

items

An rstac doc_items object (result of rstac::post_request() or rstac::get_request() on a search or items endpoint).

Value

A tibble::tibble with columns: id, collection, datetime, bbox, geometry, and assets. Additional property columns are included from rstac::items_as_tibble().


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