bgoesswe / openeo-python-client

Python client API for OpenEO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openeo-python-client

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

Status

Requirements

  • Python 3.5
  • Pip3

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

Installing locally checked out version:

pip install -r requirements.txt
pip install -r requirements-dev.txt
pip install -e .

Building the documentation:

As HTML:

python setup.py build_sphinx -c docs

As Latex:

python setup.py build_sphinx -c docs -b latex

About

Python client API for OpenEO


Languages

Language:Python 100.0%