Skip to content
/ pgstac Public
forked from stac-utils/pgstac

Schema, functions and a python library for storing and accessing STAC collections and items in PostgreSQL

License

Notifications You must be signed in to change notification settings

hrodmn/pgstac

 
 

Repository files navigation

PostgreSQL schema and functions for Spatio-Temporal Asset Catalog (STAC)

Test Package version License


Documentation: https://stac-utils.github.io/pgstac/

Source Code: https://github.com/stac-utils/pgstac


PgSTAC is a set of SQL function and schema to build highly performant database for Spatio-Temporal Asset Catalog (STAC). The project also provide pypgstac python module to help with the database migration and documents ingestion (collections and items).

PgSTAC Documentation: https://stac-utils.github.io/pgstac/pgstac

pyPgSTAC Documentation: https://stac-utils.github.io/pgstac/pypgstac

Project structure

/
 ├── pypgstac/         - pyPgSTAC python module
 ├── scripts/          - scripts to set up the environment
 ├── sql/              - PgSTAC SQL code
 └── test/             - test suite

Contribution & Development

See CONTRIBUTING.md

License

See LICENSE

Authors

See contributors for a listing of individual contributors.

Changes

See CHANGELOG.md.

About

Schema, functions and a python library for storing and accessing STAC collections and items in PostgreSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLpgSQL 96.3%
  • Python 3.0%
  • Other 0.7%