nimbus
The skywatch nimbus subcommand pulls convective hazard data from the Storm Prediction Center (SPC) and NOAA Hazard Mapping System (HMS). All commands support --format json|text.
Commands
Section titled “Commands”| Command | Description | Example |
|---|---|---|
outlook | SPC categorical convective outlook for day 1, 2, or 3 | skywatch nimbus outlook 1 --at 40.688,-74.174 |
storms | Recent SPC storm reports (tornado / wind / hail) | skywatch nimbus storms --type tornado --near 40.688,-74.174 --radius 100 |
convection | Active NWS convective warnings and watches at a point | skywatch nimbus convection 40.688 -74.174 |
smoke | HMS satellite-detected smoke plumes covering a point | skywatch nimbus smoke 40.688 -74.174 |
outlook
Section titled “outlook”Fetch the SPC categorical outlook (Marginal / Slight / Enhanced / Moderate / High) for day 1, 2, or 3:
# All outlook polygons for day 1skywatch nimbus outlook 1
# Covering outlook for a specific point (highest risk level)skywatch nimbus outlook 1 --at 40.688,-74.174
# Day 2 and day 3 outlooksskywatch nimbus outlook 2skywatch nimbus outlook 3--at LAT,LON returns only the polygon covering the point, choosing the highest risk level when multiple polygons overlap.
storms
Section titled “storms”Fetch recent SPC storm reports:
# All storm reports for todayskywatch nimbus storms
# Filter by typeskywatch nimbus storms --type tornadoskywatch nimbus storms --type windskywatch nimbus storms --type hail
# Filter by proximityskywatch nimbus storms --near 40.688,-74.174 --radius 100
# Specific date and typeskywatch nimbus storms --date 20260430 --type tornado--date format is YYYYMMDD. Default is today. --radius defaults to 100 NM when --near is specified.
convection
Section titled “convection”Check active NWS radar-driven warnings and watches at a coordinate:
skywatch nimbus convection 40.688 -74.174Default events checked: Tornado Warning, Severe Thunderstorm Warning, Flash Flood Warning, Tornado Watch, Severe Thunderstorm Watch.
To check specific event types:
skywatch nimbus convection 40.688 -74.174 --events "Tornado Warning,Severe Thunderstorm Warning"Check for HMS satellite-detected smoke plumes at a coordinate:
skywatch nimbus smoke 40.688 -74.174Reports any smoke plumes detected by NOAA’s Hazard Mapping System that cover the given point, including density classification (light / medium / heavy) where available.