SQLAlchemy backend for stac-fastapi, the FastAPI implementation of the STAC API spec The SQLAlchemy backend requires PostGIS>=3.
stac-fastapi-sqlalchemy is an HTTP interface built in FastAPI.
See CONTRIBUTING for detailed contribution instructions.
To install:
git clone https://github.com/stac-utils/stac-fastapi-sqlalchemy
cd stac-fastapi-sqlalchemy
pip install -e ".[dev,server,docs]"To test:
make testUse Github Pull Requests to provide new features or to request review of draft code, and use Issues to report bugs or request new features.
To build the docs:
make docsThen, serve the docs via a local HTTP server:
mkdocs serveIn April of 2023, it was removed from the core stac-fastapi repository and moved to its current location (http://github.com/stac-utils/stac-fastapi-sqlalchemy).