meshai/work/tests/fixtures/nws/0003.json
malice bdc42aa341
refactor(phase2): migrate nws + incident/roads to formatter+decider (tier-a) (#30)
Behavior-preserving relocation (byte-identical goldens), behind the staged-
cutover gate.

- formatters/nws.py + gating/nws.py: move _render + all CAP parsing (HTML-strip,
  _parse_nws_description, motion/hail/wind, county scoping, short-expiry) and the
  gating (3h re-alert window, Update/Cancel/Expire tombstone, first-sighting,
  warning->immediate severity). Native env/nws.py stops truncating description +
  carries parameters/eventCode/certainty/msgType/references/geocoder. Registers
  weather_warning + weather_statement.
- formatters/incident.py + gating/incident.py: absorb the incident _render AND
  the work_zone renderer, reconciling the two sub_type vocabularies; traffic_events
  change-detection gating. Native env/{traffic,roads511}.py emit canonical data.
  Registers work_zone/road_incident/road_closure/traffic_congestion.
- formatters/_anchor.py: shared town/distance/bearing resolver (consolidates WFIGS
  _location_anchor + incident nearest_town; WFIGS fire reuses in Phase 3).
- Fixtures captured: nws x37, traffic x46.

Tier-a byte-identical goldens for all fixtures. Tests: +~150; 0 new failures
(34 baseline, 1539 passed).

Co-authored-by: Matt Johnson <mj@k7zvx.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-04 18:16:34 -06:00

122 lines
No EOL
4.1 KiB
JSON

{
"envelope": {
"id": "https://api.weather.gov/alerts/urn:oid:2.49.0.1.840.0.c72d73e7d5f08fab03d9bc5e6fd22abd3158545a.001.1",
"source": "central.echo6.co",
"type": "central.wx.alert.special_weather_statement.v1",
"time": "2026-06-30T21:22:00+00:00",
"datacontenttype": "application/json",
"centralschemaversion": "1.0",
"centralcategory": "wx.alert.special_weather_statement",
"centralseverity": 2,
"specversion": "1.0",
"data": {
"id": "https://api.weather.gov/alerts/urn:oid:2.49.0.1.840.0.c72d73e7d5f08fab03d9bc5e6fd22abd3158545a.001.1",
"adapter": "nws",
"category": "wx.alert.special_weather_statement",
"time": "2026-06-30T21:22:00Z",
"expires": "2026-06-30T21:45:00Z",
"severity": 2,
"geo": {
"centroid": [
-113.05,
42.284
],
"bbox": [
-113.26,
42.18,
-112.76,
42.48
],
"regions": [
"US-ID-FIPS16031",
"US-ID-FIPS16071",
"US-ID-FIPS16077",
"US-ID-Z057"
],
"primary_region": "US-ID-FIPS16031",
"geometry": null
},
"data": {
"@id": "https://api.weather.gov/alerts/urn:oid:2.49.0.1.840.0.c72d73e7d5f08fab03d9bc5e6fd22abd3158545a.001.1",
"@type": "wx:Alert",
"id": "urn:oid:2.49.0.1.840.0.c72d73e7d5f08fab03d9bc5e6fd22abd3158545a.001.1",
"areaDesc": "Raft River Region",
"geocode": {
"SAME": [
"016031",
"016071",
"016077"
],
"UGC": [
"IDZ057"
]
},
"affectedZones": [
"https://api.weather.gov/zones/forecast/IDZ057"
],
"references": [],
"sent": "2026-06-30T15:22:00-06:00",
"effective": "2026-06-30T15:22:00-06:00",
"onset": "2026-06-30T15:22:00-06:00",
"expires": "2026-06-30T15:45:00-06:00",
"ends": null,
"status": "Actual",
"messageType": "Alert",
"category": "Met",
"severity": "Moderate",
"certainty": "Observed",
"urgency": "Expected",
"event": "Special Weather Statement",
"sender": "w-nws.webmaster@noaa.gov",
"senderName": "NWS Pocatello ID",
"headline": "Special Weather Statement issued June 30 at 3:22PM MDT by NWS Pocatello ID",
"description": "At 321 PM MDT, Doppler radar was tracking a strong thunderstorm 10\nmiles northwest of Juniper, or 14 miles east of Malta, moving\nnortheast at 20 mph.\n\nHAZARD...Wind gusts in excess of 45 mph and pea size hail.\n\nSOURCE...Radar indicated.\n\nIMPACT...Gusty winds could knock down tree limbs and blow around\nunsecured objects. Minor hail damage to outdoor objects is\npossible.\n\nLocations impacted include...\nSweetzer Summit and Sublett Reservoir.",
"instruction": "If outdoors, consider seeking shelter inside a building.",
"response": "Execute",
"note": null,
"parameters": {
"AWIPSidentifier": [
"SPSPIH"
],
"WMOidentifier": [
"WWUS85 KPIH 302122"
],
"NWSheadline": [
"A STRONG THUNDERSTORM WILL IMPACT WEST CENTRAL ONEIDA...SOUTH CENTRAL POWER AND EAST CENTRAL CASSIA COUNTIES THROUGH 345 PM MDT"
],
"eventMotionDescription": [
"2026-06-30T21:21:00-00:00...storm...242DEG...16KT...42.3,-113.09"
],
"maxWindGust": [
"45 MPH"
],
"maxHailSize": [
"0.25"
],
"BLOCKCHANNEL": [
"EAS",
"NWEM",
"CMAS"
],
"EAS-ORG": [
"WXR"
]
},
"scope": "Public",
"code": "IPAWSv1.0",
"language": "en-US",
"web": "http://www.weather.gov",
"eventCode": {
"SAME": [
"SPS"
],
"NationalWeatherService": [
"SPS"
]
}
}
}
},
"subject": "central.wx.alert.us.id.county.fips16031",
"captured_epoch": 1783206513
}