A web-based editor for interactive usage of the openEO API.
The Web Editor currently supports openEO API versions v1.0.x (including 1.0.0-rc.2).
The Web Editor is available at editor.openeo.org for demo purposes.
You can also build the files yourself and deploy them to any web host:
config.js, vue.config.js and theme.scss to suit your needs.npm install on the command linenpm start.npm run build. Afterwards upload the content of the dist folder to your server.You can use some query parameters to set initial state to the Editor.
server: Set a openEO back-end to connect to by default, e.g. https://earthengine.openeo.orgdiscover: If you want to skip authentication and just show the capabiltiies of the back-end, simply set to 1process: Loads a process from a URL and shows it in the Model Builder.This project is licensed under the Apache 2.0 license - see the LICENSE.md file for details.
This repository contains a Dockerfile. It can be build with
docker build . -t openeo-web-editor
and then tested locally with
docker run -p 8080:80 openeo-web-editor
After sucessfull startup, the webeditor can be reached locally at http://127.0.0.1:8080/
More startup information can be seen at the official nginx docker image which is used.
Content type
Image
Digest
sha256:710c9bcf3…
Size
31.6 MB
Last updated
5 months ago
docker pull mundialis/openeo-web-editor