Skip to main content

ZeqIrrigation

Precision irrigation scheduling. Penman-Monteith ET₀ with R(t) solar radiation modulation, soil water balance, deficit irrigation strategies for water conservation.

EndpointPOST /api/agri/irrigation
Authapi-key
Rate limit15/min
Categoryagriculture

Parameters

NameTypeRequiredDescription
fieldArea_hanumberYesField area in hectares.
cropTypestringYesCrop for water requirement lookup.
soilMoisture_pctnumberNoCurrent soil moisture.
weatherForecastobjectNoNext 7 days forecast.

Returns

{ irrigationSchedule, waterNeeded_mm, et0_mm_day, savingsVsFlood_pct, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"fieldArea_ha": 0,
"cropType": "<cropType>",
"soilMoisture_pct": 0,
"weatherForecast": {}
}' \
"https://zeqsdk.com/api/agri/irrigation"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-irrigation.