Skip to main content

Crate stac_duckdb

Crate stac_duckdb 

Source
Expand description

Use duckdb with STAC.

Structs§

ArrowBatchReader
A wrapper around SearchArrowBatchIter that implements arrow_array::RecordBatchReader.
Client
A client for making DuckDB requests for STAC objects.
Extension
A DuckDB extension
HrefClient
A DuckDB client bound to a specific stac-geoparquet href.
SearchArrowBatchIter
Iterator returned by Client::search_to_arrow.
SyncHrefClient
A thread-safe wrapper around HrefClient that implements SearchClient and CollectionSearchClient.

Enums§

Error
A crate-specific error enum.

Functions§

search
Searches a stac-geoparquet file.
version
Return this crate’s version.

Type Aliases§

Result
A crate-specific result type.