Skip to main content

ZeqFlood

Flood prediction and inundation mapping. 2D shallow water equations with R(t) rainfall forcing, breach analysis, evacuation timing.

EndpointPOST /api/water/flood
Authapi-key
Rate limit5/min
Categorywater

Parameters

NameTypeRequiredDescription
terrainobjectYesDEM (digital elevation model) data.
rainfallScenarioobjectYes{ intensity_mm_hr, duration_hr, returnPeriod_years }
infrastructureobjectNoLevees, dams, drainage systems.

Returns

{ inundationMap, maxDepth_m, floodExtent_km2, peakFlow_m3s, evacuationTime_hr, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"terrain": {},
"rainfallScenario": {},
"infrastructure": {}
}' \
"https://zeqsdk.com/api/water/flood"

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-flood.