Python client API for OpenEO. Allows you to interact with OpenEO backends from your own environment.
- 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.
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