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.
Also, is this a typo?
I think the attribute name should be self.wind instead of self.wnd.