bopen / stac-fastapi-sqlalchemy

PostgreSQL backend for stac-fastapi using SQLAlchemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stac-fastapi-sqlalchemy

GitHub Workflow Status PyPI Documentation License

SQLAlchemy backend for stac-fastapi, the FastAPI implementation of the STAC API spec The SQLAlchemy backend requires PostGIS>=3.

Overview

stac-fastapi-sqlalchemy is an HTTP interface built in FastAPI.

Contributing

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 test

Use Github Pull Requests to provide new features or to request review of draft code, and use Issues to report bugs or request new features.

Documentation

To build the docs:

make docs

Then, serve the docs via a local HTTP server:

mkdocs serve

History

In April of 2023, it was removed from the core stac-fastapi repository and moved to its current location (http://github.com/stac-util/stac-fastapi-sqlalchemy).

License

MIT

About

PostgreSQL backend for stac-fastapi using SQLAlchemy

License:MIT License


Languages

Language:Python 93.8%Language:Shell 4.9%Language:Makefile 0.7%Language:Mako 0.3%Language:Dockerfile 0.3%