Skip to main content

An implementation of STAC API based on the FastAPI framework and using the pgstac backend.

Project description

stac-fastapi-pgstac

GitHub Workflow Status PyPI Documentation License

FastAPI

PgSTAC backend for stac-fastapi, the FastAPI implementation of the STAC API spec

Overview

stac-fastapi-pgstac is an HTTP interface built in FastAPI. It validates requests and data sent to a PgSTAC backend, and adds links to the returned data. All other processing and search is provided directly using PgSTAC procedural sql / plpgsql functions on the database. PgSTAC stores all collection and item records as jsonb fields exactly as they come in allowing for any custom fields to be stored and retrieved transparently.

Usage

PgSTAC is an external project and may be used by multiple front ends. For Stac FastAPI development, a Docker image (which is pulled as part of the docker-compose) is available via the Github container registry. The PgSTAC version required by stac-fastapi-pgstac is found in the setup file.

Sorting

While the STAC Sort Extension is fully supported, PgSTAC is particularly enhanced to be able to sort by datetime (either ascending or descending). Sorting by anything other than datetime (the default if no sort is specified) on very large STAC repositories without very specific query limits (ie selecting a single day date range) will not have the same performance. For more than millions of records it is recommended to either set a low connection timeout on PostgreSQL or to disable use of the Sort Extension.

Hydration

To configure stac-fastapi-pgstac to hydrate search result items in the API, set the USE_API_HYDRATE environment variable to true or explicitly set the option in the PGStac Settings object.

Migrations

There is a Python utility as part of PgSTAC (pypgstac) that includes a migration utility. To use:

pypgstac migrate

Contributing

See CONTRIBUTING for detailed contribution instructions.

To install:

git clone https://github.com/stac-utils/stac-fastapi-pgstac
cd stac-fastapi-pgstac
python -m 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

stac-fastapi-pgstac was initially added to stac-fastapi by developmentseed. In 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-pgstac).

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stac_fastapi_pgstac-3.0.0a2.tar.gz (35.0 kB view details)

Uploaded Source

Built Distribution

stac_fastapi.pgstac-3.0.0a2-py3-none-any.whl (39.4 kB view details)

Uploaded Python 3

File details

Details for the file stac_fastapi_pgstac-3.0.0a2.tar.gz.

File metadata

  • Download URL: stac_fastapi_pgstac-3.0.0a2.tar.gz
  • Upload date:
  • Size: 35.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for stac_fastapi_pgstac-3.0.0a2.tar.gz
Algorithm Hash digest
SHA256 cc7c9714571b4a59387a899f02f505137983477e4ad53bd033aac61b644f74d4
MD5 5c221058c281ac238e0c6d7dacdf422f
BLAKE2b-256 fdcf0c07ddd73003797d258facfa66b0b21c0802705e5a96d601f188a2b6e307

See more details on using hashes here.

Provenance

File details

Details for the file stac_fastapi.pgstac-3.0.0a2-py3-none-any.whl.

File metadata

File hashes

Hashes for stac_fastapi.pgstac-3.0.0a2-py3-none-any.whl
Algorithm Hash digest
SHA256 85d12f4fc48c841f08e45c9228727b32a2d128e2c2bc27a00b61460fe1f39283
MD5 c2b6297849985949d9c5f21ea31cb746
BLAKE2b-256 4cb1437a27b9ca4871d7e36d88bce63c9b14dbf08a88162771847f567ded15e7

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page