keplergt / openeo-web-editor

A web-based editor for interactive usage of the OpenEO API (proof-of-concept).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openEO Web Editor

A web-based editor for interactive usage of the openEO API.

The web editor currently supports openEO API versions v0.3.x.

Getting Started

You can use the online demo or build the files yourself and deploy them to any web host.

  1. Install Node.js
  2. Clone or download this repository.
  3. Open a command line window and go to the directory which contains the cloned/downloaded web editor files.
  4. Optionally: Configure the web editor by editing config.js to suit your needs.
  5. 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 the dist folder to your server.

Built With

License

This project is licensed under the Apache 2.0 license - see the LICENSE.md file for details.

About

A web-based editor for interactive usage of the OpenEO API (proof-of-concept).

License:Apache License 2.0


Languages

Language:Vue 60.7%Language:JavaScript 38.7%Language:HTML 0.4%Language:CSS 0.2%