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.
-
Requirement: a Python 3.6 (or higher) environment where some dependencies can be installed (including usual suspects like
numpy
andpandas
)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