Replies: 5 comments 13 replies
-
There are investigating. |
Beta Was this translation helpful? Give feedback.
-
After reviewing my app and the APIs it uses, use MapClick for current weather that includes 5 daily images that are accessible, detailed and short daily forecasts, temp, pop, current hazard, complete current observations including Relh, Dewp, visibility The MapClick response has a radar ID. How can this be used to display radar. There was a time I used this with "https://radar.weather.gov". |
Beta Was this translation helpful? Give feedback.
-
Here's what I've observed: The 'icon' entries in the gridpoint JSON have a current format of
where On forecast.weather.gov forecasts, the icons for display are in The Schema for "icon" entry says
So my question is: Will the API offer an icon or icon code to use that summarizes the conditions during the forecast period? |
Beta Was this translation helpful? Give feedback.
-
OMG you guys are soooo col.
Thanks
…________________________________
From: Jared Holmberg ***@***.***>
Sent: Friday, June 21, 2024 5:18 PM
To: weather-gov/api ***@***.***>
Cc: Davefxy ***@***.***>; Mention ***@***.***>
Subject: Re: [weather-gov/api] The https://api.weather.gov/points/... response recently changed 2 properties : updateTie & Icon (Discussion #733)
Yes, before /icon is removed. Otherwise, our own applications that use the API icon path would also break. Likely called something else like key, but tbd, and much anticipated/overdue.
—
Reply to this email directly, view it on GitHub<#733 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AATSQ2RHG6AYJES5CM5VDYTZISYDLAVCNFSM6AAAAABJUSCKMGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQNBUGM3TS>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I have updated the Swift package that makes use of one of the changes in Service Change Notice 24-55. The NWS API documentation does mention this change as well. See WeatherProvider/NationalWeatherService-Swift#17 for the Swift code details. Thanks to the NWS for both the API and for the discussion site, as I would've missed the change from |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The response to the https://api.weather.gov/points/... recently changed 2 properties : updateTime & Icon.
The Icon property changed from a complete Url to a string that no longer a complete Url, it no longer has a website.
The updateTime property changed from a DateTime object to a Date Time string.
So now the NationalWeatherServiceLibrary library no longer works.
Am I observing this correctly? And if so where do I find the NWS weather icons?
Beta Was this translation helpful? Give feedback.
All reactions