Hail Threats
https://data.api.xweather.com/hail/threats/
The hail threats endpoint provides access to Xweather's hail threat nowcast data, which provides information on current and forecast hail threats in ten-minute intervals over the next 90 minutes.
This endpoint is currently in beta.
Requests
Every request to the endpoint must include one of the supported actions in the url.
https://data.api.xweather.com/hail/threats/{action}?client_id={client_id}&client_secret={client_secret}&{params}
Supported Actions
The following actions are supported with the /hail/threats endpoint:
Action | Description |
---|---|
:id | Type: stringTypically used for passing a geographical location name or identifier such as city name, lat/long, or even US and Canadian postal codes. Learn more. |
closest | Type: stringBased on a location search, the results will be returned in order from closest to farthest. Learn more. |
contains | Type: stringUsed with polygon based products (convective outlook, drought monitor, etc.) to determine if the queried location is inside of an impacted area. Learn more. |
route | Type: stringAllows you to pass several coordinates along a custom route to return data points at each location. Learn more. |
within | Type: stringUses a circle or polygon, define an area to search for results. Learn more. |
Response
The following is an example of what each object in the response will consist of. Depending on your requested action, the response may contain multiple instances of this object within an array.
Properties
id (string)
ID associated with the hail threat.
dataSource (string)
Data source for the threat.
details (object)
Object containing specific details about the hail threat.
details.stormId (string)
ID associated with the hail threat
details.issuedTimestamp (number)
UNIX timestamp when this threat was issued.
details.issuedDateTimeISO (string)
ISO 8601 timestamp when this threat was issued.
details.range (object)
Range of time associated with the hail threat.
details.range.minTimestamp (number)
UNIX timestamp for the start time of the threat.
details.range.minDateTimeISO (string)
ISO 8601 timestamp for the start time for the threat.
details.range.maxTimestamp (number)
UNIX timestamp for the end time of the threat.
details.range.maxDateTimeISO (string)
ISO 8601 timestamp for the end time of the threat.
details.movement (object)
Details associated with the threats movement.
details.movement.dirDEG (number)
The direction of the movement of the lightning storm threat in degrees. 0 degrees is North, 90 degrees is East, 180 degrees is South, 270 degrees is West.
details.movement.dir (string)
The direction of the movement of the hail threat. Possible values: N, NE, E, SE, S, SW, W, NW.
details.movement.speedKTS (number)
The speed of the movement of the hail threat in knots.
details.movement.speedKPH (number)
The speed of the movement of the hail threat in km/h.
details.movement.speedMPH (number)
The speed of the movement of the hail threat in mph.
details.movement.speedMPS (number)
The speed of the movement of the hail threat in m/s.
details.totalPeriods (number)
Total number of 10 minute intervals the threat is active for.
details.hail (object)
Object containing details about the hail in the threat.
details.hail.maxSizeMM (number)
Max size of hail in mm
details.hail.maxSizeIN (number)
Max size of hail in inches
details.hail.probSevere (number)
Probability this threat will produce severe hail (severe is 1 inch / 2.54 cm or greater).
details.hail.severe (boolean)
Indicates if the hail threat is considered severe.
periods (array)
Array of objects containing information about the 10 minute hail threat periods.
periods.#.id (string)
The ID string for the 10 minute threat forecast period.
periods.#.range (object)
Object containing information about the range of the 10 minute hail threat period.
periods.#.range.minTimestamp (number)
UNIX timestamp of the start of the 10 minute hail threat period.
periods.#.range.minDateTimeISO (string)
ISO 8601 timestamp of the start of the 10 minute hail threat period.
periods.#.range.maxTimestamp (number)
UNIX timestamp of the end of the 10 minute hail threat period.
periods.#.range.maxDateTimeISO (string)
ISO 8601 timestamp of the start of the 10 minute hail threat period.
periods.#.centroid (object)
A GeoJSON point object representing the centroid of the coverage area polygon for the period.
periods.#.centroid.type (string)
A GeoJSON point object representing the centroid of the coverage area polygon for the period.
periods.#.centroid.coordinates (array)
The GeoJSON type of the centroid object. Always Point
.
periods.#.polygon (object)
A GeoJSON polygon object representing the threat coverage area for the period.
periods.#.polygon.type (string)
The GeoJSON type of the polygon object. Always Polygon
.
periods.#.polygon.coordinates (array)
The GeoJSON coordinates of the polygon object. Array of longitude and latitude.
forecastPath (object)
A GeoJSON line string representing the estimated direction of the threat. Null if not available.
forecastPath.type (string)
The GeoJSON type of the line string object. Always LineString
.
forecastPath.coordinates (array)
The GeoJSON coordinates of the line string object. Array of longitude and latitude.
profile (object)
Object containing information about the location or event.
profile.tz (string)
Timezone name of the location, such as America/New_York
.
[
{
"id": "20240509172841-2",
"dataSource": "aeris",
"details": {
"stormId": "20240509172841-2",
"issuedTimestamp": 1715275721,
"issuedDateTimeISO": "2024-05-09T12:28:41-05:00",
"range": {
"minTimestamp": 1715275721,
"minDateTimeISO": "2024-05-09T12:28:41-05:00",
"maxTimestamp": 1715279321,
"maxDateTimeISO": "2024-05-09T13:28:41-05:00"
},
"movement": {
"dirDEG": 264,
"dir": "W",
"speedKTS": 23.01,
"speedKPH": 42.61,
"speedMPH": 26.48,
"speedMPS": 11.84
},
"totalPeriods": 7,
"hail": {
"maxSizeMM": 67.9,
"maxSizeIN": 2.67,
"probSevere": 80,
"severe": true
}
},
"periods": [
{
"id": "20240509172841-2-1715275721",
"range": {
"minTimestamp": 1715275721,
"minDateTimeISO": "2024-05-09T12:28:41-05:00",
"maxTimestamp": 1715275721,
"maxDateTimeISO": "2024-05-09T12:28:41-05:00"
},
"centroid": {
"type": "Point",
"coordinates": [
-98.2165,
33.2612
]
},
"polygon": {
"type": "Polygon",
"coordinates": [
[
[
-98.3158,
33.2383
],
[
-98.3164,
33.2397
],
[
-98.317,
33.241
],
[
-98.3176,
33.2423
],
[
-98.3182,
33.2434
],
[
-98.3187,
33.2445
],
[
-98.3191,
33.2454
],
[
-98.3193,
33.2458
],
[
-98.3195,
33.2462
],
[
-98.3197,
33.2466
],
[
-98.3199,
33.2469
],
[
-98.3201,
33.2472
],
[
-98.3203,
33.2475
],
[
-98.3204,
33.2478
],
[
-98.3206,
33.2481
],
[
-98.3207,
33.2484
],
[
-98.3208,
33.2486
],
[
-98.3209,
33.2487
],
[
-98.321,
33.2489
],
[
-98.321,
33.249
],
[
-98.3211,
33.2491
],
[
-98.3211,
33.2493
],
[
-98.3212,
33.2494
],
[
-98.3212,
33.2495
],
[
-98.3213,
33.2496
],
[
-98.3213,
33.2498
],
[
-98.3214,
33.2499
],
[
-98.3214,
33.2502
],
[
-98.3215,
33.2503
],
[
-98.3215,
33.2504
],
[
-98.3216,
33.2505
],
[
-98.3216,
33.2509
],
[
-98.3217,
33.251
],
[
-98.3217,
33.2514
],
[
-98.3218,
33.2516
],
[
-98.3218,
33.2522
],
[
-98.3219,
33.2526
],
[
-98.3219,
33.2531
],
[
-98.322,
33.2536
],
[
-98.322,
33.254
],
[
-98.3221,
33.2545
],
[
-98.3221,
33.2553
],
[
-98.3222,
33.2555
],
[
-98.3222,
33.2704
],
[
-98.3221,
33.2707
],
[
-98.3221,
33.2716
],
[
-98.322,
33.2721
],
[
-98.322,
33.2726
],
[
-98.3219,
33.2731
],
[
-98.3219,
33.2736
],
[
-98.3218,
33.274
],
[
-98.3218,
33.2744
],
[
-98.3217,
33.2745
],
[
-98.3217,
33.2751
],
[
-98.3216,
33.2752
],
[
-98.3216,
33.2754
],
[
-98.3215,
33.2756
],
[
-98.3214,
33.276
],
[
-98.3213,
33.2765
],
[
-98.3212,
33.277
],
[
-98.321,
33.2776
],
[
-98.3208,
33.2782
],
[
-98.3206,
33.2788
],
[
-98.3204,
33.2795
],
[
-98.3202,
33.2802
],
[
-98.3199,
33.2809
],
[
-98.3197,
33.2817
],
[
-98.3193,
33.2828
],
[
-98.3189,
33.284
],
[
-98.3185,
33.2853
],
[
-98.318,
33.2867
],
[
-98.317,
33.2895
],
[
-98.3164,
33.2909
],
[
-98.3159,
33.2923
],
[
-98.3155,
33.2937
],
[
-98.315,
33.295
],
[
-98.3146,
33.2961
],
[
-98.3142,
33.2974
],
[
-98.3138,
33.2987
],
[
-98.3133,
33.3
],
[
-98.3129,
33.3013
],
[
-98.3125,
33.3025
],
[
-98.3122,
33.3036
],
[
-98.3119,
33.3045
],
[
-98.3117,
33.3052
],
[
-98.3115,
33.3057
],
[
-98.3115,
33.3058
],
[
-98.3114,
33.3059
],
[
-98.3114,
33.3061
],
[
-98.3113,
33.3062
],
[
-98.3113,
33.3063
],
[
-98.3112,
33.3064
],
[
-98.3112,
33.3065
],
[
-98.3111,
33.3067
],
[
-98.3111,
33.3068
],
[
-98.311,
33.3069
],
[
-98.311,
33.307
],
[
-98.3109,
33.3071
],
[
-98.3109,
33.3073
],
[
-98.3108,
33.3074
],
[
-98.3108,
33.3075
],
[
-98.3107,
33.3075
],
[
-98.3107,
33.3076
],
[
-98.3106,
33.3077
],
[
-98.3106,
33.3079
],
[
-98.3105,
33.3079
],
[
-98.3105,
33.308
],
[
-98.3104,
33.3081
],
[
-98.3104,
33.3082
],
[
-98.3103,
33.3083
],
[
-98.3102,
33.3083
],
[
-98.3102,
33.3084
],
[
-98.3101,
33.3085
],
[
-98.3101,
33.3086
],
[
-98.31,
33.3087
],
[
-98.3099,
33.3088
],
[
-98.3099,
33.3089
],
[
-98.3098,
33.3089
],
[
-98.3098,
33.309
],
[
-98.3097,
33.3091
],
[
-98.3096,
33.3092
],
[
-98.3095,
33.3093
],
[
-98.3095,
33.3094
],
[
-98.3094,
33.3095
],
[
-98.3088,
33.3101
],
[
-98.308,
33.3109
],
[
-98.3069,
33.312
],
[
-98.3057,
33.3132
],
[
-98.3045,
33.3144
],
[
-98.3033,
33.3156
],
[
-98.3013,
33.3176
],
[
-98.3006,
33.3183
],
[
-98.3004,
33.3185
],
[
-98.3,
33.3188
],
[
-98.2993,
33.3196
],
[
-98.2982,
33.3207
],
[
-98.2968,
33.322
],
[
-98.2954,
33.3235
],
[
-98.294,
33.3249
],
[
-98.2915,
33.3274
],
[
-98.2907,
33.3282
],
[
-98.2904,
33.3285
],
[
-98.2903,
33.3286
],
[
-98.2902,
33.3287
],
[
-98.2901,
33.3288
],
[
-98.2899,
33.329
],
[
-98.2897,
33.3291
],
[
-98.2896,
33.3293
],
[
-98.2894,
33.3295
],
[
-98.2892,
33.3297
],
[
-98.289,
33.3299
],
[
-98.2889,
33.33
],
[
-98.2888,
33.3301
],
[
-98.2887,
33.3302
],
[
-98.2886,
33.3302
],
[
-98.2886,
33.3303
],
[
-98.2885,
33.3304
],
[
-98.2884,
33.3304
],
[
-98.2883,
33.3305
],
[
-98.2882,
33.3306
],
[
-98.2881,
33.3307
],
[
-98.288,
33.3307
],
[
-98.2876,
33.331
],
[
-98.2871,
33.3314
],
[
-98.2866,
33.3317
],
[
-98.286,
33.3322
],
[
-98.2853,
33.3326
],
[
-98.2846,
33.3331
],
[
-98.2839,
33.3335
],
[
-98.2832,
33.334
],
[
-98.2825,
33.3345
],
[
-98.2817,
33.3349
],
[
-98.2808,
33.3355
],
[
-98.2798,
33.3361
],
[
-98.2787,
33.3368
],
[
-98.2776,
33.3374
],
[
-98.2765,
33.338
],
[
-98.2754,
33.3387
],
[
-98.2743,
33.3393
],
[
-98.2733,
33.34
],
[
-98.2723,
33.3406
],
[
-98.2713,
33.3413
],
[
-98.2705,
33.3418
],
[
-98.2697,
33.3424
],
[
-98.269,
33.3429
],
[
-98.2683,
33.3435
],
[
-98.2676,
33.344
],
[
-98.2669,
33.3445
],
[
-98.2662,
33.3451
],
[
-98.2655,
33.3456
],
[
-98.2648,
33.3461
],
[
-98.2641,
33.3466
],
[
-98.2634,
33.3471
],
[
-98.2627,
33.3476
],
[
-98.262,
33.3481
],
[
-98.2613,
33.3486
],
[
-98.2606,
33.3491
],
[
-98.2599,
33.3495
],
[
-98.2592,
33.35
],
[
-98.2585,
33.3504
],
[
-98.2579,
33.3509
],
[
-98.2572,
33.3513
],
[
-98.2566,
33.3516
],
[
-98.2561,
33.3519
],
[
-98.2555,
33.3522
],
[
-98.255,
33.3525
],
[
-98.2545,
33.3528
],
[
-98.254,
33.3531
],
[
-98.2534,
33.3533
],
[
-98.2529,
33.3536
],
[
-98.2523,
33.3539
],
[
-98.2516,
33.3543
],
[
-98.2506,
33.3548
],
[
-98.2494,
33.3553
],
[
-98.2481,
33.3559
],
[
-98.2468,
33.3566
],
[
-98.2455,
33.3572
],
[
-98.2442,
33.3578
],
[
-98.2429,
33.3584
],
[
-98.2417,
33.359
],
[
-98.2407,
33.3595
],
[
-98.2398,
33.3599
],
[
-98.2386,
33.3605
],
[
-98.2383,
33.3607
],
[
-98.2379,
33.3609
],
[
-98.2376,
33.3611
],
[
-98.2373,
33.3612
],
[
-98.2371,
33.3614
],
[
-98.2368,
33.3615
],
[
-98.2364,
33.3617
],
[
-98.2363,
33.3617
],
[
-98.2362,
33.3618
],
[
-98.2361,
33.3618
],
[
-98.236,
33.3619
],
[
-98.2359,
33.3619
],
[
-98.2358,
33.362
],
[
-98.2357,
33.362
],
[
-98.2356,
33.3621
],
[
-98.2354,
33.3621
],
[
-98.2353,
33.3622
],
[
-98.235,
33.3622
],
[
-98.2349,
33.3623
],
[
-98.2347,
33.3623
],
[
-98.2346,
33.3624
],
[
-98.2342,
33.3624
],
[
-98.2341,
33.3625
],
[
-98.2337,
33.3625
],
[
-98.2336,
33.3626
],
[
-98.233,
33.3626
],
[
-98.2325,
33.3627
],
[
-98.2321,
33.3627
],
[
-98.2316,
33.3628
],
[
-98.2311,
33.3628
],
[
-98.2307,
33.3629
],
[
-98.2299,
33.3629
],
[
-98.2296,
33.363
],
[
-98.2148,
33.363
],
[
-98.2145,
33.3629
],
[
-98.214,
33.3629
],
[
-98.2136,
33.3628
],
[
-98.213,
33.3628
],
[
-98.2125,
33.3627
],
[
-98.212,
33.3627
],
[
-98.2115,
33.3626
],
[
-98.2108,
33.3626
],
[
-98.2107,
33.3625
],
[
-98.2102,
33.3625
],
[
-98.2101,
33.3624
],
[
-98.2098,
33.3624
],
[
-98.2097,
33.3623
],
[
-98.2095,
33.3623
],
[
-98.2094,
33.3622
],
[
-98.2091,
33.3622
],
[
-98.209,
33.3621
],
[
-98.2089,
33.3621
],
[
-98.2088,
33.362
],
[
-98.2086,
33.362
],
[
-98.2085,
33.3619
],
[
-98.2083,
33.3619
],
[
-98.2082,
33.3618
],
[
-98.2081,
33.3617
],
[
-98.2079,
33.3617
],
[
-98.2078,
33.3616
],
[
-98.2077,
33.3616
],
[
-98.2076,
33.3615
],
[
-98.2075,
33.3614
],
[
-98.2074,
33.3614
],
[
-98.2073,
33.3613
],
[
-98.2072,
33.3613
],
[
-98.2071,
33.3612
],
[
-98.207,
33.3611
],
[
-98.2069,
33.3611
],
[
-98.2068,
33.361
],
[
-98.2067,
33.361
],
[
-98.2067,
33.3609
],
[
-98.2066,
33.3609
],
[
-98.2065,
33.3608
],
[
-98.2064,
33.3608
],
[
-98.2063,
33.3607
],
[
-98.2063,
33.3606
],
[
-98.2062,
33.3606
],
[
-98.2061,
33.3605
],
[
-98.206,
33.3604
],
[
-98.2059,
33.3604
],
[
-98.2059,
33.3603
],
[
-98.2058,
33.3602
],
[
-98.2057,
33.3601
],
[
-98.2056,
33.3601
],
[
-98.2054,
33.3599
],
[
-98.2053,
33.3598
],
[
-98.2051,
33.3596
],
[
-98.2049,
33.3595
],
[
-98.2048,
33.3593
],
[
-98.2046,
33.3591
],
[
-98.2044,
33.3589
],
[
-98.204,
33.3585
],
[
-98.2037,
33.3582
],
[
-98.2032,
33.3577
],
[
-98.2018,
33.3563
],
[
-98.201,
33.3555
],
[
-98.1993,
33.3538
],
[
-98.1984,
33.3529
],
[
-98.1975,
33.3519
],
[
-98.1965,
33.351
],
[
-98.1955,
33.35
],
[
-98.194,
33.3486
],
[
-98.1924,
33.3471
],
[
-98.1907,
33.3454
],
[
-98.1889,
33.3438
],
[
-98.187,
33.342
],
[
-98.1851,
33.3403
],
[
-98.1832,
33.3385
],
[
-98.1812,
33.3368
],
[
-98.1793,
33.3352
],
[
-98.1774,
33.3336
],
[
-98.1755,
33.332
],
[
-98.1735,
33.3305
],
[
-98.1716,
33.329
],
[
-98.1697,
33.3275
],
[
-98.1677,
33.326
],
[
-98.1657,
33.3246
],
[
-98.1637,
33.3231
],
[
-98.1617,
33.3217
],
[
-98.1597,
33.3203
],
[
-98.1577,
33.319
],
[
-98.1556,
33.3176
],
[
-98.1534,
33.3162
],
[
-98.1512,
33.3148
],
[
-98.1489,
33.3135
],
[
-98.1467,
33.3121
],
[
-98.1445,
33.3109
],
[
-98.1424,
33.3096
],
[
-98.1403,
33.3084
],
[
-98.1384,
33.3074
],
[
-98.1366,
33.3063
],
[
-98.1355,
33.3057
],
[
-98.1344,
33.3051
],
[
-98.1333,
33.3045
],
[
-98.1322,
33.304
],
[
-98.1312,
33.3035
],
[
-98.1303,
33.303
],
[
-98.1294,
33.3025
],
[
-98.1286,
33.3021
],
[
-98.128,
33.3017
],
[
-98.1274,
33.3014
],
[
-98.1273,
33.3013
],
[
-98.1272,
33.3013
],
[
-98.1271,
33.3012
],
[
-98.127,
33.3011
],
[
-98.1269,
33.3011
],
[
-98.1268,
33.301
],
[
-98.1267,
33.301
],
[
-98.1266,
33.3009
],
[
-98.1265,
33.3008
],
[
-98.1264,
33.3008
],
[
-98.1264,
33.3007
],
[
-98.1263,
33.3006
],
[
-98.1262,
33.3006
],
[
-98.1261,
33.3005
],
[
-98.126,
33.3005
],
[
-98.1259,
33.3004
],
[
-98.1259,
33.3003
],
[
-98.1258,
33.3002
],
[
-98.1257,
33.3002
],
[
-98.1256,
33.3001
],
[
-98.1254,
33.2999
],
[
-98.1253,
33.2998
],
[
-98.1251,
33.2996
],
[
-98.125,
33.2995
],
[
-98.1248,
33.2993
],
[
-98.1246,
33.2991
],
[
-98.1244,
33.2989
],
[
-98.1242,
33.2987
],
[
-98.124,
33.2985
],
[
-98.1237,
33.2982
],
[
-98.1231,
33.2976
],
[
-98.1223,
33.2968
],
[
-98.1213,
33.2959
],
[
-98.1203,
33.2949
],
[
-98.1193,
33.2938
],
[
-98.1182,
33.2928
],
[
-98.1173,
33.2918
],
[
-98.1164,
33.2909
],
[
-98.1157,
33.2902
],
[
-98.1152,
33.2897
],
[
-98.1151,
33.2896
],
[
-98.115,
33.2894
],
[
-98.1149,
33.2893
],
[
-98.1148,
33.2893
],
[
-98.1147,
33.2892
],
[
-98.1147,
33.2891
],
[
-98.1146,
33.289
],
[
-98.1146,
33.2889
],
[
-98.1145,
33.2889
],
[
-98.1144,
33.2888
],
[
-98.1144,
33.2887
],
[
-98.1143,
33.2886
],
[
-98.1142,
33.2885
],
[
-98.1142,
33.2884
],
[
-98.1141,
33.2884
],
[
-98.1141,
33.2883
],
[
-98.114,
33.2882
],
[
-98.114,
33.2881
],
[
-98.1139,
33.288
],
[
-98.1137,
33.2876
],
[
-98.1135,
33.2872
],
[
-98.1132,
33.2867
],
[
-98.1129,
33.2862
],
[
-98.1126,
33.2856
],
[
-98.1123,
33.285
],
[
-98.1119,
33.2844
],
[
-98.1116,
33.2837
],
[
-98.1112,
33.2831
],
[
-98.1109,
33.2824
],
[
-98.1104,
33.2814
],
[
-98.1098,
33.2802
],
[
-98.1086,
33.2776
],
[
-98.108,
33.2763
],
[
-98.1074,
33.275
],
[
-98.1068,
33.2737
],
[
-98.1062,
33.2725
],
[
-98.1057,
33.2715
],
[
-98.1053,
33.2706
],
[
-98.105,
33.2702
],
[
-98.1048,
33.2698
],
[
-98.1046,
33.2694
],
[
-98.1045,
33.2691
],
[
-98.1043,
33.2687
],
[
-98.1041,
33.2684
],
[
-98.1039,
33.2681
],
[
-98.1038,
33.2679
],
[
-98.1037,
33.2676
],
[
-98.1035,
33.2674
],
[
-98.1035,
33.2672
],
[
-98.1034,
33.2671
],
[
-98.1034,
33.267
],
[
-98.1033,
33.2669
],
[
-98.1033,
33.2668
],
[
-98.1032,
33.2667
],
[
-98.1032,
33.2665
],
[
-98.1031,
33.2664
],
[
-98.1031,
33.2662
],
[
-98.103,
33.2661
],
[
-98.103,
33.2659
],
[
-98.1029,
33.2658
],
[
-98.1029,
33.2655
],
[
-98.1028,
33.2655
],
[
-98.1028,
33.2652
],
[
-98.1027,
33.2651
],
[
-98.1027,
33.2647
],
[
-98.1026,
33.2645
],
[
-98.1026,
33.2641
],
[
-98.1025,
33.2638
],
[
-98.1025,
33.2633
],
[
-98.1024,
33.2629
],
[
-98.1024,
33.2624
],
[
-98.1023,
33.2619
],
[
-98.1023,
33.2611
],
[
-98.1022,
33.2607
],
[
-98.1022,
33.2553
],
[
-98.1023,
33.2548
],
[
-98.1023,
33.2544
],
[
-98.1024,
33.2538
],
[
-98.1024,
33.2533
],
[
-98.1025,
33.2528
],
[
-98.1025,
33.2523
],
[
-98.1026,
33.2519
],
[
-98.1026,
33.2514
],
[
-98.1027,
33.2513
],
[
-98.1027,
33.2509
],
[
-98.1028,
33.2508
],
[
-98.1028,
33.2505
],
[
-98.1029,
33.2504
],
[
-98.1029,
33.2502
],
[
-98.103,
33.2501
],
[
-98.103,
33.2498
],
[
-98.1031,
33.2497
],
[
-98.1031,
33.2496
],
[
-98.1032,
33.2495
],
[
-98.1032,
33.2493
],
[
-98.1033,
33.2492
],
[
-98.1033,
33.2491
],
[
-98.1034,
33.249
],
[
-98.1034,
33.2489
],
[
-98.1035,
33.2488
],
[
-98.1035,
33.2486
],
[
-98.1036,
33.2486
],
[
-98.1036,
33.2485
],
[
-98.1037,
33.2484
],
[
-98.1037,
33.2483
],
[
-98.1038,
33.2482
],
[
-98.1038,
33.2481
],
[
-98.1039,
33.248
],
[
-98.1042,
33.2475
],
[
-98.1046,
33.2469
],
[
-98.1051,
33.2462
],
[
-98.1056,
33.2453
],
[
-98.1062,
33.2444
],
[
-98.1069,
33.2435
],
[
-98.1075,
33.2425
],
[
-98.1081,
33.2416
],
[
-98.1088,
33.2407
],
[
-98.1093,
33.2398
],
[
-98.1099,
33.2391
],
[
-98.1109,
33.2377
],
[
-98.1114,
33.237
],
[
-98.1119,
33.2364
],
[
-98.1124,
33.2357
],
[
-98.1129,
33.235
],
[
-98.1135,
33.2342
],
[
-98.1141,
33.2334
],
[
-98.1147,
33.2325
],
[
-98.1157,
33.2308
],
[
-98.1169,
33.2289
],
[
-98.1183,
33.2268
],
[
-98.1196,
33.2245
],
[
-98.121,
33.2222
],
[
-98.1223,
33.2199
],
[
-98.1236,
33.2177
],
[
-98.1248,
33.2156
],
[
-98.1258,
33.2138
],
[
-98.1267,
33.2122
],
[
-98.127,
33.2115
],
[
-98.1273,
33.2109
],
[
-98.1276,
33.2103
],
[
-98.1279,
33.2098
],
[
-98.1281,
33.2093
],
[
-98.1283,
33.2088
],
[
-98.1285,
33.2083
],
[
-98.1287,
33.2078
],
[
-98.129,
33.2073
],
[
-98.1293,
33.2067
],
[
-98.1297,
33.2058
],
[
-98.1302,
33.2049
],
[
-98.1307,
33.2039
],
[
-98.1312,
33.2029
],
[
-98.1318,
33.2019
],
[
-98.1323,
33.2009
],
[
-98.1328,
33.2
],
[
-98.1332,
33.1992
],
[
-98.1336,
33.1985
],
[
-98.1339,
33.198
],
[
-98.1339,
33.1979
],
[
-98.134,
33.1978
],
[
-98.1341,
33.1977
],
[
-98.1342,
33.1976
],
[
-98.1342,
33.1975
],
[
-98.1343,
33.1974
],
[
-98.1344,
33.1973
],
[
-98.1344,
33.1972
],
[
-98.1345,
33.1972
],
[
-98.1345,
33.1971
],
[
-98.1346,
33.197
],
[
-98.1347,
33.1969
],
[
-98.1348,
33.1968
],
[
-98.1348,
33.1967
],
[
-98.1349,
33.1966
],
[
-98.135,
33.1965
],
[
-98.1355,
33.1959
],
[
-98.1364,
33.1951
],
[
-98.1375,
33.194
],
[
-98.1387,
33.1928
],
[
-98.1399,
33.1915
],
[
-98.1411,
33.1903
],
[
-98.1422,
33.1892
],
[
-98.1431,
33.1883
],
[
-98.1437,
33.1877
],
[
-98.144,
33.1875
],
[
-98.1441,
33.1874
],
[
-98.1442,
33.1873
],
[
-98.1443,
33.1872
],
[
-98.1444,
33.187
],
[
-98.1446,
33.1868
],
[
-98.1448,
33.1867
],
[
-98.145,
33.1865
],
[
-98.1452,
33.1863
],
[
-98.1453,
33.1861
],
[
-98.1455,
33.186
],
[
-98.1456,
33.1859
],
[
-98.1457,
33.1858
],
[
-98.1458,
33.1857
],
[
-98.1459,
33.1857
],
[
-98.146,
33.1856
],
[
-98.1461,
33.1855
],
[
-98.1461,
33.1854
],
[
-98.1462,
33.1854
],
[
-98.1463,
33.1853
],
[
-98.1464,
33.1852
],
[
-98.1465,
33.1852
],
[
-98.1466,
33.1851
],
[
-98.1467,
33.185
],
[
-98.1468,
33.185
],
[
-98.1468,
33.1849
],
[
-98.1469,
33.1849
],
[
-98.147,
33.1848
],
[
-98.1471,
33.1848
],
[
-98.1472,
33.1847
],
[
-98.1475,
33.1845
],
[
-98.148,
33.1843
],
[
-98.1484,
33.184
],
[
-98.149,
33.1837
],
[
-98.1495,
33.1834
],
[
-98.1501,
33.1831
],
[
-98.1508,
33.1827
],
[
-98.1514,
33.1824
],
[
-98.1521,
33.182
],
[
-98.1528,
33.1817
],
[
-98.1562,
33.18
],
[
-98.1576,
33.1794
],
[
-98.1589,
33.1788
],
[
-98.1602,
33.1782
],
[
-98.1615,
33.1776
],
[
-98.1637,
33.1765
],
[
-98.1646,
33.1761
],
[
-98.165,
33.1758
],
[
-98.1658,
33.1754
],
[
-98.1661,
33.1753
],
[
-98.1665,
33.1751
],
[
-98.1668,
33.1749
],
[
-98.167,
33.1747
],
[
-98.1673,
33.1746
],
[
-98.1676,
33.1745
],
[
-98.1678,
33.1743
],
[
-98.1679,
33.1743
],
[
-98.1681,
33.1742
],
[
-98.1682,
33.1742
],
[
-98.1683,
33.1741
],
[
-98.1684,
33.1741
],
[
-98.1685,
33.174
],
[
-98.1687,
33.174
],
[
-98.1688,
33.1739
],
[
-98.169,
33.1739
],
[
-98.1691,
33.1738
],
[
-98.1693,
33.1738
],
[
-98.1694,
33.1737
],
[
-98.1696,
33.1737
],
[
-98.1697,
33.1736
],
[
-98.17,
33.1736
],
[
-98.1701,
33.1735
],
[
-98.1705,
33.1735
],
[
-98.1706,
33.1734
],
[
-98.1711,
33.1734
],
[
-98.1714,
33.1733
],
[
-98.1718,
33.1733
],
[
-98.1723,
33.1732
],
[
-98.1728,
33.1732
],
[
-98.1732,
33.1731
],
[
-98.1741,
33.1731
],
[
-98.1745,
33.173
],
[
-98.2396,
33.173
],
[
-98.2399,
33.1731
],
[
-98.2408,
33.1731
],
[
-98.2413,
33.1732
],
[
-98.2419,
33.1732
],
[
-98.2424,
33.1733
],
[
-98.2429,
33.1733
],
[
-98.2433,
33.1734
],
[
-98.2437,
33.1734
],
[
-98.2438,
33.1735
],
[
-98.2443,
33.1735
],
[
-98.2444,
33.1736
],
[
-98.2446,
33.1736
],
[
-98.2447,
33.1737
],
[
-98.245,
33.1737
],
[
-98.2451,
33.1738
],
[
-98.2453,
33.1738
],
[
-98.2454,
33.1739
],
[
-98.2456,
33.1739
],
[
-98.2457,
33.174
],
[
-98.2458,
33.174
],
[
-98.2459,
33.1741
],
[
-98.2461,
33.1741
],
[
-98.2462,
33.1742
],
[
-98.2463,
33.1742
],
[
-98.2468,
33.1745
],
[
-98.2475,
33.1748
],
[
-98.2483,
33.1753
],
[
-98.2493,
33.1757
],
[
-98.2502,
33.1763
],
[
-98.2513,
33.1768
],
[
-98.2523,
33.1774
],
[
-98.2533,
33.1779
],
[
-98.2543,
33.1785
],
[
-98.2552,
33.179
],
[
-98.2559,
33.1794
],
[
-98.2566,
33.1798
],
[
-98.2572,
33.1802
],
[
-98.2579,
33.1806
],
[
-98.2585,
33.181
],
[
-98.2592,
33.1813
],
[
-98.2598,
33.1818
],
[
-98.2614,
33.1826
],
[
-98.2622,
33.1831
],
[
-98.2639,
33.184
],
[
-98.266,
33.185
],
[
-98.2682,
33.186
],
[
-98.2706,
33.1872
],
[
-98.2731,
33.1883
],
[
-98.2755,
33.1894
],
[
-98.2778,
33.1905
],
[
-98.2799,
33.1914
],
[
-98.2816,
33.1922
],
[
-98.283,
33.1929
],
[
-98.2835,
33.193
],
[
-98.2838,
33.1932
],
[
-98.2842,
33.1933
],
[
-98.2845,
33.1935
],
[
-98.2848,
33.1936
],
[
-98.2851,
33.1937
],
[
-98.2854,
33.1938
],
[
-98.2856,
33.1939
],
[
-98.2859,
33.194
],
[
-98.2861,
33.1941
],
[
-98.2862,
33.1942
],
[
-98.2864,
33.1942
],
[
-98.2865,
33.1943
],
[
-98.2866,
33.1944
],
[
-98.2867,
33.1944
],
[
-98.2868,
33.1945
],
[
-98.2869,
33.1945
],
[
-98.287,
33.1946
],
[
-98.2871,
33.1946
],
[
-98.2871,
33.1947
],
[
-98.2872,
33.1947
],
[
-98.2873,
33.1948
],
[
-98.2874,
33.1948
],
[
-98.2875,
33.1949
],
[
-98.2876,
33.1949
],
[
-98.2876,
33.195
],
[
-98.2877,
33.195
],
[
-98.2878,
33.1951
],
[
-98.2879,
33.1952
],
[
-98.288,
33.1953
],
[
-98.2881,
33.1953
],
[
-98.2882,
33.1954
],
[
-98.2883,
33.1955
],
[
-98.2884,
33.1955
],
[
-98.2884,
33.1956
],
[
-98.2885,
33.1957
],
[
-98.2886,
33.1957
],
[
-98.2887,
33.1958
],
[
-98.2888,
33.1959
],
[
-98.289,
33.1961
],
[
-98.2891,
33.1962
],
[
-98.2893,
33.1964
],
[
-98.2894,
33.1965
],
[
-98.2896,
33.1967
],
[
-98.29,
33.1971
],
[
-98.2902,
33.1973
],
[
-98.2904,
33.1975
],
[
-98.2906,
33.1977
],
[
-98.2913,
33.1984
],
[
-98.293,
33.2001
],
[
-98.2941,
33.2011
],
[
-98.2951,
33.2022
],
[
-98.2962,
33.2032
],
[
-98.2971,
33.2042
],
[
-98.298,
33.205
],
[
-98.2987,
33.2058
],
[
-98.2992,
33.2063
],
[
-98.2993,
33.2064
],
[
-98.2994,
33.2065
],
[
-98.2995,
33.2066
],
[
-98.2996,
33.2067
],
[
-98.2996,
33.2068
],
[
-98.2997,
33.2069
],
[
-98.2998,
33.207
],
[
-98.2999,
33.2071
],
[
-98.3,
33.2072
],
[
-98.3,
33.2073
],
[
-98.3002,
33.2075
],
[
-98.3002,
33.2076
],
[
-98.3003,
33.2076
],
[
-98.3003,
33.2077
],
[
-98.3004,
33.2078
],
[
-98.3004,
33.2079
],
[
-98.3005,
33.208
],
[
-98.3007,
33.2083
],
[
-98.3009,
33.2088
],
[
-98.3012,
33.2092
],
[
-98.3015,
33.2098
],
[
-98.3018,
33.2103
],
[
-98.3021,
33.211
],
[
-98.3025,
33.2116
],
[
-98.3028,
33.2123
],
[
-98.3031,
33.2129
],
[
-98.3035,
33.2136
],
[
-98.304,
33.2146
],
[
-98.3045,
33.2157
],
[
-98.3051,
33.2169
],
[
-98.3057,
33.2181
],
[
-98.3062,
33.2194
],
[
-98.3068,
33.2206
],
[
-98.3074,
33.2219
],
[
-98.308,
33.2231
],
[
-98.3086,
33.2243
],
[
-98.3091,
33.2254
],
[
-98.3096,
33.2263
],
[
-98.3104,
33.2279
],
[
-98.3108,
33.2286
],
[
-98.3112,
33.2294
],
[
-98.3117,
33.2301
],
[
-98.3125,
33.2317
],
[
-98.3129,
33.2325
],
[
-98.3134,
33.2333
],
[
-98.3139,
33.2345
],
[
-98.3145,
33.2357
],
[
-98.3151,
33.237
],
[
-98.3158,
33.2383
]
]
]
}
},
{
"id": "20240509172841-2-1715276321",
"range": {
"minTimestamp": 1715275721,
"minDateTimeISO": "2024-05-09T12:28:41-05:00",
"maxTimestamp": 1715276321,
"maxDateTimeISO": "2024-05-09T12:38:41-05:00"
},
"centroid": {
"type": "Point",
"coordinates": [
-98.1403,
33.2677
]
},
"polygon": {
"type": "Polygon",
"coordinates": [
[
[
-98.2328,
33.2085
],
[
-98.2556,
33.2554
],
[
-98.2562,
33.2774
],
[
-98.2538,
33.2895
],
[
-98.2428,
33.3199
],
[
-98.2169,
33.3458
],
[
-98.185,
33.3669
],
[
-98.1588,
33.3787
],
[
-98.1382,
33.3792
],
[
-98.1266,
33.3764
],
[
-98.0858,
33.3403
],
[
-98.0444,
33.3149
],
[
-98.0298,
33.3
],
[
-98.0167,
33.2717
],
[
-98.0163,
33.2611
],
[
-98.0183,
33.2511
],
[
-98.0351,
33.2256
],
[
-98.0506,
33.1973
],
[
-98.0656,
33.1827
],
[
-98.0938,
33.1697
],
[
-98.1635,
33.1692
],
[
-98.1743,
33.1713
],
[
-98.2198,
33.1949
],
[
-98.2328,
33.2085
]
]
]
}
},
{
"id": "20240509172841-2-1715276921",
"range": {
"minTimestamp": 1715276321,
"minDateTimeISO": "2024-05-09T12:38:41-05:00",
"maxTimestamp": 1715276921,
"maxDateTimeISO": "2024-05-09T12:48:41-05:00"
},
"centroid": {
"type": "Point",
"coordinates": [
-98.064,
33.2739
]
},
"polygon": {
"type": "Polygon",
"coordinates": [
[
[
-98.1652,
33.2093
],
[
-98.1894,
33.2597
],
[
-98.1902,
33.2844
],
[
-98.1753,
33.3315
],
[
-98.1466,
33.3603
],
[
-98.1135,
33.3821
],
[
-98.0848,
33.3948
],
[
-98.0566,
33.3949
],
[
-98.0425,
33.3892
],
[
-98.0057,
33.3559
],
[
-97.9593,
33.3264
],
[
-97.945,
33.3109
],
[
-97.931,
33.2799
],
[
-97.9331,
33.2537
],
[
-97.9666,
33.1977
],
[
-97.9844,
33.1804
],
[
-98.0158,
33.1661
],
[
-98.0881,
33.1655
],
[
-98.1026,
33.1685
],
[
-98.1506,
33.1938
],
[
-98.1652,
33.2093
]
]
]
}
},
{
"id": "20240509172841-2-1715277521",
"range": {
"minTimestamp": 1715276921,
"minDateTimeISO": "2024-05-09T12:48:41-05:00",
"maxTimestamp": 1715277521,
"maxDateTimeISO": "2024-05-09T12:58:41-05:00"
},
"centroid": {
"type": "Point",
"coordinates": [
-97.9882,
33.2801
]
},
"polygon": {
"type": "Polygon",
"coordinates": [
[
[
-98.0976,
33.21
],
[
-98.1233,
33.264
],
[
-98.1243,
33.2912
],
[
-98.108,
33.3428
],
[
-98.0766,
33.3746
],
[
-98.0422,
33.3972
],
[
-98.0108,
33.4109
],
[
-97.9785,
33.4109
],
[
-97.9607,
33.4035
],
[
-97.9255,
33.3714
],
[
-97.8682,
33.3317
],
[
-97.8452,
33.2881
],
[
-97.8478,
33.2564
],
[
-97.8825,
33.1981
],
[
-97.9028,
33.1784
],
[
-97.938,
33.1625
],
[
-98.0125,
33.1617
],
[
-98.0311,
33.1657
],
[
-98.0818,
33.193
],
[
-98.0976,
33.21
]
]
]
}
},
{
"id": "20240509172841-2-1715278121",
"range": {
"minTimestamp": 1715277521,
"minDateTimeISO": "2024-05-09T12:58:41-05:00",
"maxTimestamp": 1715278121,
"maxDateTimeISO": "2024-05-09T13:08:41-05:00"
},
"centroid": {
"type": "Point",
"coordinates": [
-97.9118,
33.2865
]
},
"polygon": {
"type": "Polygon",
"coordinates": [
[
[
-98.0304,
33.2114
],
[
-98.0577,
33.2713
],
[
-98.0579,
33.3028
],
[
-98.0399,
33.3553
],
[
-98.0056,
33.3896
],
[
-97.936,
33.427
],
[
-97.9005,
33.427
],
[
-97.8787,
33.4177
],
[
-97.784,
33.3438
],
[
-97.7593,
33.2955
],
[
-97.7624,
33.2593
],
[
-97.7986,
33.1982
],
[
-97.8218,
33.176
],
[
-97.8609,
33.1588
],
[
-97.9374,
33.158
],
[
-97.9606,
33.1635
],
[
-98.0135,
33.1927
],
[
-98.0304,
33.2114
]
]
]
}
},
{
"id": "20240509172841-2-1715278721",
"range": {
"minTimestamp": 1715278121,
"minDateTimeISO": "2024-05-09T13:08:41-05:00",
"maxTimestamp": 1715278721,
"maxDateTimeISO": "2024-05-09T13:18:41-05:00"
},
"centroid": {
"type": "Point",
"coordinates": [
-97.8353,
33.2929
]
},
"polygon": {
"type": "Polygon",
"coordinates": [
[
[
-97.984,
33.2539
],
[
-97.992,
33.3093
],
[
-97.9727,
33.3665
],
[
-97.9359,
33.4036
],
[
-97.8621,
33.4431
],
[
-97.8225,
33.443
],
[
-97.7969,
33.4321
],
[
-97.7002,
33.3563
],
[
-97.6736,
33.3038
],
[
-97.6768,
33.2628
],
[
-97.7144,
33.1989
],
[
-97.7405,
33.1738
],
[
-97.7829,
33.1553
],
[
-97.8623,
33.1543
],
[
-97.8891,
33.1607
],
[
-97.9445,
33.1917
],
[
-97.984,
33.2539
]
]
]
}
},
{
"id": "20240509172841-2-1715279321",
"range": {
"minTimestamp": 1715278721,
"minDateTimeISO": "2024-05-09T13:18:41-05:00",
"maxTimestamp": 1715279321,
"maxDateTimeISO": "2024-05-09T13:28:41-05:00"
},
"centroid": {
"type": "Point",
"coordinates": [
-97.7593,
33.2998
]
},
"polygon": {
"type": "Polygon",
"coordinates": [
[
[
-97.917,
33.2555
],
[
-97.9261,
33.3152
],
[
-97.9055,
33.3776
],
[
-97.8657,
33.4181
],
[
-97.7885,
33.459
],
[
-97.7449,
33.4591
],
[
-97.7155,
33.4467
],
[
-97.6164,
33.3687
],
[
-97.5879,
33.3124
],
[
-97.5913,
33.266
],
[
-97.6301,
33.1997
],
[
-97.6586,
33.172
],
[
-97.7046,
33.1518
],
[
-97.8175,
33.158
],
[
-97.8755,
33.1908
],
[
-97.917,
33.2555
]
]
]
}
}
],
"forecastPath": {
"type": "LineString",
"coordinates": [
[
-98.2165,
33.2612
],
[
-97.7593,
33.2998
]
]
},
"profile": {
"tz": "America/Matamoros"
}
}
]