Bug 370226

Summary: No indication of severe weather warnings (eg, Hurricane Matthew)
Product: [Plasma] kdeplasma-addons Reporter: Luke-Jr <luke-jr+kdebugs>
Component: WeatherAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: kde, nate, plasma-bugs
Priority: NOR    
Version: 5.6.5   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 6.1

Description Luke-Jr 2016-10-07 00:15:23 UTC
The weather applet merely gives a rainy icon when there is a severe weather condition even to the extreme of a state of emergency being declared. This is using NOAA as a weather source, which itself has detailed information on this condition. It seems like the applet ought to at least alert of conditions vaguely.

Reproducible: Always
Comment 1 Bug Janitor Service 2024-01-03 17:06:35 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3743
Comment 2 Ismael Asensio 2024-01-19 18:29:09 UTC
Git commit fd34ca37053e6f138daea134b2b86ec847f44535 by Ismael Asensio.
Committed on 19/01/2024 at 18:28.
Pushed by iasensio into branch 'master'.

dataengines/weather: Implement Warnings for NOAA provider

The NOAA service issues alerts for the US region, via the CAPv1.2
JSON API: https://www.weather.gov/documentation/services-web-api

The alerts are filtered by county because it includes all the events.
Using the forecast zone would miss some of them, and the lat/lon point
corresponds to the weather station, not necessarily the user location.
FIXED-IN: 6.1

M  +182  -1    dataengines/weather/ions/noaa/ion_noaa.cpp
M  +19   -0    dataengines/weather/ions/noaa/ion_noaa.h

https://invent.kde.org/plasma/plasma-workspace/-/commit/fd34ca37053e6f138daea134b2b86ec847f44535