openeo-python-client

Python client API for OpenEO. Allows you to interact with OpenEO backends from your own environment.

[Status]() Build Status PyPI

Requirements

Windows users: It is recommended to install Anaconda Python as shapely may need to be installed separately using the Anaconda Navigator.

Usage

Basic concepts and examples

General OpenEO background

API docs

Development

Install locally checked out version with additional development related dependencies:

pip install -e .[dev]

Building the documentation:

As HTML:

python setup.py build_sphinx -c docs

As Latex:

python setup.py build_sphinx -c docs -b latex