Fetches all currently active domestic (CONUS) SIGMETs from the Aviation
Weather Center and parses each bulletin.
The AWC airsigmet endpoint is not station-filtered; it returns the full
current set. Multiple SIGMETs come back concatenated in one response body,
wrapped in AWC-specific Type: X Hazard: Y preamble lines and separated
by a line of dashes. These wrappers are stripped before each bulletin is
parsed, so the bodies reaching parseSigmet are standard WMO-format
SIGMET bulletins.
Fetches all currently active domestic (CONUS) SIGMETs from the Aviation Weather Center and parses each bulletin.
The AWC
airsigmetendpoint is not station-filtered; it returns the full current set. Multiple SIGMETs come back concatenated in one response body, wrapped in AWC-specificType: X Hazard: Ypreamble lines and separated by a line of dashes. These wrappers are stripped before each bulletin is parsed, so the bodies reaching parseSigmet are standard WMO-format SIGMET bulletins.