stac-duckdb

Crates.iostac-duckdb
lib.rsstac-duckdb
version0.2.1
created_at2024-09-05 23:55:19.597033+00
updated_at2025-09-23 22:48:35.540469+00
descriptionClient for querying stac-geoparquet using DuckDB
homepagehttps://stac-utils.github.io/rustac
repositoryhttps://github.com/stac-utils/rustac
max_upload_size
id1365280
size1,665,948
Pete Gadomski (gadomski)

documentation

README

pgstac

GitHub Workflow Status docs.rs Crates.io Contributor Covenant

Use DuckDB to search stac-geoparquet.

Usage

cargo add stac-duckdb

See the documentation for more.

Bundling

By default, DuckDB looks for its shared library on your system. Use DUCKDB_LIB_DIR and DUCKDB_INCLUDE_DIR to help it find those resources. If you want to build the DuckDB library as a part of this (or a downstream's) crate's build process, use the bundled feature. E.g. to test this crate if you don't have DuckDB locally:

cargo test -p stac-duckdb -F bundled

See the duckdb-rs docs for more.

Other info

This crate is part of the rustac monorepo, see its README for contributing and license information.

Commit count: 994

cargo fmt