Skip to content

Static STAC search via DuckDB #743

@gadomski

Description

@gadomski

Steps:

  • Load a collection (or a catalog?)
  • Iterate all the item links
  • Load them into DuckDB memory Save to a stac-geoparquet file
  • Search

This will require updating the DuckDB client to query against an in-table memory, as it currently only hits parquet files.

I couldn't find an easy way to get memory parquet bytes into DuckDB, so tempfile it is, for now.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions