Skip to content

sh-vas/byoa-mean-ndvi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Mean NDVI: Bring Your Own Algorithm Repository

Mean NDVI repository for EDC BYOA example


[
    {
        "description": "Area of interest",
        "id": "aoi",
        "name": "Area of interest",
        "optional": false,
        "type": "bbox"
    },
    {
        "description": "Spatial Resolution. The following values are allowed: 10m, 20m and 60m",
        "id": "spatial_res",
        "name": "Spatial Resolution",
        "optional": true,
        "restriction": {
            "type": "choice",
            "value": [
                0.00001,
                0.00002,
                0.00006
            ]
        },
        "type": "float"
    },
    {
        "description": "Time Range",
        "id": "time_range",
        "name": "Time Range",
        "optional": false,
        "type": "daterange"
    }
]

About

Mean NDVI repository for EDC BYOA example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published