ZeqGroundwater
Groundwater flow modeling. Darcy's law, aquifer characterization, well drawdown (Theis), contaminant transport with R(t) recharge rate modulation.
| Endpoint | POST /api/water/groundwater |
| Auth | api-key |
| Rate limit | 10/min |
| Category | water |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
aquifer | object | Yes | { transmissivity, storativity, thickness_m } |
wells | array | No | [{ location, pumpRate_m3_day }] |
contaminant | object | No | { source, concentration, dispersivity } |
Returns
{ waterTable, drawdown_m, flowVectors, contaminantPlume, safeYield_m3_day, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"aquifer": {},
"wells": [],
"contaminant": {}
}' \
"https://zeqsdk.com/api/water/groundwater"
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-groundwater.