DuckDB backend for the stac-fastapi project built on top of the sfeos core api library.
-
GET /collections
-
GET /collections/{collection_id}
-
GET /collections/{collection_id}/items
-
GET /collections/{collection_id}/items?limit=1
-
GET /collections/{collection_id}/items/{item_id}
-
Example: http://localhost:8085/collections
pip install stac_fastapi.duckdb
For changes, see the Changelog
Install pre-commit.
Prior to commit, run:
pre-commit run --all-files
docker compose build
docker compose up