Skip to content
master
Go to file
Code
This branch is 474 commits behind Open-EO:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

openeo-python-client

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

Status Build Status PyPI

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

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.