ZeqHydrology
Watershed hydrology modeling. Rainfall-runoff (SCS-CN), flood frequency analysis, groundwater flow (Darcy) with R(t)-modulated infiltration rates.
| Endpoint | POST /api/geo/hydrology |
| Auth | api-key |
| Rate limit | 10/min |
| Category | geoscience |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
watershed | object | Yes | { area_km2, curveNumber, slope_pct } |
rainfall_mm | number | Yes | Storm rainfall total. |
duration_hr | number | No | Storm 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.