Files
iklim-sandbox/nowcast-geo-alarm-filter.example.json
T
2026-09-09 16:21:13 +03:00

17 lines
341 B
JSON

{
"lightning": {
"type": "FLASH_CLOUD_TO_GROUND",
"peakCurrent": -12.5,
"inCloudHeight": 4500
},
"thunderstorm": {
"intersectsAffectedPolygon": true,
"intersectsCellPolygon": false,
"severityThreshold": "MEDIUM",
"speedThreshold": 20
},
"precipitation": {
"intensities": ["LIGHT", "MODERATE"]
}
}