You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With pyowm, how to call this current weather API with units parameter (like "metric" or "imperial")?
I checked weather_at_place and weather_at_coords functions, but it seems there is no way to pass the units argument, so the returned data is always using the default "standard" units.
With pyowm, how to call this current weather API with units parameter (like "metric" or "imperial")?
I checked
weather_at_place
andweather_at_coords
functions, but it seems there is no way to pass the units argument, so the returned data is always using the default "standard" units.Also, is this a typo?
pyowm/pyowm/weatherapi25/weather.py
Line 87 in 51d669a
I think the attribute name should be
self.wind
instead ofself.wnd
.The text was updated successfully, but these errors were encountered: