This folder contains user-defined processes that can be run by any openEO client (e.g. Web Editor, Python or R).
ID | Categories | Summary |
---|---|---|
anomaly_detection | cubes | Regional Benchmarking using CropSAR |
array_contains_nodata | arrays | Check for no-data values in an array |
array_find_nodata | arrays | Find no-data values in an array |
burntmapping_chunks | math > indices | Burnt area mapping |
crop_polygon | cubes, filter, masks | Crop (filter and mask) using a polygon |
flood_ndwi | vegetation indices | Comparing pre and post flood NDWI |
flood_sar_udf | udf | Flood extent visualization applying threshold to SAR images |
rescale_chunks | cubes | Rescaling of RGB within chunk of polygons |
- Please provide one JSON file per user-defined process directly into this folder (no sub-folders).
- All processes must be parametrized (e.g. no hard-coded collection names).
- All processes must have appropriate metadata included and follow common best practices. These are enforced by a CI tool that checks the processes for compliance.
After installing nodejs, you can run
npm install
(once to install dependencies) andnpm test
to check your contributon for compliance.