API Demo endpoints

Get Kermap Ndvi Values From Geojson Polygon Input (Epsg:4326)

Returns NDVI values from server based on date range and GEOJSON EPSG: 4326 Polygon coordinates.

"ndvi_values":[
    {
        "x":"2022-04",
        "y":0.71
    },
    {
        "x":"2022-05",
        "y":0.78
    },
    {
        "x":"2022-06",
        "y":0.81
    },
    {
        "x":"2022-07",
        "y":0.74
    },
    {
        "x":"2022-08",
        "y":0.66
    },
    {
        "x":"2022-09",
        "y":0.6
    }
]

x = Date, y = Value

post/demo/ndvi-values-polygon/

Query parameters

date_fromstring required

Format - YYYYMM, eg. 202001

Format - YYYYMM, eg. 202001

date_tostring required

Format - YYYYMM, eg. 202005

Format - YYYYMM, eg. 202005

Request body

object required

EPSG:4326 Geojson FeatureCollection request body

Response

Successful Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.