Replies: 5 comments
-
It’s worth noting that the list of values at https://api.weather.gov/icons (referenced in #107) doesn’t seem to be exhaustive. For example, I’m currently seeing “snow_showers” in forecast data but don’t see that value listed at that link. |
Beta Was this translation helpful? Give feedback.
-
@charliesneath will you provide the full url of the icon property in the forecast response? |
Beta Was this translation helpful? Give feedback.
-
@scadergit I'm looking at https://api.weather.gov/gridpoints/BOX/60,79 Here's a snippet of the relevant part (capturing before forecast changes!):
|
Beta Was this translation helpful? Give feedback.
-
Please have a look at https://github.com/weather-gov/api/issues/14#issuecomment-660207899 This is the full OpenAPI definition that will be coming in our next release. This should also be valid for the current release. |
Beta Was this translation helpful? Give feedback.
-
...that and I incorrectly thought you were looking at a gridpoint /forecast endpoint. The icons endpoint does not represent values in the forecast netcdf grids provided by the field office. The icons endpoint only encompasses the icon options generated by the API to correlate with the generated weather phrasing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When viewing a gridpoint endpoint such as https://api.weather.gov/gridpoints/LOT/58,72 There's an array of weather values at properties.weather which is an array of structures that when you drill down into it has a text string "weather" that lists some values such as "snow", "rain" or "thunderstorms" as well as null which seems to map to no precipitation but could have cloud cover.
Is there a list of possible values that can appear in this field?
For reference this may currently have a similar answer to #107
Beta Was this translation helpful? Give feedback.
All reactions