Files
weatherfeeder/internal/providers/spc/testdata/day3_cat.geojson
Eric Rakestraw 5d94d3f32d
Some checks failed
ci/woodpecker/push/build-image Pipeline failed
Remove invalid SPC URLs for day 3 tornado/wind/hail risk
2026-06-10 21:56:11 -05:00

32 lines
660 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"VALID_ISO": "2026-06-13T12:00:00Z",
"EXPIRE_ISO": "2026-06-14T12:00:00Z",
"ISSUE_ISO": "2026-06-11T19:45:00Z",
"FORECASTER": "LEE",
"LABEL": "MRGL",
"LABEL2": "Marginal Risk",
"DN": 2
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[-103.0, 34.0],
[-101.0, 34.0],
[-101.0, 36.0],
[-103.0, 36.0],
[-103.0, 34.0]
]
]
]
}
}
]
}