Open-EO / openeo-python-driver

Common parts of a Python driver implementation for OpenEO
Apache License 2.0
11 stars 5 forks source link

openEO Python Driver

[Status]()

Python version: 3.8 or higher

This Python package provides a Flask based REST frontend for openEO backend drivers. It implements the general REST request handling of the openEO API and dispatches the real work to a pluggable openEO backend driver (such as the openEO GeoPySpark driver).

Installation

Running local dummy service

For development, you can run a dummy service using Flask:

export FLASK_APP=openeo_driver.dummy.local_app
export FLASK_DEBUG=1 
flask run

Now, visit http://127.0.0.1:5000/openeo/1.1.0/