Fetches all currently active international (ICAO-format) SIGMETs from the
Aviation Weather Center and parses each bulletin.
The AWC isigmet endpoint does not include SIGMETs issued by the United
States in domestic format; use fetchSigmets for those. Multiple
SIGMETs come back concatenated in one response body, each prefixed with
a Hazard: X line and separated by a line of dashes. These AWC-specific
wrappers are stripped before each bulletin is parsed, so the bodies
reaching parseSigmet are standard ICAO-format SIGMET bulletins.
Fetches all currently active international (ICAO-format) SIGMETs from the Aviation Weather Center and parses each bulletin.
The AWC
isigmetendpoint does not include SIGMETs issued by the United States in domestic format; use fetchSigmets for those. Multiple SIGMETs come back concatenated in one response body, each prefixed with aHazard: Xline and separated by a line of dashes. These AWC-specific wrappers are stripped before each bulletin is parsed, so the bodies reaching parseSigmet are standard ICAO-format SIGMET bulletins.