Skip to contents

Intersect geometries (DuckDB-backed, sf-compatible)

Usage

dst_intersection(
  x,
  y,
  duckdb_threads = getOption("ducksf.intersection.threads", NULL),
  prefilter_bbox = TRUE
)