Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openweathermap icon for code 803 should be cloudy and not cloudy-gusts #253

Open
presto8 opened this issue Nov 3, 2021 · 0 comments
Open

Comments

@presto8
Copy link

presto8 commented Nov 3, 2021

Recently, I retrieved the following response for current weather for my location:

'weather': [{'id': 803, 'main': 'Clouds', 'description': 'broken clouds', 'icon': '04d'}], 'base': 'stations', 'main': {'temp': 282.54, 'feels_like': 282.54, 'temp_min': 279.47, 'temp_max': 285.29, 'pressure': 1018, 'humidity': 85}, 'visibility': 10000, 'wind': {'speed': 0.45, 'deg': 0, 'gust': 1.79}, 'clouds': {'all': 75} [...snip...]

Note that the wind speed (in m/s) is 0.45 average and 1.79 gust, or 0.9 kts average and 3.5 knots gust. This is not a windy or gusty day. I think a gusty day would be at least 15 kts.

I suggest instead that the "cloudy" (and day-cloudy/night-cloudy variants) are a better mapping than "cloudy-gusts".

I could open a pull request with this change but wanted to gather and feedback first. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant