Bug 370226 - No indication of severe weather warnings (eg, Hurricane Matthew)
Summary: No indication of severe weather warnings (eg, Hurricane Matthew)
Status: RESOLVED FIXED
Alias: None
Product: kdeplasma-addons
Classification: Plasma
Component: Weather (show other bugs)
Version: 5.6.5
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-07 00:15 UTC by Luke-Jr
Modified: 2024-01-19 18:29 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 6.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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