AGRI endpoints

Get If The Field Is Irrigated From The Geojson Entry In Epsg:4326

Returns the input Geojson in which each feature embeds irrigation status, as follows :

"properties": {
    "data": [
        {  
            "irrigation" : True,
        } 
    ]
},
post/agri/field/irrigation

Query parameters

yearinteger

Year

Year

Request body

object required

EPSG:4326 Geojson FeatureCollection request body

Response

Successful Response

{"stackTrail":"paths:/agri/field/irrigation:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

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