Python client API for openEO. Allows you to interact with openEO backends from your own environment. Read more on usage in the documentation.
- Python 3.6 or higher
Windows users: It is recommended to install Anaconda Python as shapely may need to be installed separately using the Anaconda Navigator.
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