Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.54 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.54 KB

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