INSUPDEL4STAC#

A Python package to provide seamless functionality for INSerting, UPDating, and DELeting STAC-Metadata toward either pgSTAC or STAC-API.

https://codebase.helmholtz.cloud/cat4kit/ds2stac/insupdel4stac/badges/main/pipeline.svg https://img.shields.io/pypi/v/insupdel4stac.svg https://readthedocs.org/projects/insupdel4stac/badge/?version=latest https://img.shields.io/badge/code%20style-black-000000.svg https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336 https://img.shields.io/badge/code%20style-pep8-orange.svg http://www.mypy-lang.org/static/mypy_badge.svg https://codebase.helmholtz.cloud/cat4kit/ds2stac/insupdel4stac/badges/main/coverage.svg https://api.reuse.software/badge/codebase.helmholtz.cloud/cat4kit/ds2stac/insupdel4stac

Overview:#

STAC specification is a method of exposing spatial and temporal data collections in a standardized manner. Specifically, the SpatioTemporal Asset Catalog (STAC) specification describes and catalogs spatiotemporal assets using a common structure. This package is desigend to manage ingestion, updating and and removing of STAC-Collections and STAC-Items toward either PostgreSQL schema and functions for STAC (pgSTAC) or STAC compliant FastAPI application (STAC-FASTAPI) services.

Installation#

You can find installation instructions in the [Installation](installation) section.

Tutorials#

A comprehensive tutorial designed to enhance your understanding of the functionality of this project.

Examples#

A bunch of examples is provided in this section.

API Reference#

This API reference is auto-generated from the Python docstrings. The table of contents on the left is organized by module.

Contribution#