All possible observation text descriptions #547
-
Hello all! I'm trying to find a list of the possible "properties": {
...
"textDescription": "Mostly Cloudy",
...
} I need to process this description and it will be very useful to know what descriptions I need to account for. Is there a way to get all the possible strings this will return? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
The text description uses a phrase generator based on several factors that could change without notice to improve quality of service. We understand the need to reduce this down into a key that can be mapped, but that property is not available at this time. The best is to parse the properties for conditions that are relevant to your application. We plan to provide this feature in the future. |
Beta Was this translation helpful? Give feedback.
-
For what it's worth, the deprecated icons api (https://api.weather.gov/icons) has a helpful list. All the APIs I want to use (observations, mostly), have a key like It's obvious why the icons API was deprecated, but what is the replacement? How do I know what icons to use based on
Is there anything? Do I keep using the icons API? (cc @scadergit) Edit: See also |
Beta Was this translation helpful? Give feedback.
-
Any status on whether this list is available, yet? |
Beta Was this translation helpful? Give feedback.
The text description uses a phrase generator based on several factors that could change without notice to improve quality of service. We understand the need to reduce this down into a key that can be mapped, but that property is not available at this time. The best is to parse the properties for conditions that are relevant to your application. We plan to provide this feature in the future.