ZeqSevereWeather
Severe weather detection and alerting. Tornado vortex signatures, hail probability, lightning prediction using R(t) convective instability indices (CAPE/CIN).
| Endpoint | POST /api/weather/severe |
| Auth | api-key |
| Rate limit | 20/min |
| Category | weather |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
radarData | object | No | Reflectivity/velocity data from weather radar. |
location | object | Yes | { lat, lng, radius_km }. |
alertTypes | array | No | ['tornado', 'hail', 'lightning', 'flood', 'wind']. |
Returns
{ alerts, tornadoProbability, cape_J_kg, cin_J_kg, hailSize_cm, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"radarData": {},
"location": {},
"alertTypes": []
}' \
"https://zeqsdk.com/api/weather/severe"
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-severe-weather.