Skip to content

eurodatacube/byoa-sample-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published