This repository contains the based code of implementation for processes specifications. Each process is coded and specified in modules with its test and documentation code.
If you wanna have more information about it, please check the Latest Version of the Specification
The repository seeks to analyze the performance of OpenEO Processes in a Browser environment.
The link below is still under development DEMO
The latest version has 11 processes implemented as follow:
- apply
- load_collection
- reduce_dimension
- ndiv
- max
- min
- median
- mode
- linear_scale_range
- absolute
The function bellow runs under the same workflow - Building, Testing and Packing
npm build
Currently exist 7 unit testing and 4 user cases . These can be find in the test folder and can be compiled through:
npm test
npm pack