A web-based editor for interactive usage of the openEO API.
The web editor currently supports openEO API version v0.4.
You can use the online demo or build the files yourself and deploy them to any web host.
- Install Node.js
- Clone or download this repository.
- Open a command line window and go to the directory which contains the cloned/downloaded web editor files.
- Optionally: Configure the web editor by editing
config.js
to suit your needs. - Install the dependencies by executing
npm install
on the command line -
- Development: Run the development server by executing
npm run serve
. - Deployment: Build the project by executing
npm run build
. Afterwards upload the content of thedist
folder to your server.
- Development: Run the development server by executing
- Vue.js and some plugins - UI framework
- OpenLayers and multiple extensions - Map visualization
- CodeMirror - Source code editor
- openEO JS Client - openEO client
- and more...
This project is licensed under the Apache 2.0 license - see the LICENSE.md file for details.