https://github.com/open-eo/openeo-js-processgraphs
JavaScript library to parse, validate and execute openEO process graphs.
https://github.com/open-eo/openeo-js-processgraphs
Last synced: 5 months ago
JSON representation
JavaScript library to parse, validate and execute openEO process graphs.
- Host: GitHub
- URL: https://github.com/open-eo/openeo-js-processgraphs
- Owner: Open-EO
- License: apache-2.0
- Created: 2020-02-03T13:19:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T21:30:10.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T22:34:48.491Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 743 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# openeo-js-processgraphs
[openEO](http://openeo.org) process graph parser for JavaScript.
[](https://travis-ci.org/Open-EO/openeo-js-processgraphs)
This library's version is **1.4.1** and supports **openEO API version 1.x**.
This repository was split apart from [openeo-js-commons](https://github.com/Open-EO/openeo-js-commons). Old releases can be found there.
## Features
- Parsing a process graph
- Validation based on the JSON Schemas
- Framework to implement process graph execution
- JSON Schema validation for Process parameters and return values
## Usage
To use it in a node environment use: `npm install @openeo/js-processgraphs`
You can then require the parts of the library you want to use. For example: `const { ErrorList } = require('@openeo/js-processgraphs');`
In a web environment you can include the library as follows:
```html
```
More information can be found in the [**documentation**](https://open-eo.github.io/openeo-js-processgraphs/1.4.1/).