/openeo-python-client

Python client API for OpenEO

Primary LanguagePythonApache License 2.0Apache-2.0

PyPI - Python Version Status Lint and Test PyPI

openEO Python Client

Python Client Library for the openEO API. Allows you to interact with openEO backends from your own (local) Python environment. Read more on usage in the documentation.

Quick Start Guide

Requirements and installation

  • Requirement: a Python 3.6 (or higher) environment where some dependencies can be installed (including usual suspects like numpy and pandas)

    Note for Windows users: it is recommended to work with Anaconda Python as the shapely dependency may need to be installed separately (e.g. using the Anaconda Navigator).

  • Basic installation procedure (in a pip powered environment):

      pip install openeo
    

Usage

Python client documentation

Some example scripts

General OpenEO background