Skip to main content

ZeqHydrology

Watershed hydrology modeling. Rainfall-runoff (SCS-CN), flood frequency analysis, groundwater flow (Darcy) with R(t)-modulated infiltration rates.

EndpointPOST /api/geo/hydrology
Authapi-key
Rate limit10/min
Categorygeoscience

Parameters

NameTypeRequiredDescription
watershedobjectYes{ area_km2, curveNumber, slope_pct }
rainfall_mmnumberYesStorm rainfall total.
duration_hrnumberNoStorm duration.

Returns

{ peakFlow_m3s, runoffVolume_m3, timeToP_hr, floodFrequency, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"watershed": {},
"rainfall_mm": 0,
"duration_hr": 24
}' \
"https://zeqsdk.com/api/geo/hydrology"

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