weather
The skywatch weather subcommand exposes individual data sources. All commands support --format json|text. When output is a TTY the default is text; when piped the default is json.
Commands
Section titled “Commands”| Command | Description | Example |
|---|---|---|
metar | Current METAR(s) for one or more stations | skywatch weather metar KCDW |
taf | Current TAF(s) for one or more stations | skywatch weather taf KACK |
pireps | Recent PIREPs near a station | skywatch weather pireps KCDW --radius 100 |
winds | Winds aloft forecast for a station | skywatch weather winds JFK |
sigmets | All active SIGMETs | skywatch weather sigmets |
airmets | All active AIRMETs | skywatch weather airmets --product sierra |
afd | Area Forecast Discussion for a WFO | skywatch weather afd OKX |
categories | Flight categories for one or more stations | skywatch weather categories KCDW KEWR |
crosswind | Crosswind component for a runway | skywatch weather crosswind KCDW --runway 220 |
Fetch the current METAR for one or more stations:
skywatch weather metar KCDWskywatch weather metar KCDW KEWR KJFKAdd --raw to print only the raw METAR string without decoding:
skywatch weather metar KCDW --rawFetch the current TAF:
skywatch weather taf KACKskywatch weather taf KCDW KACYpireps
Section titled “pireps”Fetch recent PIREPs within a radius of a station:
skywatch weather pireps KCDW --radius 100Default radius is 100 NM.
Fetch winds aloft forecast:
skywatch weather winds JFKskywatch weather winds JFK --altitude 9000--altitude filters to a specific altitude in feet.
sigmets
Section titled “sigmets”List all currently active SIGMETs (no arguments required):
skywatch weather sigmetsairmets
Section titled “airmets”List all active AIRMETs. Optionally filter by product:
skywatch weather airmetsskywatch weather airmets --product sierraskywatch weather airmets --product tangoskywatch weather airmets --product zuluProducts: sierra (IFR/mountain obscuration), tango (turbulence), zulu (icing/freezing level).
Fetch the Area Forecast Discussion for a Weather Forecast Office (WFO):
skywatch weather afd OKXWFO codes follow standard NWS three-letter identifiers (e.g., OKX for New York, BOS for Boston, PHI for Philadelphia).
categories
Section titled “categories”Report flight categories (VFR/MVFR/IFR/LIFR) for one or more stations:
skywatch weather categories KCDW KEWRcrosswind
Section titled “crosswind”Calculate the crosswind component given the current METAR wind and a runway heading:
skywatch weather crosswind KCDW --runway 220--runway is required and takes a runway heading in degrees magnetic (e.g., runway 22 = 220 degrees).