Metadata-Version: 2.4
Name: xcube_geodb
Version: 1.1.1
Summary: Python client for the xcube geoDB service
Home-page: https://github.com/xcube-dev/xcube-geodb
Author: xcube Development Team
License: MIT
Project-URL: Source, https://github.com/xcube-dev/xcube-geodb
Project-URL: Documentation, https://xcube-dev.github.io/xcube-geodb
Project-URL: Issues, https://github.com/xcube-dev/xcube-geodb/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: geopandas
Requires-Dist: python-dotenv
Requires-Dist: requests
Requires-Dist: shapely
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

[![Documentation Status](https://github.com/xcube-dev/xcube-geodb/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/xcube-dev/xcube-geodb/actions/workflows/pages/pages-build-deployment)
[![Unittest xcube-geodb](https://github.com/xcube-dev/xcube-geodb/actions/workflows/workflow.yml/badge.svg)](https://github.com/xcube-dev/xcube-geodb/actions/workflows/workflow.yml)
[![codecov](https://codecov.io/gh/xcube-dev/xcube-geodb/graph/badge.svg?token=67zPacCxuz)](https://codecov.io/gh/xcube-dev/xcube-geodb)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v1.json)](https://github.com/astral-sh/ruff)
![GitHub Release](https://img.shields.io/github/v/release/xcube-dev/xcube-geodb)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/xcube_geodb/badges/version.svg)](https://anaconda.org/conda-forge/xcube_geodb)
![Conda Downloads](https://img.shields.io/conda/d/conda-forge/xcube_geodb)
![GitHub License](https://img.shields.io/github/license/xcube-dev/xcube-geodb)

# xcube geoDB

xcube geoDB is a geo-spatial database within the [xcube](https://github.com/dcs4cop/xcube) ecosystem.
xcube geoDB reads features from e.g. Shapefiles in the form of a [GeoDataFrame](http://geopandas.org/)
and processes them in a custom PostgreSQL database
provided by [Brockmann Consult](https://www.brockmann-consult.de) and the
Euro Data Cube (EDC) consortium. The processed data can be accessed and
queried via a REST API with full querying capabilities.

Please refer to our [documentation](https://xcube-dev.github.io/xcube-geodb) for
further information.

## Technologies used:

- [xcube](https://github.com/dcs4cop/xcube)
- [xarray](http://xarray.pydata.org/en/stable/)
- [PostgreSQL](https://www.postgresql.org/)
- [PostgREST](http://postgrest.org/en/v6.0/)
- [AWS RDS](https://aws.amazon.com/de/rds/)
- [docker](https://www.docker.com/)
