AGRI endpoints
Get The Total Irrigated Area From The Geojson Territory Entry In Epsg:4326
Returns the input Geojson in which the list of crops and there areas is added, as follows :
"properties": {
"data": [
{ "crop": "Maïs",
"irrigation_area": 75
},
{
"crop": "Tournesol",
"irrigation_area": 75
}
]
},
post/agri/territory/irrigation
Query parameters
yearinteger
Year
Year
Request body
object required
EPSG:4326 Geojson FeatureCollection request body
Response
Successful Response
{"stackTrail":"paths:/agri/territory/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.