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.