https://github.com/open-eo/openeo-python-driver
Common parts of a Python driver implementation for OpenEO
https://github.com/open-eo/openeo-python-driver
Last synced: about 1 year ago
JSON representation
Common parts of a Python driver implementation for OpenEO
- Host: GitHub
- URL: https://github.com/open-eo/openeo-python-driver
- Owner: Open-EO
- License: apache-2.0
- Created: 2017-12-05T15:57:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T07:01:11.000Z (about 1 year ago)
- Last Synced: 2025-04-10T08:20:55.701Z (about 1 year ago)
- Language: Python
- Size: 2.8 MB
- Stars: 12
- Watchers: 10
- Forks: 6
- Open Issues: 100
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# openEO Python Driver
[]()
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](https://github.com/Open-EO/openeo-geopyspark-driver)).
## Installation
- Clone this repo
- Check out the git submodules
git submodule update --init
- Set up a virtual environment and install `openeo_driver` and it's dependencies.
- basic install:
pip install . --extra-index-url https://artifactory.vgt.vito.be/api/pypi/python-openeo/simple
- If you plan to do development/testing, install it in editable mode
and include additional dependencies:
pip install -e .[dev] --extra-index-url https://artifactory.vgt.vito.be/api/pypi/python-openeo/simple
## 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/