Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.04 KB

byoa-sample-algorithm

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.

Parameters

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
    }
]