17 lines
341 B
JSON
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"]
|
|
}
|
|
}
|