This repository contains a scaffold for the respository structure required for Euro Data Cube - Insights On Demand (aka BYOA Bring Your Own Algorithm).
A (simplified) version to calculate a Maximum Chlorophyll Index (MCI) together with a (crude) pricing model based on the selected area is used as sample.
Please consult the EDC documentation for more information.
This algorithm can be onboarded to the EDC platform using the following parameter specification:
[
{
"name": "Area of interest",
"id": "aoi",
"type": "bbox",
"description": "Area of interest",
"optional": false
},
{
"name": "Spatial Resolution",
"id": "spatial_res",
"type": "float",
"description": "Spatial Resolution",
"optional": true
}
]